Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/adapter-azure-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since the peer dependency on koishi-plugin-chatluna has been updated to a new version (^1.4.0-alpha.1), the version of this package (currently 1.3.7) should also be bumped (e.g., to 1.3.8) to ensure that the updated requirements are reflected in a new release.

This oversight appears to be consistent across most packages in this PR (including all adapters, services, and extensions like extension-tools), except for koishi-plugin-chatluna and koishi-plugin-chatluna-agent which were correctly bumped.

},
"resolutions": {
"@langchain/core": "^0.3.80",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-claude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"resolutions": {
"@langchain/core": "^0.3.80",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-deepseek/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"category": "ai",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-dify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-doubao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-gemini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0",
"koishi-plugin-chatluna": "^1.4.0-alpha.1",
"koishi-plugin-chatluna-storage-service": "^1.0.6"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-hunyuan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"resolutions": {
"@langchain/core": "^0.3.80",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-openai-like/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-qwen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-rwkv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-wenxin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-zhipu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna",
"description": "chatluna for koishi",
"version": "1.4.0-alpha.0",
"version": "1.4.0-alpha.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-agent",
"description": "Agent framework for ChatLuna",
"version": "1.0.16",
"version": "1.0.17",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"peerDependencies": {
"@koishijs/plugin-console": "^5.30.11",
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0",
"koishi-plugin-chatluna": "^1.4.0-alpha.1",
"koishi-plugin-chatluna-storage-service": "^1.0.6"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-long-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"resolutions": {
"@langchain/core": "^0.3.80",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0",
"koishi-plugin-chatluna-agent": "^1.0.16",
"koishi-plugin-chatluna": "^1.4.0-alpha.1",
"koishi-plugin-chatluna-agent": "^1.0.17",
"koishi-plugin-chatluna-storage-service": "^1.0.6"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-variable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"resolutions": {
"@langchain/core": "^0.3.80",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/service-embeddings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/service-multimodal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0",
"koishi-plugin-chatluna": "^1.4.0-alpha.1",
"koishi-plugin-ffmpeg-path": "^2.0.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/service-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/service-vector-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@zilliz/milvus2-sdk-node": "^2.6.2",
"faiss-node": "^0.5.1",
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
},
"peerDependenciesMeta": {
"@zilliz/milvus2-sdk-node": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
},
"peerDependencies": {
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.0"
"koishi-plugin-chatluna": "^1.4.0-alpha.1"
}
}
Loading