Skip to content
Snippets Groups Projects
Unverified Commit bbb87f42 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
# @llamaindex/readers # @llamaindex/readers
## 1.0.21
### Patch Changes
- a9b5b99: feat: build api reference pages for new documentation site
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
## 1.0.20 ## 1.0.20
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/readers", "name": "@llamaindex/readers",
"description": "LlamaIndex Readers", "description": "LlamaIndex Readers",
"version": "1.0.20", "version": "1.0.21",
"type": "module", "type": "module",
"exports": { "exports": {
"./node/hook": "./node/dist/hook.js", "./node/hook": "./node/dist/hook.js",
......
...@@ -615,13 +615,13 @@ importers: ...@@ -615,13 +615,13 @@ importers:
specifier: ^1.4.1 specifier: ^1.4.1
version: 1.5.0 version: 1.5.0
'@llamaindex/core': '@llamaindex/core':
specifier: ^0.4.18 specifier: ^0.4.19
version: link:../packages/core version: link:../packages/core
'@llamaindex/readers': '@llamaindex/readers':
specifier: ^1.0.20 specifier: ^1.0.21
version: link:../packages/readers version: link:../packages/readers
'@llamaindex/vercel': '@llamaindex/vercel':
specifier: ^0.0.5 specifier: ^0.0.6
version: link:../packages/providers/vercel version: link:../packages/providers/vercel
'@llamaindex/workflow': '@llamaindex/workflow':
specifier: ^0.0.8 specifier: ^0.0.8
...@@ -654,7 +654,7 @@ importers: ...@@ -654,7 +654,7 @@ importers:
specifier: ^1.0.14 specifier: ^1.0.14
version: 1.0.15 version: 1.0.15
llamaindex: llamaindex:
specifier: ^0.8.27 specifier: ^0.8.28
version: link:../packages/llamaindex version: link:../packages/llamaindex
mongodb: mongodb:
specifier: ^6.7.0 specifier: ^6.7.0
......
# @llamaindex/unit-test # @llamaindex/unit-test
## 0.0.38
### Patch Changes
- Updated dependencies [a9b5b99]
- @llamaindex/core@0.4.19
- @llamaindex/readers@1.0.21
- @llamaindex/cloud@2.0.19
- llamaindex@0.8.28
- @llamaindex/node-parser@0.0.20
- @llamaindex/openai@0.1.44
## 0.0.37 ## 0.0.37
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/unit-test", "name": "@llamaindex/unit-test",
"private": true, "private": true,
"version": "0.0.37", "version": "0.0.38",
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "vitest run" "test": "vitest run"
......
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