Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Yang f7ddbcd6f3 chore: bump sdk deps 2025-01-06 16:56:00 -08:00
4 changed files with 46 additions and 29 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/cloud": patch
---
chore: bump sdk deps version
+9 -3
View File
@@ -10,7 +10,13 @@ export default defineConfig({
format: "prettier",
lint: "eslint",
},
types: {
enums: "javascript",
},
plugins: [
"@hey-api/schemas",
"@hey-api/sdk",
{
enums: "javascript",
identifierCase: "preserve",
name: "@hey-api/typescript",
},
],
});
+2 -2
View File
@@ -50,8 +50,8 @@
"directory": "packages/cloud"
},
"devDependencies": {
"@hey-api/client-fetch": "^0.4.4",
"@hey-api/openapi-ts": "^0.56.0",
"@hey-api/client-fetch": "^0.6.0",
"@hey-api/openapi-ts": "^0.61.0",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"bunchee": "6.2.0"
+30 -24
View File
@@ -782,11 +782,11 @@ importers:
packages/cloud:
devDependencies:
'@hey-api/client-fetch':
specifier: ^0.4.4
version: 0.4.4
specifier: ^0.6.0
version: 0.6.0
'@hey-api/openapi-ts':
specifier: ^0.56.0
version: 0.56.0(typescript@5.7.2)
specifier: ^0.61.0
version: 0.61.0(typescript@5.7.2)
'@llamaindex/core':
specifier: workspace:*
version: link:../core
@@ -1635,10 +1635,6 @@ packages:
'@anthropic-ai/sdk@0.32.1':
resolution: {integrity: sha512-U9JwTrDvdQ9iWuABVsMLj8nJVwAyQz6QXvgLsVhryhCEPkLsbcP/MXxm+jYcAwLoV8ESbaTTjnD4kuAFa+Hyjg==}
'@apidevtools/json-schema-ref-parser@11.7.2':
resolution: {integrity: sha512-4gY54eEGEstClvEkGnwVkTkrx0sqwemEFG5OSRRn3tD91XH0+Q8XIkYIfo7IwEWPpJZwILb9GUXeShtplRc/eA==}
engines: {node: '>= 16'}
'@apidevtools/json-schema-ref-parser@11.7.3':
resolution: {integrity: sha512-WApSdLdXEBb/1FUPca2lteASewEfpjEYJ8oXZP+0gExK5qSfsEKBKcA+WjY6Q4wvXwyv0+W6Kvc372pSceib9w==}
engines: {node: '>= 16'}
@@ -2988,11 +2984,15 @@ packages:
engines: {node: '>=6'}
hasBin: true
'@hey-api/client-fetch@0.4.4':
resolution: {integrity: sha512-ebh1JjUdMAqes/Rg8OvbjDqGWGNhgHgmPtHlkIOUtj3y2mUXqX2g9sVoI/rSKW/FdADPng/90k5AL7bwT8W2lA==}
'@hey-api/client-fetch@0.6.0':
resolution: {integrity: sha512-FlhFsVeH8RxJe/nq8xUzxNbiOpe+GadxlD2pfvDyOyLdCTU4o/LRv46ZVWstaW7DgF4nxhI328chy3+AulwVXw==}
'@hey-api/openapi-ts@0.56.0':
resolution: {integrity: sha512-bwqfuqJVNRVsbyC+jlAY2geJOWVQZWpVKS9z9sFeuTeRMJ5C8m+WzucMP0hurqYy67I90GaRyFSepvL1+miSXg==}
'@hey-api/json-schema-ref-parser@1.0.1':
resolution: {integrity: sha512-dBt0A7op9kf4BcK++x6HBYDmvCvnJUZEGe5QytghPFHnMXPyKwDKomwL/v5e9ERk6E0e1GzL/e/y6pWUso9zrQ==}
engines: {node: '>= 16'}
'@hey-api/openapi-ts@0.61.0':
resolution: {integrity: sha512-gl1lcQFmuaMmtQuY3yn9rd/dUD9wdMW59PIv4J2g2AV9+hIKhWHn1QIdYYmQDio7eCPLvtVmj79EEu21Tu9Ahw==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -6070,6 +6070,10 @@ packages:
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
engines: {node: '>=18'}
commander@13.0.0:
resolution: {integrity: sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==}
engines: {node: '>=18'}
commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
@@ -11971,12 +11975,6 @@ snapshots:
transitivePeerDependencies:
- encoding
'@apidevtools/json-schema-ref-parser@11.7.2':
dependencies:
'@jsdevtools/ono': 7.1.3
'@types/json-schema': 7.0.15
js-yaml: 4.1.0
'@apidevtools/json-schema-ref-parser@11.7.3':
dependencies:
'@jsdevtools/ono': 7.1.3
@@ -14230,13 +14228,19 @@ snapshots:
protobufjs: 7.4.0
yargs: 17.7.2
'@hey-api/client-fetch@0.4.4': {}
'@hey-api/client-fetch@0.6.0': {}
'@hey-api/openapi-ts@0.56.0(typescript@5.7.2)':
'@hey-api/json-schema-ref-parser@1.0.1':
dependencies:
'@apidevtools/json-schema-ref-parser': 11.7.2
'@jsdevtools/ono': 7.1.3
'@types/json-schema': 7.0.15
js-yaml: 4.1.0
'@hey-api/openapi-ts@0.61.0(typescript@5.7.2)':
dependencies:
'@hey-api/json-schema-ref-parser': 1.0.1
c12: 2.0.1
commander: 12.1.0
commander: 13.0.0
handlebars: 4.7.8
typescript: 5.7.2
transitivePeerDependencies:
@@ -17648,6 +17652,8 @@ snapshots:
commander@12.1.0: {}
commander@13.0.0: {}
commander@2.20.3: {}
commander@4.1.1: {}
@@ -18203,7 +18209,7 @@ snapshots:
esast-util-from-js@2.0.1:
dependencies:
'@types/estree-jsx': 1.0.5
acorn: 8.10.0
acorn: 8.14.0
esast-util-from-estree: 2.0.0
vfile-message: 4.0.2
@@ -21296,7 +21302,7 @@ snapshots:
miniflare@3.20241106.1(bufferutil@4.0.8):
dependencies:
'@cspotcode/source-map-support': 0.8.1
acorn: 8.10.0
acorn: 8.14.0
acorn-walk: 8.2.0
capnp-ts: 0.7.0
exit-hook: 2.2.1