Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot] 1054c3382a Release 0.8.16 (#1499)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-17 22:28:02 -08:00
Alex Yang e60328b086 fix: import error in cjs (#1498) 2024-11-17 22:24:09 -08:00
Laurie Voss 3371dfb89f Syncing footer to match main site (#1496) 2024-11-16 00:43:44 -08:00
28 changed files with 105 additions and 110 deletions
+6
View File
@@ -1,5 +1,11 @@
# docs
## 0.0.121
### Patch Changes
- llamaindex@0.8.16
## 0.0.120
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.120",
"version": "0.0.121",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/doc
## 0.0.19
### Patch Changes
- Updated dependencies [e60328b]
- @llamaindex/readers@1.0.12
- llamaindex@0.8.16
## 0.0.18
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/doc",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"scripts": {
"build": "pnpm run build:docs && next build",
@@ -1,5 +1,11 @@
# @llamaindex/cloudflare-worker-agent-test
## 0.0.112
### Patch Changes
- llamaindex@0.8.16
## 0.0.111
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.111",
"version": "0.0.112",
"type": "module",
"private": true,
"scripts": {
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/next-agent-test
## 0.1.112
### Patch Changes
- llamaindex@0.8.16
## 0.1.111
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-agent-test",
"version": "0.1.111",
"version": "0.1.112",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,5 +1,11 @@
# test-edge-runtime
## 0.1.111
### Patch Changes
- llamaindex@0.8.16
## 0.1.110
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/nextjs-edge-runtime-test",
"version": "0.1.110",
"version": "0.1.111",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,5 +1,11 @@
# @llamaindex/next-node-runtime
## 0.0.93
### Patch Changes
- llamaindex@0.8.16
## 0.0.92
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/next-node-runtime-test",
"version": "0.0.92",
"version": "0.0.93",
"private": true,
"scripts": {
"dev": "next dev",
@@ -1,5 +1,11 @@
# @llamaindex/waku-query-engine-test
## 0.0.112
### Patch Changes
- llamaindex@0.8.16
## 0.0.111
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@llamaindex/waku-query-engine-test",
"version": "0.0.111",
"version": "0.0.112",
"type": "module",
"private": true,
"scripts": {
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/autotool
## 5.0.16
### Patch Changes
- llamaindex@0.8.16
## 5.0.15
### Patch Changes
@@ -1,5 +1,12 @@
# @llamaindex/autotool-01-node-example
## 0.0.59
### Patch Changes
- llamaindex@0.8.16
- @llamaindex/autotool@5.0.16
## 0.0.58
### Patch Changes
@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.58"
"version": "0.0.59"
}
@@ -1,5 +1,12 @@
# @llamaindex/autotool-02-next-example
## 0.1.103
### Patch Changes
- llamaindex@0.8.16
- @llamaindex/autotool@5.0.16
## 0.1.102
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.102",
"version": "0.1.103",
"scripts": {
"dev": "next dev",
"build": "next build",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/autotool",
"type": "module",
"version": "5.0.15",
"version": "5.0.16",
"description": "auto transpile your JS function to LLM Agent compatible",
"files": [
"dist",
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/experimental
## 0.0.128
### Patch Changes
- llamaindex@0.8.16
## 0.0.127
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.127",
"version": "0.0.128",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
+7
View File
@@ -1,5 +1,12 @@
# llamaindex
## 0.8.16
### Patch Changes
- Updated dependencies [e60328b]
- @llamaindex/readers@1.0.12
## 0.8.15
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "llamaindex",
"version": "0.8.15",
"version": "0.8.16",
"license": "MIT",
"type": "module",
"keywords": [
+6
View File
@@ -1,5 +1,11 @@
# @llamaindex/readers
## 1.0.12
### Patch Changes
- e60328b: fix: import error in cjs
## 1.0.11
### Patch Changes
+1 -97
View File
@@ -1,20 +1,12 @@
{
"name": "@llamaindex/readers",
"description": "LlamaIndex Readers",
"version": "1.0.11",
"version": "1.0.12",
"type": "module",
"exports": {
"./node/hook": "./node/dist/hook.js",
"./node": "./node/dist/index.js",
"./assembly-ai": {
"edge-light": {
"types": "./assembly-ai/dist/index.edge-light.d.ts",
"default": "./assembly-ai/dist/index.edge-light.js"
},
"workerd": {
"types": "./assembly-ai/dist/index.workerd.d.ts",
"default": "./assembly-ai/dist/index.workerd.js"
},
"require": {
"types": "./assembly-ai/dist/index.d.cts",
"default": "./assembly-ai/dist/index.cjs"
@@ -25,14 +17,6 @@
}
},
"./cosmosdb": {
"edge-light": {
"types": "./cosmosdb/dist/index.edge-light.d.ts",
"default": "./cosmosdb/dist/index.edge-light.js"
},
"workerd": {
"types": "./cosmosdb/dist/index.workerd.d.ts",
"default": "./cosmosdb/dist/index.workerd.js"
},
"require": {
"types": "./cosmosdb/dist/index.d.cts",
"default": "./cosmosdb/dist/index.cjs"
@@ -79,14 +63,6 @@
}
},
"./discord": {
"edge-light": {
"types": "./discord/dist/index.edge-light.d.ts",
"default": "./discord/dist/index.edge-light.js"
},
"workerd": {
"types": "./discord/dist/index.workerd.d.ts",
"default": "./discord/dist/index.workerd.js"
},
"require": {
"types": "./discord/dist/index.d.cts",
"default": "./discord/dist/index.cjs"
@@ -97,14 +73,6 @@
}
},
"./docx": {
"edge-light": {
"types": "./docx/dist/index.edge-light.d.ts",
"default": "./docx/dist/index.edge-light.js"
},
"workerd": {
"types": "./docx/dist/index.workerd.d.ts",
"default": "./docx/dist/index.workerd.js"
},
"require": {
"types": "./docx/dist/index.d.cts",
"default": "./docx/dist/index.cjs"
@@ -115,14 +83,6 @@
}
},
"./html": {
"edge-light": {
"types": "./html/dist/index.edge-light.d.ts",
"default": "./html/dist/index.edge-light.js"
},
"workerd": {
"types": "./html/dist/index.workerd.d.ts",
"default": "./html/dist/index.workerd.js"
},
"require": {
"types": "./html/dist/index.d.cts",
"default": "./html/dist/index.cjs"
@@ -133,14 +93,6 @@
}
},
"./image": {
"edge-light": {
"types": "./image/dist/index.edge-light.d.ts",
"default": "./image/dist/index.edge-light.js"
},
"workerd": {
"types": "./image/dist/index.workerd.d.ts",
"default": "./image/dist/index.workerd.js"
},
"require": {
"types": "./image/dist/index.d.cts",
"default": "./image/dist/index.cjs"
@@ -151,14 +103,6 @@
}
},
"./json": {
"edge-light": {
"types": "./json/dist/index.edge-light.d.ts",
"default": "./json/dist/index.edge-light.js"
},
"workerd": {
"types": "./json/dist/index.workerd.d.ts",
"default": "./json/dist/index.workerd.js"
},
"require": {
"types": "./json/dist/index.d.cts",
"default": "./json/dist/index.cjs"
@@ -169,14 +113,6 @@
}
},
"./markdown": {
"edge-light": {
"types": "./markdown/dist/index.edge-light.d.ts",
"default": "./markdown/dist/index.edge-light.js"
},
"workerd": {
"types": "./markdown/dist/index.workerd.d.ts",
"default": "./markdown/dist/index.workerd.js"
},
"require": {
"types": "./markdown/dist/index.d.cts",
"default": "./markdown/dist/index.cjs"
@@ -187,14 +123,6 @@
}
},
"./mongo": {
"edge-light": {
"types": "./mongo/dist/index.edge-light.d.ts",
"default": "./mongo/dist/index.edge-light.js"
},
"workerd": {
"types": "./mongo/dist/index.workerd.d.ts",
"default": "./mongo/dist/index.workerd.js"
},
"require": {
"types": "./mongo/dist/index.d.cts",
"default": "./mongo/dist/index.cjs"
@@ -205,14 +133,6 @@
}
},
"./notion": {
"edge-light": {
"types": "./notion/dist/index.edge-light.d.ts",
"default": "./notion/dist/index.edge-light.js"
},
"workerd": {
"types": "./notion/dist/index.workerd.d.ts",
"default": "./notion/dist/index.workerd.js"
},
"require": {
"types": "./notion/dist/index.d.cts",
"default": "./notion/dist/index.cjs"
@@ -223,14 +143,6 @@
}
},
"./pdf": {
"edge-light": {
"types": "./pdf/dist/index.edge-light.d.ts",
"default": "./pdf/dist/index.edge-light.js"
},
"workerd": {
"types": "./pdf/dist/index.workerd.d.ts",
"default": "./pdf/dist/index.workerd.js"
},
"require": {
"types": "./pdf/dist/index.d.cts",
"default": "./pdf/dist/index.cjs"
@@ -241,14 +153,6 @@
}
},
"./text": {
"edge-light": {
"types": "./text/dist/index.edge-light.d.ts",
"default": "./text/dist/index.edge-light.js"
},
"workerd": {
"types": "./text/dist/index.workerd.d.ts",
"default": "./text/dist/index.workerd.js"
},
"require": {
"types": "./text/dist/index.d.cts",
"default": "./text/dist/index.cjs"
+8
View File
@@ -1,5 +1,13 @@
# @llamaindex/unit-test
## 0.0.26
### Patch Changes
- Updated dependencies [e60328b]
- @llamaindex/readers@1.0.12
- llamaindex@0.8.16
## 0.0.25
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@llamaindex/unit-test",
"private": true,
"version": "0.0.25",
"version": "0.0.26",
"type": "module",
"scripts": {
"test": "vitest run"