Skip to content

Commit

Permalink
build: update koishi-plugin-chatluna to 1.0.0-beta.145
Browse files Browse the repository at this point in the history
- Update koishi-plugin-chatluna version in peer dependencies across multiple packages
- Update version of koishi-plugin-chatluna-long-memory to 1.0.0-beta.1
- Update version of koishi-plugin-chatluna-vector-store-service to 1.0.0-beta.41
  • Loading branch information
dingyi222666 committed Dec 28, 2024
1 parent 19abf92 commit bb7feb8
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/azure-openai-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"resolutions": {
"@langchain/core": "0.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/chatglm-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/claude-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"resolutions": {
"@langchain/core": "0.3.18",
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.0.0-beta.144",
"version": "1.0.0-beta.145",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeddings-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gemini-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gptfree-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hunyuan-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/long-memory/package.json
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.0.0-beta.0",
"version": "1.0.0-beta.1",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"peerDependencies": {
"koishi": "^4.18.1",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"resolutions": {
"@langchain/core": "0.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/ollama-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"resolutions": {
"@langchain/core": "0.3.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/openai-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/openai-like-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144",
"koishi-plugin-chatluna": "^1.0.0-beta.145",
"koishi-plugin-chatluna-knowledge-chat": "^1.0.18"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/qwen-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rwkv-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/search-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spark-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vector-store-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koishi-plugin-chatluna-vector-store-service",
"description": "vector store service for chatluna",
"version": "1.0.0-beta.40",
"version": "1.0.0-beta.41",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@zilliz/milvus2-sdk-node": "^2.4.9",
"faiss-node": "^0.5.1",
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"peerDependenciesMeta": {
"@zilliz/milvus2-sdk-node": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wenxin-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zhipu-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"peerDependencies": {
"koishi": "^4.18.4",
"koishi-plugin-chatluna": "^1.0.0-beta.144"
"koishi-plugin-chatluna": "^1.0.0-beta.145"
},
"koishi": {
"description": {
Expand Down

0 comments on commit bb7feb8

Please sign in to comment.