Skip to content

Commit

Permalink
fix(cloud): package.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Oct 3, 2024
1 parent 449274c commit 3ca287e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-mayflies-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@llamaindex/cloud": patch
---

fix: package.json format
8 changes: 4 additions & 4 deletions packages/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"devDependencies": {
"@hey-api/client-fetch": "^0.2.4",
"@hey-api/openapi-ts": "^0.53.0",
"@llamaindex/core": "workspace:^0.2.8",
"@llamaindex/env": "workspace:^0.1.13",
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:",
"bunchee": "5.3.2"
},
"peerDependencies": {
"@llamaindex/core": "workspace:^0.2.8",
"@llamaindex/env": "workspace:^0.1.13"
"@llamaindex/core": "workspace:*",
"@llamaindex/env": "workspace:*"
},
"dependencies": {
"magic-bytes.js": "^1.10.0"
Expand Down

0 comments on commit 3ca287e

Please sign in to comment.