-
-
Notifications
You must be signed in to change notification settings - Fork 50
[Refactor] bump package versions for 1.4.0-alpha.0 #814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -45,7 +45,7 @@ | |||||
| "adapter" | ||||||
| ], | ||||||
| "dependencies": { | ||||||
| "@chatluna/v1-shared-adapter": "1.0.31", | ||||||
| "@chatluna/v1-shared-adapter": "1.0.32", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The dependency
Suggested change
|
||||||
| "@langchain/core": "^0.3.80", | ||||||
| "zod-to-json-schema": "3.23.5" | ||||||
| }, | ||||||
|
|
@@ -69,7 +69,7 @@ | |||||
| }, | ||||||
| "peerDependencies": { | ||||||
| "koishi": "^4.18.9", | ||||||
| "koishi-plugin-chatluna": "^1.3.36" | ||||||
| "koishi-plugin-chatluna": "^1.4.0-alpha.0" | ||||||
| }, | ||||||
| "koishi": { | ||||||
| "description": { | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This package’s dependency metadata changed (
@chatluna/v1-shared-adapterandkoishi-plugin-chatlunaranges), but the package version stayed1.3.11; if1.3.11is already published, npm will not allow republishing that version, so consumers cannot receive this compatibility update and release automation can fail on publish. Please increment the package version (and similarly for other touched packages with metadata-only changes) wheneverpackage.jsondependency or peerDependency constraints are modified.Useful? React with 👍 / 👎.