Skip to content
Snippets Groups Projects
Unverified Commit 938b4170 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent fa60fc66
No related branches found
No related tags found
No related merge requests found
Showing
with 88 additions and 14 deletions
---
"@llamaindex/env": patch
---
fix(env): no esm shim
# docs # docs
## 0.0.100
### Patch Changes
- llamaindex@0.7.8
## 0.0.99 ## 0.0.99
### Patch Changes ### Patch Changes
......
{ {
"name": "docs", "name": "docs",
"version": "0.0.99", "version": "0.0.100",
"private": true, "private": true,
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
......
# @llamaindex/autotool # @llamaindex/autotool
## 4.0.8
### Patch Changes
- llamaindex@0.7.8
## 4.0.7 ## 4.0.7
### Patch Changes ### Patch Changes
......
# @llamaindex/autotool-01-node-example # @llamaindex/autotool-01-node-example
## 0.0.40
### Patch Changes
- llamaindex@0.7.8
- @llamaindex/autotool@4.0.8
## 0.0.39 ## 0.0.39
### Patch Changes ### Patch Changes
......
...@@ -13,5 +13,5 @@ ...@@ -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.39" "version": "0.0.40"
} }
# @llamaindex/autotool-02-next-example # @llamaindex/autotool-02-next-example
## 0.1.84
### Patch Changes
- llamaindex@0.7.8
- @llamaindex/autotool@4.0.8
## 0.1.83 ## 0.1.83
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/autotool-02-next-example", "name": "@llamaindex/autotool-02-next-example",
"private": true, "private": true,
"version": "0.1.83", "version": "0.1.84",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
......
{ {
"name": "@llamaindex/autotool", "name": "@llamaindex/autotool",
"type": "module", "type": "module",
"version": "4.0.7", "version": "4.0.8",
"description": "auto transpile your JS function to LLM Agent compatible", "description": "auto transpile your JS function to LLM Agent compatible",
"files": [ "files": [
"dist", "dist",
......
# @llamaindex/cloud # @llamaindex/cloud
## 1.0.6
### Patch Changes
- Updated dependencies [fa60fc6]
- @llamaindex/env@0.1.16
- @llamaindex/core@0.3.5
## 1.0.5 ## 1.0.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/cloud", "name": "@llamaindex/cloud",
"version": "1.0.5", "version": "1.0.6",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
......
# @llamaindex/community # @llamaindex/community
## 0.0.54
### Patch Changes
- Updated dependencies [fa60fc6]
- @llamaindex/env@0.1.16
- @llamaindex/core@0.3.5
## 0.0.53 ## 0.0.53
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/community", "name": "@llamaindex/community",
"description": "Community package for LlamaIndexTS", "description": "Community package for LlamaIndexTS",
"version": "0.0.53", "version": "0.0.54",
"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",
......
# @llamaindex/core # @llamaindex/core
## 0.3.5
### Patch Changes
- Updated dependencies [fa60fc6]
- @llamaindex/env@0.1.16
## 0.3.4 ## 0.3.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/core", "name": "@llamaindex/core",
"type": "module", "type": "module",
"version": "0.3.4", "version": "0.3.5",
"description": "LlamaIndex Core Module", "description": "LlamaIndex Core Module",
"exports": { "exports": {
"./agent": { "./agent": {
......
# @llamaindex/env # @llamaindex/env
## 0.1.16
### Patch Changes
- fa60fc6: fix(env): no esm shim
## 0.1.15 ## 0.1.15
### Patch Changes ### Patch Changes
......
{ {
"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.15", "version": "0.1.16",
"type": "module", "type": "module",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"module": "dist/index.js", "module": "dist/index.js",
......
# @llamaindex/experimental # @llamaindex/experimental
## 0.0.109
### Patch Changes
- llamaindex@0.7.8
## 0.0.108 ## 0.0.108
### Patch Changes ### Patch Changes
......
{ {
"name": "@llamaindex/experimental", "name": "@llamaindex/experimental",
"description": "Experimental package for LlamaIndexTS", "description": "Experimental package for LlamaIndexTS",
"version": "0.0.108", "version": "0.0.109",
"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",
......
# llamaindex # llamaindex
## 0.7.8
### Patch Changes
- Updated dependencies [fa60fc6]
- @llamaindex/env@0.1.16
- @llamaindex/cloud@1.0.6
- @llamaindex/core@0.3.5
- @llamaindex/anthropic@0.0.6
- @llamaindex/clip@0.0.6
- @llamaindex/deepinfra@0.0.6
- @llamaindex/groq@0.0.21
- @llamaindex/huggingface@0.0.6
- @llamaindex/ollama@0.0.13
- @llamaindex/openai@0.1.22
- @llamaindex/portkey-ai@0.0.6
- @llamaindex/replicate@0.0.6
## 0.7.7 ## 0.7.7
### Patch Changes ### 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