llamaindex
Advanced tools
Comparing version 0.0.8 to 0.0.9
# llamaindex | ||
## 0.0.9 | ||
### Patch Changes | ||
- 02d9bb0: Remove ESM export for now (causing issues with edge functions) | ||
## 0.0.8 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "llamaindex", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"dependencies": { | ||
@@ -26,14 +26,2 @@ "js-tiktoken": "^1.0.7", | ||
}, | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
@@ -40,0 +28,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
698987