Skip to content
Snippets Groups Projects
Commit d13143e3 authored by Alex Yang's avatar Alex Yang
Browse files

RELEASING: Releasing 3 package(s)

Releases:
  llamaindex@0.1.20
  @llamaindex/env@0.0.5
  docs@0.0.4

[skip ci]
parent 5116ad8d
Branches
Tags
No related merge requests found
---
"llamaindex": patch
---
fix: prefix messages always true
---
"llamaindex": patch
---
fix: step wise agent + examples
---
"llamaindex": patch
---
fixed removeRefDocNode and persist store on delete
---
"llamaindex": patch
"@llamaindex/env": patch
---
fix: compatibility issue with Deno
# docs # docs
## 0.0.4
### Patch Changes
- Updated dependencies [5116ad8]
- @llamaindex/env@0.0.5
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
......
{ {
"name": "docs", "name": "docs",
"version": "0.0.3", "version": "0.0.4",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
......
# llamaindex # llamaindex
## 0.1.20
### Patch Changes
- 64683a5: fix: prefix messages always true
- 698cd9c: fix: step wise agent + examples
- 7257751: fixed removeRefDocNode and persist store on delete
- 5116ad8: fix: compatibility issue with Deno
- Updated dependencies [5116ad8]
- @llamaindex/env@0.0.5
## 0.1.19 ## 0.1.19
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/core", "name": "@llamaindex/core",
"version": "0.1.19", "version": "0.1.20",
"exports": "./src/index.ts", "exports": "./src/index.ts",
"imports": { "imports": {
"@llamaindex/env": "jsr:@llamaindex/env@0.0.4" "@llamaindex/env": "jsr:@llamaindex/env@0.0.5"
} }
} }
{ {
"name": "llamaindex", "name": "llamaindex",
"version": "0.1.19", "version": "0.1.20",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
......
# @llamaindex/env # @llamaindex/env
## 0.0.5
### Patch Changes
- 5116ad8: fix: compatibility issue with Deno
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/env", "name": "@llamaindex/env",
"version": "0.0.4", "version": "0.0.5",
"exports": { "exports": {
".": "./src/index.ts", ".": "./src/index.ts",
"./type": "./src/type.ts" "./type": "./src/type.ts"
......
{ {
"name": "@llamaindex/env", "name": "@llamaindex/env",
"description": "environment wrapper", "description": "environment wrapper",
"version": "0.0.4", "version": "0.0.5",
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment