-
-
Notifications
You must be signed in to change notification settings - Fork 48
[Refactor] bump package versions to 1.4.0-alpha.5 #830
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 |
|---|---|---|
|
|
@@ -54,7 +54,7 @@ | |
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.4" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.5" | ||
|
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. |
||
| }, | ||
| "resolutions": { | ||
| "@langchain/core": "^0.3.80", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "koishi-plugin-chatluna-long-memory", | ||
| "description": "long memory for chatluna", | ||
| "version": "1.3.7", | ||
| "version": "1.3.8", | ||
|
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 PR description mentions bumping this package to |
||
| "main": "lib/index.cjs", | ||
| "module": "lib/index.mjs", | ||
| "typings": "lib/index.d.ts", | ||
|
|
@@ -62,7 +62,7 @@ | |
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.18.9", | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.4" | ||
| "koishi-plugin-chatluna": "^1.4.0-alpha.5" | ||
| }, | ||
| "resolutions": { | ||
| "@langchain/core": "^0.3.80", | ||
|
|
||
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.
While updating the peer dependency range, consider also bumping this package's version to
1.3.8. This would align it with other packages likekoishi-plugin-chatluna-long-memory,koishi-plugin-chatluna-rmkv-adapter, andkoishi-plugin-chatluna-spark-adapter, fulfilling the goal of workspace version consistency mentioned in the PR description.