Skip to content
Snippets Groups Projects
Unverified Commit c7fd0684 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Release 0.5.22 (#1164)

parent 4648da68
No related branches found
Tags llamaindex@0.0.9
No related merge requests found
Showing
with 83 additions and 15 deletions
---
"@llamaindex/env": patch
"llamaindex": patch
---
fix: wrong tiktoken version caused NextJs CL template run fail
# docs
## 0.0.63
### Patch Changes
- Updated dependencies [4648da6]
- llamaindex@0.5.22
## 0.0.62
### Patch Changes
......
{
"name": "docs",
"version": "0.0.62",
"version": "0.0.63",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
......
# @llamaindex/autotool-01-node-example
## 0.0.3
### Patch Changes
- Updated dependencies [4648da6]
- llamaindex@0.5.22
- @llamaindex/autotool@2.0.1
## 0.0.2
### Patch Changes
......
......@@ -13,5 +13,5 @@
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
},
"version": "0.0.2"
"version": "0.0.3"
}
# @llamaindex/autotool-02-next-example
## 0.1.47
### Patch Changes
- Updated dependencies [4648da6]
- llamaindex@0.5.22
- @llamaindex/autotool@2.0.1
## 0.1.46
### Patch Changes
......
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.46",
"version": "0.1.47",
"scripts": {
"dev": "next dev",
"build": "next build",
......
......@@ -51,7 +51,7 @@
"unplugin": "^1.12.2"
},
"peerDependencies": {
"llamaindex": "^0.5.21",
"llamaindex": "^0.5.22",
"openai": "^4",
"typescript": "^4"
},
......
# @llamaindex/community
## 0.0.32
### Patch Changes
- Updated dependencies [4648da6]
- @llamaindex/env@0.1.10
- @llamaindex/core@0.1.11
## 0.0.31
### Patch Changes
......
{
"name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS",
"version": "0.0.31",
"version": "0.0.32",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/core
## 0.1.11
### Patch Changes
- Updated dependencies [4648da6]
- @llamaindex/env@0.1.10
## 0.1.10
### Patch Changes
......
{
"name": "@llamaindex/core",
"type": "module",
"version": "0.1.10",
"version": "0.1.11",
"description": "LlamaIndex Core Module",
"exports": {
"./node-parser": {
......
# @llamaindex/env
## 0.1.10
### Patch Changes
- 4648da6: fix: wrong tiktoken version caused NextJs CL template run fail
## 0.1.9
### Patch Changes
......
{
"name": "@llamaindex/env",
"description": "environment wrapper, supports all JS environment including node, deno, bun, edge runtime, and cloudflare worker",
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# @llamaindex/experimental
## 0.0.72
### Patch Changes
- Updated dependencies [4648da6]
- llamaindex@0.5.22
## 0.0.71
### Patch Changes
......
{
"name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS",
"version": "0.0.71",
"version": "0.0.72",
"type": "module",
"types": "dist/type/index.d.ts",
"main": "dist/cjs/index.js",
......
# llamaindex
## 0.5.22
### Patch Changes
- 4648da6: fix: wrong tiktoken version caused NextJs CL template run fail
- Updated dependencies [4648da6]
- @llamaindex/env@0.1.10
- @llamaindex/core@0.1.11
## 0.5.21
### Patch Changes
......
# @llamaindex/cloudflare-worker-agent-test
## 0.0.56
### Patch Changes
- Updated dependencies [4648da6]
- llamaindex@0.5.22
## 0.0.55
### Patch Changes
......
{
"name": "@llamaindex/cloudflare-worker-agent-test",
"version": "0.0.55",
"version": "0.0.56",
"type": "module",
"private": true,
"scripts": {
......
# @llamaindex/next-agent-test
## 0.1.56
### Patch Changes
- Updated dependencies [4648da6]
- llamaindex@0.5.22
## 0.1.55
### Patch Changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment