Compare commits

..

2 Commits

Author SHA1 Message Date
Alex Yang c07555c8d2 Create happy-seals-beam.md 2025-04-08 14:07:53 -07:00
Alex Yang 4dd989a9dc fix(parse): file input 2025-04-08 13:47:16 -07:00
46 changed files with 77 additions and 205 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/postgres": patch
---
Added reader for the postgres package
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/google": patch
---
Add the Gemini 2.5 Pro Preview model
+6
View File
@@ -0,0 +1,6 @@
---
"llamaindex": patch
"@llamaindex/workflow": patch
---
feat: support multi-resolution compatibility
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/cloud": patch
---
fix(parse): file input
+9
View File
@@ -0,0 +1,9 @@
---
"@llamaindex/anthropic": patch
---
added `option.thinking` and `option.thinking_signature` to Anthropic's chat response
added `option.thinking_signature` to Anthropic's chat stream response
handle `ChatMessages` with `option.thinking` and `option.thinking_signature`
-10
View File
@@ -1,15 +1,5 @@
# @llamaindex/doc
## 0.2.6
### Patch Changes
- Updated dependencies [3534c37]
- Updated dependencies [41191d0]
- llamaindex@0.9.17
- @llamaindex/workflow@1.0.3
- @llamaindex/cloud@4.0.3
## 0.2.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.2.6",
"version": "0.2.5",
"private": true,
"scripts": {
"postinstall": "fumadocs-mdx",
@@ -1,12 +1,5 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.151
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.0.150
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.151",
"version": "0.0.150",
"type": "module",
"private": true,
"scripts": {
@@ -1,12 +1,5 @@
# @llamaindex/llama-parse-browser-test
## 0.0.58
### Patch Changes
- Updated dependencies [41191d0]
- @llamaindex/cloud@4.0.3
## 0.0.57
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/llama-parse-browser-test",
"private": true,
"version": "0.0.58",
"version": "0.0.57",
"type": "module",
"scripts": {
"dev": "vite",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/next-agent-test
## 0.1.151
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.1.150
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.151",
"version": "0.1.150",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,12 +1,5 @@
# test-edge-runtime
## 0.1.150
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.1.149
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.150",
"version": "0.1.149",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,12 +1,5 @@
# @llamaindex/next-node-runtime
## 0.1.17
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.1.16
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.1.17",
"version": "0.1.16",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,12 +1,5 @@
# vite-import-llamaindex
## 0.0.17
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.0.16
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "vite-import-llamaindex",
"private": true,
"version": "0.0.17",
"version": "0.0.16",
"type": "module",
"scripts": {
"build": "vite build",
@@ -1,12 +1,5 @@
# @llamaindex/waku-query-engine-test
## 0.0.151
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.0.150
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.151",
"version": "0.0.150",
"type": "module",
"private": true,
"scripts": {
-16
View File
@@ -1,21 +1,5 @@
# examples
## 0.3.4
### Patch Changes
- Updated dependencies [2410527]
- Updated dependencies [0d852d6]
- Updated dependencies [3534c37]
- Updated dependencies [41191d0]
- Updated dependencies [0dfa371]
- @llamaindex/postgres@0.0.45
- @llamaindex/google@0.2.3
- llamaindex@0.9.17
- @llamaindex/workflow@1.0.3
- @llamaindex/cloud@4.0.3
- @llamaindex/anthropic@0.3.3
## 0.3.3
### Patch Changes
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/examples",
"version": "0.3.4",
"version": "0.3.3",
"private": true,
"scripts": {
"lint": "eslint .",
@@ -11,18 +11,18 @@
"@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1",
"@azure/search-documents": "^12.1.0",
"@llamaindex/anthropic": "^0.3.3",
"@llamaindex/anthropic": "^0.3.2",
"@llamaindex/astra": "^0.0.16",
"@llamaindex/azure": "^0.1.11",
"@llamaindex/chroma": "^0.0.16",
"@llamaindex/clip": "^0.0.48",
"@llamaindex/cloud": "^4.0.3",
"@llamaindex/cloud": "^4.0.2",
"@llamaindex/cohere": "^0.0.16",
"@llamaindex/core": "^0.6.2",
"@llamaindex/deepinfra": "^0.0.48",
"@llamaindex/env": "^0.1.29",
"@llamaindex/firestore": "^1.0.9",
"@llamaindex/google": "^0.2.3",
"@llamaindex/google": "^0.2.2",
"@llamaindex/groq": "^0.0.63",
"@llamaindex/huggingface": "^0.1.2",
"@llamaindex/milvus": "^0.1.11",
@@ -35,7 +35,7 @@
"@llamaindex/openai": "^0.3.0",
"@llamaindex/pinecone": "^0.1.2",
"@llamaindex/portkey-ai": "^0.0.44",
"@llamaindex/postgres": "^0.0.45",
"@llamaindex/postgres": "^0.0.44",
"@llamaindex/qdrant": "^0.1.11",
"@llamaindex/readers": "^3.0.2",
"@llamaindex/replicate": "^0.0.44",
@@ -44,7 +44,7 @@
"@llamaindex/vllm": "^0.0.34",
"@llamaindex/voyage-ai": "^1.0.8",
"@llamaindex/weaviate": "^0.0.16",
"@llamaindex/workflow": "^1.0.3",
"@llamaindex/workflow": "^1.0.2",
"@llamaindex/deepseek": "^0.0.8",
"@llamaindex/fireworks": "^0.0.8",
"@llamaindex/together": "^0.0.8",
@@ -60,7 +60,7 @@
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14",
"llamaindex": "^0.9.17",
"llamaindex": "^0.9.16",
"mongodb": "6.7.0",
"postgres": "^3.4.4",
"wikipedia": "^2.1.2",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/autotool
## 6.0.17
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 6.0.16
### Patch Changes
@@ -1,13 +1,5 @@
# @llamaindex/autotool-01-node-example
## 0.0.98
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
- @llamaindex/autotool@6.0.17
## 0.0.97
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.98"
"version": "0.0.97"
}
+1 -1
View File
@@ -6,7 +6,7 @@
"url": "git+https://github.com/run-llama/LlamaIndexTS.git",
"directory": "packages/autotool"
},
"version": "6.0.17",
"version": "6.0.16",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/cloud
## 4.0.3
### Patch Changes
- 41191d0: fix(parse): file input
## 4.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloud",
"version": "4.0.3",
"version": "4.0.2",
"type": "module",
"license": "MIT",
"scripts": {
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/experimental
## 0.0.167
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.0.166
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.167",
"version": "0.0.166",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
-10
View File
@@ -1,15 +1,5 @@
# llamaindex
## 0.9.17
### Patch Changes
- 3534c37: feat: support multi-resolution compatibility
- Updated dependencies [3534c37]
- Updated dependencies [41191d0]
- @llamaindex/workflow@1.0.3
- @llamaindex/cloud@4.0.3
## 0.9.16
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.9.17",
"version": "0.9.16",
"license": "MIT",
"type": "module",
"keywords": [
-10
View File
@@ -1,15 +1,5 @@
# @llamaindex/anthropic
## 0.3.3
### Patch Changes
- 0dfa371: added `option.thinking` and `option.thinking_signature` to Anthropic's chat response
added `option.thinking_signature` to Anthropic's chat stream response
handle `ChatMessages` with `option.thinking` and `option.thinking_signature`
## 0.3.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex",
"version": "0.3.3",
"version": "0.3.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/google
## 0.2.3
### Patch Changes
- 0d852d6: Add the Gemini 2.5 Pro Preview model
## 0.2.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/google",
"description": "Google Adapter for LlamaIndex",
"version": "0.2.3",
"version": "0.2.2",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
@@ -1,11 +1,5 @@
# @llamaindex/postgres
## 0.0.45
### Patch Changes
- 2410527: Added reader for the postgres package
## 0.0.44
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/postgres",
"description": "PostgreSQL Storage for LlamaIndex",
"version": "0.0.45",
"version": "0.0.44",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-7
View File
@@ -1,12 +1,5 @@
# @llamaindex/server
## 0.0.8
### Patch Changes
- Updated dependencies [3534c37]
- llamaindex@0.9.17
## 0.0.7
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/server",
"description": "LlamaIndex Server",
"version": "0.0.8",
"version": "0.0.7",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
-6
View File
@@ -1,11 +1,5 @@
# @llamaindex/workflow
## 1.0.3
### Patch Changes
- 3534c37: feat: support multi-resolution compatibility
## 1.0.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/workflow",
"description": "Workflow API",
"version": "1.0.3",
"version": "1.0.2",
"type": "module",
"types": "dist/index.d.ts",
"module": "dist/index.js",
+21 -21
View File
@@ -592,7 +592,7 @@ importers:
specifier: ^12.1.0
version: 12.1.0
'@llamaindex/anthropic':
specifier: ^0.3.3
specifier: ^0.3.2
version: link:../packages/providers/anthropic
'@llamaindex/astra':
specifier: ^0.0.16
@@ -607,7 +607,7 @@ importers:
specifier: ^0.0.48
version: link:../packages/providers/clip
'@llamaindex/cloud':
specifier: ^4.0.3
specifier: ^4.0.2
version: link:../packages/cloud
'@llamaindex/cohere':
specifier: ^0.0.16
@@ -634,7 +634,7 @@ importers:
specifier: ^0.0.8
version: link:../packages/providers/fireworks
'@llamaindex/google':
specifier: ^0.2.3
specifier: ^0.2.2
version: link:../packages/providers/google
'@llamaindex/groq':
specifier: ^0.0.63
@@ -676,7 +676,7 @@ importers:
specifier: ^0.0.44
version: link:../packages/providers/portkey-ai
'@llamaindex/postgres':
specifier: ^0.0.45
specifier: ^0.0.44
version: link:../packages/providers/storage/postgres
'@llamaindex/qdrant':
specifier: ^0.1.11
@@ -712,7 +712,7 @@ importers:
specifier: ^0.0.16
version: link:../packages/providers/storage/weaviate
'@llamaindex/workflow':
specifier: ^1.0.3
specifier: ^1.0.2
version: link:../packages/workflow
'@notionhq/client':
specifier: ^2.2.15
@@ -739,7 +739,7 @@ importers:
specifier: ^1.0.14
version: 1.0.18
llamaindex:
specifier: ^0.9.17
specifier: ^0.9.16
version: link:../packages/llamaindex
mongodb:
specifier: 6.7.0
@@ -17733,10 +17733,10 @@ snapshots:
'@types/node': 22.9.0
optional: true
'@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)':
'@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
'@typescript-eslint/parser': 8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/parser': 8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/scope-manager': 8.24.0
'@typescript-eslint/type-utils': 8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/utils': 8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
@@ -19877,12 +19877,12 @@ snapshots:
dependencies:
'@next/eslint-plugin-next': 15.1.0
'@rushstack/eslint-patch': 1.10.5
'@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/parser': 8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
eslint: 9.16.0(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.2))
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.2))
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2))
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2))
eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(jiti@2.4.2))
eslint-plugin-react: 7.37.2(eslint@9.16.0(jiti@2.4.2))
eslint-plugin-react-hooks: 5.1.0(eslint@9.16.0(jiti@2.4.2))
@@ -19951,7 +19951,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.2)):
eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)):
dependencies:
'@nolyfill/is-core-module': 1.0.39
debug: 4.4.0
@@ -19963,7 +19963,7 @@ snapshots:
is-glob: 4.0.3
stable-hash: 0.0.4
optionalDependencies:
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.2))
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.22.0(jiti@2.4.2))
transitivePeerDependencies:
- supports-color
@@ -19983,18 +19983,18 @@ snapshots:
transitivePeerDependencies:
- supports-color
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.2)):
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)):
dependencies:
debug: 3.2.7
optionalDependencies:
'@typescript-eslint/parser': 8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/parser': 8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3)
eslint: 9.16.0(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.2))
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2))
transitivePeerDependencies:
- supports-color
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.22.0(jiti@2.4.2)):
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.22.0(jiti@2.4.2)):
dependencies:
debug: 3.2.7
optionalDependencies:
@@ -20005,7 +20005,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.2)):
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -20016,7 +20016,7 @@ snapshots:
doctrine: 2.1.0
eslint: 9.16.0(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.2))
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2)))(eslint@9.16.0(jiti@2.4.2))
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3
@@ -20028,7 +20028,7 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
'@typescript-eslint/parser': 8.24.0(eslint@9.16.0(jiti@2.4.2))(typescript@5.7.3)
'@typescript-eslint/parser': 8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -20045,7 +20045,7 @@ snapshots:
doctrine: 2.1.0
eslint: 9.22.0(jiti@2.4.2)
eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.22.0(jiti@2.4.2)))(eslint@9.22.0(jiti@2.4.2))
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.24.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.7.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0)(eslint@9.22.0(jiti@2.4.2))
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3
-10
View File
@@ -1,15 +1,5 @@
# @llamaindex/unit-test
## 0.1.17
### Patch Changes
- Updated dependencies [3534c37]
- Updated dependencies [41191d0]
- llamaindex@0.9.17
- @llamaindex/workflow@1.0.3
- @llamaindex/cloud@4.0.3
## 0.1.16
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.1.17",
"version": "0.1.16",
"type": "module",
"scripts": {
"test": "vitest run"