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

RELEASING: Releasing 1 package(s)

Releases:
  llamaindex@0.1.1

[skip ci]
parent 8abca5d8
No related branches found
No related tags found
No related merge requests found
# llamaindex # llamaindex
## 0.1.1
No changes for this release.
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes
......
{ {
"name": "llamaindex", "name": "llamaindex",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@anthropic-ai/sdk": "^0.9.1", "@anthropic-ai/sdk": "^0.9.1",
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
"postbuild": "pnpm run copy && pnpm run modify-package-json", "postbuild": "pnpm run copy && pnpm run modify-package-json",
"copy": "cp -r package.json CHANGELOG.md ../../README.md ../../LICENSE examples src dist/", "copy": "cp -r package.json CHANGELOG.md ../../README.md ../../LICENSE examples src dist/",
"modify-package-json": "node ./scripts/modify-package-json.mjs", "modify-package-json": "node ./scripts/modify-package-json.mjs",
"prepublish": "echo \"please cd ./dist and run pnpm publish\" && exit 1", "prepublish": "pnpm run modify-package-json && echo \"please cd ./dist and run pnpm publish\" && exit 1",
"dev": "bunchee -w", "dev": "bunchee -w",
"circular-check": "madge --circular ./src/*.ts" "circular-check": "madge --circular ./src/*.ts"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment