Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] 83cff1277c Release 0.8.37 (#1642)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcusschiesser <17126+marcusschiesser@users.noreply.github.com>
2025-02-11 12:48:58 +07:00
Marcus Schiesser 1c908fd852 Revert "fix: bundle output incorrect (#1638)" (#1641) 2025-02-11 12:27:11 +07:00
95 changed files with 700 additions and 511 deletions
+13
View File
@@ -1,5 +1,18 @@
# @llamaindex/doc # @llamaindex/doc
## 0.0.41
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
- @llamaindex/node-parser@0.0.24
- @llamaindex/workflow@0.0.10
- @llamaindex/readers@1.0.25
- @llamaindex/cloud@2.0.24
- @llamaindex/core@0.4.23
- llamaindex@0.8.37
## 0.0.40 ## 0.0.40
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/doc", "name": "@llamaindex/doc",
"version": "0.0.40", "version": "0.0.41",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "pnpm run build:docs && next build", "build": "pnpm run build:docs && next build",
@@ -1,5 +1,11 @@
# @llamaindex/cloudflare-worker-agent-test # @llamaindex/cloudflare-worker-agent-test
## 0.0.133
### Patch Changes
- llamaindex@0.8.37
## 0.0.132 ## 0.0.132
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/cloudflare-worker-agent-test", "name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.132", "version": "0.0.133",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
@@ -1,5 +1,12 @@
# @llamaindex/llama-parse-browser-test # @llamaindex/llama-parse-browser-test
## 0.0.44
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/cloud@2.0.24
## 0.0.43 ## 0.0.43
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/llama-parse-browser-test", "name": "@llamaindex/llama-parse-browser-test",
"private": true, "private": true,
"version": "0.0.43", "version": "0.0.44",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/next-agent-test # @llamaindex/next-agent-test
## 0.1.133
### Patch Changes
- llamaindex@0.8.37
## 0.1.132 ## 0.1.132
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/next-agent-test", "name": "@llamaindex/next-agent-test",
"version": "0.1.132", "version": "0.1.133",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -1,5 +1,11 @@
# test-edge-runtime # test-edge-runtime
## 0.1.132
### Patch Changes
- llamaindex@0.8.37
## 0.1.131 ## 0.1.131
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/nextjs-edge-runtime-test", "name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.131", "version": "0.1.132",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -1,5 +1,11 @@
# @llamaindex/next-node-runtime # @llamaindex/next-node-runtime
## 0.0.114
### Patch Changes
- llamaindex@0.8.37
## 0.0.113 ## 0.0.113
### Patch Changes ### Patch Changes
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/next-node-runtime-test", "name": "@llamaindex/next-node-runtime-test",
"version": "0.0.113", "version": "0.0.114",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@@ -1,5 +1,11 @@
# @llamaindex/waku-query-engine-test # @llamaindex/waku-query-engine-test
## 0.0.133
### Patch Changes
- llamaindex@0.8.37
## 0.0.132 ## 0.0.132
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/waku-query-engine-test", "name": "@llamaindex/waku-query-engine-test",
"version": "0.0.132", "version": "0.0.133",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
+36
View File
@@ -1,5 +1,41 @@
# examples # examples
## 0.1.3
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/pinecone@0.0.4
- @llamaindex/postgres@0.0.32
- @llamaindex/weaviate@0.0.4
- @llamaindex/mongodb@0.0.4
- @llamaindex/upstash@0.0.4
- @llamaindex/chroma@0.0.4
- @llamaindex/milvus@0.0.4
- @llamaindex/qdrant@0.0.4
- @llamaindex/astra@0.0.4
- @llamaindex/azure@0.0.4
- @llamaindex/huggingface@0.0.35
- @llamaindex/mixedbread@0.0.4
- @llamaindex/portkey-ai@0.0.32
- @llamaindex/anthropic@0.0.33
- @llamaindex/deepinfra@0.0.35
- @llamaindex/replicate@0.0.32
- @llamaindex/mistral@0.0.4
- @llamaindex/cohere@0.0.4
- @llamaindex/google@0.0.6
- @llamaindex/ollama@0.0.39
- @llamaindex/openai@0.1.51
- @llamaindex/vercel@0.0.10
- @llamaindex/clip@0.0.35
- @llamaindex/groq@0.0.50
- @llamaindex/vllm@0.0.21
- @llamaindex/node-parser@0.0.24
- @llamaindex/workflow@0.0.10
- @llamaindex/readers@1.0.25
- @llamaindex/cloud@2.0.24
- llamaindex@0.8.37
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
+4 -4
View File
@@ -1,14 +1,14 @@
{ {
"name": "@llamaindex/examples", "name": "@llamaindex/examples",
"private": true, "private": true,
"version": "0.1.2", "version": "0.1.3",
"dependencies": { "dependencies": {
"@ai-sdk/openai": "^1.0.5", "@ai-sdk/openai": "^1.0.5",
"@azure/cosmos": "^4.1.1", "@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1", "@azure/identity": "^4.4.1",
"@azure/search-documents": "^12.1.0", "@azure/search-documents": "^12.1.0",
"@llamaindex/vercel": "^0.0.9", "@llamaindex/vercel": "^0.0.10",
"@llamaindex/workflow": "^0.0.9", "@llamaindex/workflow": "^0.0.10",
"@notionhq/client": "^2.2.15", "@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^4.0.0", "@pinecone-database/pinecone": "^4.0.0",
"@vercel/postgres": "^0.10.0", "@vercel/postgres": "^0.10.0",
@@ -16,7 +16,7 @@
"commander": "^12.1.0", "commander": "^12.1.0",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"js-tiktoken": "^1.0.14", "js-tiktoken": "^1.0.14",
"llamaindex": "^0.8.36", "llamaindex": "^0.8.37",
"mongodb": "6.7.0", "mongodb": "6.7.0",
"postgres": "^3.4.4", "postgres": "^3.4.4",
"ajv": "^8.17.1", "ajv": "^8.17.1",
-5
View File
@@ -37,10 +37,5 @@
"packageManager": "pnpm@9.12.3", "packageManager": "pnpm@9.12.3",
"lint-staged": { "lint-staged": {
"(!apps/docs/i18n/**/docusaurus-plugin-content-docs/current/api/*).{js,jsx,ts,tsx,md}": "prettier --write" "(!apps/docs/i18n/**/docusaurus-plugin-content-docs/current/api/*).{js,jsx,ts,tsx,md}": "prettier --write"
},
"pnpm": {
"patchedDependencies": {
"bunchee": "patches/bunchee.patch"
}
} }
} }
+7
View File
@@ -1,5 +1,12 @@
# @llamaindex/autotool # @llamaindex/autotool
## 5.0.37
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- llamaindex@0.8.37
## 5.0.36 ## 5.0.36
### Patch Changes ### Patch Changes
@@ -1,5 +1,13 @@
# @llamaindex/autotool-01-node-example # @llamaindex/autotool-01-node-example
## 0.0.80
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/autotool@5.0.37
- llamaindex@0.8.37
## 0.0.79 ## 0.0.79
### Patch Changes ### Patch Changes
@@ -13,5 +13,5 @@
"scripts": { "scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts" "start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
}, },
"version": "0.0.79" "version": "0.0.80"
} }
@@ -1,5 +1,13 @@
# @llamaindex/autotool-02-next-example # @llamaindex/autotool-02-next-example
## 0.1.124
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/autotool@5.0.37
- llamaindex@0.8.37
## 0.1.123 ## 0.1.123
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/autotool-02-next-example", "name": "@llamaindex/autotool-02-next-example",
"private": true, "private": true,
"version": "0.1.123", "version": "0.1.124",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/autotool", "name": "@llamaindex/autotool",
"type": "module", "type": "module",
"version": "5.0.36", "version": "5.0.37",
"description": "auto transpile your JS function to LLM Agent compatible", "description": "auto transpile your JS function to LLM Agent compatible",
"files": [ "files": [
"dist", "dist",
@@ -70,7 +70,7 @@
"@swc/types": "^0.1.12", "@swc/types": "^0.1.12",
"@types/json-schema": "^7.0.15", "@types/json-schema": "^7.0.15",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"bunchee": "6.3.3", "bunchee": "6.2.0",
"llamaindex": "workspace:*", "llamaindex": "workspace:*",
"next": "15.0.3", "next": "15.0.3",
"rollup": "^4.28.1", "rollup": "^4.28.1",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/cloud # @llamaindex/cloud
## 2.0.24
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 2.0.23 ## 2.0.23
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/cloud", "name": "@llamaindex/cloud",
"version": "2.0.23", "version": "2.0.24",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@@ -68,7 +68,7 @@
"@hey-api/openapi-ts": "^0.61.0", "@hey-api/openapi-ts": "^0.61.0",
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"peerDependencies": { "peerDependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/community # @llamaindex/community
## 0.0.81
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.80 ## 0.0.80
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/community", "name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS", "description": "Community package for LlamaIndexTS",
"version": "0.0.80", "version": "0.0.81",
"type": "module", "type": "module",
"types": "dist/type/index.d.ts", "types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
@@ -43,7 +43,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-bedrock-agent-runtime": "^3.706.0", "@aws-sdk/client-bedrock-agent-runtime": "^3.706.0",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/core # @llamaindex/core
## 0.4.23
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/env@0.1.27
## 0.4.22 ## 0.4.22
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/core", "name": "@llamaindex/core",
"type": "module", "type": "module",
"version": "0.4.22", "version": "0.4.23",
"description": "LlamaIndex Core Module", "description": "LlamaIndex Core Module",
"exports": { "exports": {
"./agent": { "./agent": {
@@ -391,7 +391,7 @@
"devDependencies": { "devDependencies": {
"@edge-runtime/vm": "^4.0.4", "@edge-runtime/vm": "^4.0.4",
"ajv": "^8.17.1", "ajv": "^8.17.1",
"bunchee": "6.3.3", "bunchee": "6.2.0",
"happy-dom": "^15.11.6", "happy-dom": "^15.11.6",
"natural": "^8.0.1" "natural": "^8.0.1"
}, },
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/env # @llamaindex/env
## 0.1.27
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
## 0.1.26 ## 0.1.26
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/env", "name": "@llamaindex/env",
"description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker", "description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker",
"version": "0.1.26", "version": "0.1.27",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"module": "dist/index.js", "module": "dist/index.js",
@@ -125,7 +125,7 @@
"@huggingface/transformers": "^3.0.2", "@huggingface/transformers": "^3.0.2",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"@types/readable-stream": "^4.0.15", "@types/readable-stream": "^4.0.15",
"bunchee": "6.3.3", "bunchee": "6.2.0",
"gpt-tokenizer": "^2.6.2", "gpt-tokenizer": "^2.6.2",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"vitest": "^2.1.5" "vitest": "^2.1.5"
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/experimental # @llamaindex/experimental
## 0.0.149
### Patch Changes
- llamaindex@0.8.37
## 0.0.148 ## 0.0.148
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/experimental", "name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS", "description": "Experimental package for LlamaIndexTS",
"version": "0.0.148", "version": "0.0.149",
"type": "module", "type": "module",
"types": "dist/type/index.d.ts", "types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js", "main": "dist/cjs/index.js",
+35
View File
@@ -1,5 +1,40 @@
# llamaindex # llamaindex
## 0.8.37
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/pinecone@0.0.4
- @llamaindex/postgres@0.0.32
- @llamaindex/weaviate@0.0.4
- @llamaindex/mongodb@0.0.4
- @llamaindex/upstash@0.0.4
- @llamaindex/chroma@0.0.4
- @llamaindex/milvus@0.0.4
- @llamaindex/qdrant@0.0.4
- @llamaindex/astra@0.0.4
- @llamaindex/azure@0.0.4
- @llamaindex/huggingface@0.0.35
- @llamaindex/mixedbread@0.0.4
- @llamaindex/portkey-ai@0.0.32
- @llamaindex/anthropic@0.0.33
- @llamaindex/deepinfra@0.0.35
- @llamaindex/replicate@0.0.32
- @llamaindex/mistral@0.0.4
- @llamaindex/cohere@0.0.4
- @llamaindex/google@0.0.6
- @llamaindex/ollama@0.0.39
- @llamaindex/openai@0.1.51
- @llamaindex/clip@0.0.35
- @llamaindex/groq@0.0.50
- @llamaindex/vllm@0.0.21
- @llamaindex/node-parser@0.0.24
- @llamaindex/readers@1.0.25
- @llamaindex/cloud@2.0.24
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.8.36 ## 0.8.36
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "llamaindex", "name": "llamaindex",
"version": "0.8.36", "version": "0.8.37",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"keywords": [ "keywords": [
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/node-parser # @llamaindex/node-parser
## 0.0.24
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.23 ## 0.0.23
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@llamaindex/node-parser", "name": "@llamaindex/node-parser",
"version": "0.0.23", "version": "0.0.24",
"description": "Node parser for LlamaIndex", "description": "Node parser for LlamaIndex",
"type": "module", "type": "module",
"exports": { "exports": {
@@ -43,7 +43,7 @@
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
"@types/html-to-text": "^9.0.4", "@types/html-to-text": "^9.0.4",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"bunchee": "6.3.3", "bunchee": "6.2.0",
"tree-sitter": "^0.22.1", "tree-sitter": "^0.22.1",
"web-tree-sitter": "^0.24.4" "web-tree-sitter": "^0.24.4"
}, },
@@ -1,5 +1,14 @@
# @llamaindex/anthropic # @llamaindex/anthropic
## 0.0.33
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.32 ## 0.0.32
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/anthropic", "name": "@llamaindex/anthropic",
"description": "Anthropic Adapter for LlamaIndex", "description": "Anthropic Adapter for LlamaIndex",
"version": "0.0.32", "version": "0.0.33",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -31,7 +31,7 @@
"test": "vitest run" "test": "vitest run"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "0.32.1", "@anthropic-ai/sdk": "0.32.1",
+10
View File
@@ -1,5 +1,15 @@
# @llamaindex/clip # @llamaindex/clip
## 0.0.35
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.34 ## 0.0.34
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/clip", "name": "@llamaindex/clip",
"description": "Clip Embedding Adapter for LlamaIndex", "description": "Clip Embedding Adapter for LlamaIndex",
"version": "0.0.34", "version": "0.0.35",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.cjs", "main": "dist/index.cjs",
@@ -39,7 +39,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@huggingface/transformers": "^3.0.2", "@huggingface/transformers": "^3.0.2",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/cohere # @llamaindex/cohere
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/cohere", "name": "@llamaindex/cohere",
"description": "Cohere Adapter for LlamaIndex", "description": "Cohere Adapter for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+10
View File
@@ -1,5 +1,15 @@
# @llamaindex/deepinfra # @llamaindex/deepinfra
## 0.0.35
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.34 ## 0.0.34
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/deepinfra", "name": "@llamaindex/deepinfra",
"description": "Deepinfra Adapter for LlamaIndex", "description": "Deepinfra Adapter for LlamaIndex",
"version": "0.0.34", "version": "0.0.35",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/google # @llamaindex/google
## 0.0.6
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.5 ## 0.0.5
### Patch Changes ### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/google", "name": "@llamaindex/google",
"description": "Google Adapter for LlamaIndex", "description": "Google Adapter for LlamaIndex",
"version": "0.0.5", "version": "0.0.6",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,12 +30,12 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@google-cloud/vertexai": "1.9.0",
"@google/generative-ai": "0.21.0",
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*" "@llamaindex/env": "workspace:*",
"@google/generative-ai": "0.21.0",
"@google-cloud/vertexai": "1.9.0"
} }
} }
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/groq # @llamaindex/groq
## 0.0.50
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
- @llamaindex/env@0.1.27
## 0.0.49 ## 0.0.49
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/groq", "name": "@llamaindex/groq",
"description": "Groq Adapter for LlamaIndex", "description": "Groq Adapter for LlamaIndex",
"version": "0.0.49", "version": "0.0.50",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
@@ -1,5 +1,15 @@
# @llamaindex/huggingface # @llamaindex/huggingface
## 0.0.35
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.34 ## 0.0.34
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/huggingface", "name": "@llamaindex/huggingface",
"description": "Huggingface Adapter for LlamaIndex", "description": "Huggingface Adapter for LlamaIndex",
"version": "0.0.34", "version": "0.0.35",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"main": "dist/index.cjs", "main": "dist/index.cjs",
@@ -39,7 +39,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@huggingface/inference": "^2.8.1", "@huggingface/inference": "^2.8.1",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/mistral # @llamaindex/mistral
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/mistral", "name": "@llamaindex/mistral",
"description": "Mistral Adapter for LlamaIndex", "description": "Mistral Adapter for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/mixedbread # @llamaindex/mixedbread
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/mixedbread", "name": "@llamaindex/mixedbread",
"description": "Mixedbread Adapter for LlamaIndex", "description": "Mixedbread Adapter for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/ollama # @llamaindex/ollama
## 0.0.39
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.38 ## 0.0.38
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/ollama", "name": "@llamaindex/ollama",
"description": "Ollama Adapter for LlamaIndex", "description": "Ollama Adapter for LlamaIndex",
"version": "0.0.38", "version": "0.0.39",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/openai # @llamaindex/openai
## 0.1.51
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.1.50 ## 0.1.50
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/openai", "name": "@llamaindex/openai",
"description": "OpenAI Adapter for LlamaIndex", "description": "OpenAI Adapter for LlamaIndex",
"version": "0.1.50", "version": "0.1.51",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/portkey-ai # @llamaindex/portkey-ai
## 0.0.32
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.31 ## 0.0.31
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/portkey-ai", "name": "@llamaindex/portkey-ai",
"description": "Portkey Adapter for LlamaIndex", "description": "Portkey Adapter for LlamaIndex",
"version": "0.0.31", "version": "0.0.32",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/replicate # @llamaindex/replicate
## 0.0.32
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.31 ## 0.0.31
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/replicate", "name": "@llamaindex/replicate",
"description": "Replicate Adapter for LlamaIndex", "description": "Replicate Adapter for LlamaIndex",
"version": "0.0.31", "version": "0.0.32",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/astra # @llamaindex/astra
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/astra", "name": "@llamaindex/astra",
"description": "Astra Storage for LlamaIndex", "description": "Astra Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,11 +38,11 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@datastax/astra-db-ts": "^1.4.1",
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*" "@llamaindex/env": "workspace:*",
"@datastax/astra-db-ts": "^1.4.1"
} }
} }
@@ -1,5 +1,14 @@
# @llamaindex/azure # @llamaindex/azure
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/azure", "name": "@llamaindex/azure",
"description": "Azure Storage for LlamaIndex", "description": "Azure Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -56,15 +56,15 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.0", "bunchee": "6.2.0",
"bunchee": "6.3.3" "@types/node": "^22.9.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"@azure/cosmos": "^4.1.1", "@azure/cosmos": "^4.1.1",
"@azure/identity": "^4.4.1", "@azure/identity": "^4.4.1",
"@azure/search-documents": "^12.1.0", "@azure/search-documents": "^12.1.0",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*",
"mongodb": "^6.7.0" "mongodb": "^6.7.0"
} }
} }
@@ -1,5 +1,14 @@
# @llamaindex/chroma # @llamaindex/chroma
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/chroma", "name": "@llamaindex/chroma",
"description": "Chroma Storage for LlamaIndex", "description": "Chroma Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/milvus # @llamaindex/milvus
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/milvus", "name": "@llamaindex/milvus",
"description": "Milvus Storage for LlamaIndex", "description": "Milvus Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,12 +38,12 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@grpc/grpc-js": "^1.12.2",
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
"@grpc/grpc-js": "^1.12.2",
"@zilliz/milvus2-sdk-node": "^2.4.6" "@zilliz/milvus2-sdk-node": "^2.4.6"
} }
} }
@@ -1,5 +1,14 @@
# @llamaindex/mongodb # @llamaindex/mongodb
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/mongodb", "name": "@llamaindex/mongodb",
"description": "MongoDB Storage for LlamaIndex", "description": "MongoDB Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/pinecone # @llamaindex/pinecone
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/pinecone", "name": "@llamaindex/pinecone",
"description": "Pinecone Storage for LlamaIndex", "description": "Pinecone Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/postgres # @llamaindex/postgres
## 0.0.32
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.31 ## 0.0.31
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/postgres", "name": "@llamaindex/postgres",
"description": "PostgreSQL Storage for LlamaIndex", "description": "PostgreSQL Storage for LlamaIndex",
"version": "0.0.31", "version": "0.0.32",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,9 +38,9 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.2.0",
"@types/pg": "^8.11.8", "@types/pg": "^8.11.8",
"@vercel/postgres": "^0.10.0", "@vercel/postgres": "^0.10.0",
"bunchee": "6.3.3",
"pg": "^8.12.0", "pg": "^8.12.0",
"pgvector": "0.2.0", "pgvector": "0.2.0",
"postgres": "^3.4.4" "postgres": "^3.4.4"
@@ -1,5 +1,14 @@
# @llamaindex/qdrant # @llamaindex/qdrant
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/qdrant", "name": "@llamaindex/qdrant",
"description": "Qdrant Storage for LlamaIndex", "description": "Qdrant Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/upstash # @llamaindex/upstash
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/upstash", "name": "@llamaindex/upstash",
"description": "Upstash Storage for LlamaIndex", "description": "Upstash Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
@@ -1,5 +1,14 @@
# @llamaindex/weaviate # @llamaindex/weaviate
## 0.0.4
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/weaviate", "name": "@llamaindex/weaviate",
"description": "Weaviate Storage for LlamaIndex", "description": "Weaviate Storage for LlamaIndex",
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/vercel # @llamaindex/vercel
## 0.0.10
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
## 0.0.9 ## 0.0.9
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/vercel", "name": "@llamaindex/vercel",
"description": "Vercel Adapter for LlamaIndex", "description": "Vercel Adapter for LlamaIndex",
"version": "0.0.9", "version": "0.0.10",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -38,7 +38,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/vllm # @llamaindex/vllm
## 0.0.21
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
## 0.0.20 ## 0.0.20
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/vllm", "name": "@llamaindex/vllm",
"description": "vLLM Adapter for LlamaIndex", "description": "vLLM Adapter for LlamaIndex",
"version": "0.0.20", "version": "0.0.21",
"type": "module", "type": "module",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -30,7 +30,7 @@
"dev": "bunchee --watch" "dev": "bunchee --watch"
}, },
"devDependencies": { "devDependencies": {
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"dependencies": { "dependencies": {
"@llamaindex/openai": "workspace:*" "@llamaindex/openai": "workspace:*"
+9
View File
@@ -1,5 +1,14 @@
# @llamaindex/readers # @llamaindex/readers
## 1.0.25
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/core@0.4.23
- @llamaindex/env@0.1.27
## 1.0.24 ## 1.0.24
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/readers", "name": "@llamaindex/readers",
"description": "LlamaIndex Readers", "description": "LlamaIndex Readers",
"version": "1.0.24", "version": "1.0.25",
"type": "module", "type": "module",
"exports": { "exports": {
"./node/hook": "./node/dist/hook.js", "./node/hook": "./node/dist/hook.js",
@@ -212,7 +212,7 @@
"@llamaindex/core": "workspace:*", "@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"bunchee": "6.3.3", "bunchee": "6.2.0",
"p-limit": "^6.1.0", "p-limit": "^6.1.0",
"string-strip-html": "^13.4.8" "string-strip-html": "^13.4.8"
}, },
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/workflow # @llamaindex/workflow
## 0.0.10
### Patch Changes
- 1c908fd: Revert previous release (not working with CJS)
- Updated dependencies [1c908fd]
- @llamaindex/env@0.1.27
## 0.0.9 ## 0.0.9
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/workflow", "name": "@llamaindex/workflow",
"description": "Workflow API", "description": "Workflow API",
"version": "0.0.9", "version": "0.0.10",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"module": "dist/index.js", "module": "dist/index.js",
@@ -56,7 +56,7 @@
"devDependencies": { "devDependencies": {
"@llamaindex/env": "workspace:*", "@llamaindex/env": "workspace:*",
"@types/node": "^22.9.0", "@types/node": "^22.9.0",
"bunchee": "6.3.3" "bunchee": "6.2.0"
}, },
"peerDependencies": { "peerDependencies": {
"@llamaindex/env": "workspace:*" "@llamaindex/env": "workspace:*"
-30
View File
@@ -1,30 +0,0 @@
diff --git a/dist/bin/cli.js b/dist/bin/cli.js
old mode 100755
new mode 100644
diff --git a/dist/index.js b/dist/index.js
index b77587c074ea9d6072cd1de209a786dfbeebf105..66c0eba9bbbb68ec7308e7a7fe528c6a764e09e7 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -1369,10 +1369,19 @@ function aliasEntries({ entry: sourceFilePath, conditionNames, entries, format,
})) == null ? undefined : _exportMapEntries_find1.bundlePath;
}
} else {
- var _exportMapEntries_find2;
- matchedBundlePath = (_exportMapEntries_find2 = exportMapEntries.find((item)=>{
+ var _exportMapEntries_sort_find;
+ matchedBundlePath = (_exportMapEntries_sort_find = exportMapEntries.sort(// always put special condition after the general condition (default, cjs, esm)
+ (a, b)=>{
+ if (a.conditionNames.has(specialCondition)) {
+ return -1;
+ }
+ if (b.conditionNames.has(specialCondition)) {
+ return 1;
+ }
+ return 0;
+ }).find((item)=>{
return findJsBundlePathCallback(item, specialCondition);
- })) == null ? undefined : _exportMapEntries_find2.bundlePath;
+ })) == null ? undefined : _exportMapEntries_sort_find.bundlePath;
}
if (matchedBundlePath) {
if (!sourceToRelativeBundleMap.has(exportCondition.source)) sourceToRelativeBundleMap.set(exportCondition.source, matchedBundlePath);
+162 -385
View File
File diff suppressed because it is too large Load Diff
+13
View File
@@ -1,5 +1,18 @@
# @llamaindex/unit-test # @llamaindex/unit-test
## 0.0.47
### Patch Changes
- Updated dependencies [1c908fd]
- @llamaindex/openai@0.1.51
- @llamaindex/node-parser@0.0.24
- @llamaindex/workflow@0.0.10
- @llamaindex/readers@1.0.25
- @llamaindex/cloud@2.0.24
- @llamaindex/core@0.4.23
- llamaindex@0.8.37
## 0.0.46 ## 0.0.46
### Patch Changes ### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@llamaindex/unit-test", "name": "@llamaindex/unit-test",
"private": true, "private": true,
"version": "0.0.46", "version": "0.0.47",
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "vitest run" "test": "vitest run"