Skip to content

Commit 2f83c4a

Browse files
committed
build(deps): bump koishi-plugin-chatluna to v1.1.2
- Update koishi-plugin-chatluna dependency to v1.1.2 in multiple packages - This update may include bug fixes, performance improvements, or new features for the chatluna plugin
1 parent c6da4db commit 2f83c4a

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

packages/azure-openai-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"peerDependencies": {
5858
"koishi": "^4.18.4",
59-
"koishi-plugin-chatluna": "^1.1.1"
59+
"koishi-plugin-chatluna": "^1.1.2"
6060
},
6161
"resolutions": {
6262
"@langchain/core": "0.3.18",

packages/chatglm-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"peerDependencies": {
6868
"koishi": "^4.18.4",
69-
"koishi-plugin-chatluna": "^1.1.1"
69+
"koishi-plugin-chatluna": "^1.1.2"
7070
},
7171
"engines": {
7272
"node": ">=18.0.0"

packages/claude-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"peerDependencies": {
6060
"koishi": "^4.18.4",
61-
"koishi-plugin-chatluna": "^1.1.1"
61+
"koishi-plugin-chatluna": "^1.1.2"
6262
},
6363
"resolutions": {
6464
"@langchain/core": "0.3.18",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koishi-plugin-chatluna",
33
"description": "chatluna for koishi",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"typings": "lib/index.d.ts",

packages/deepseek-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

packages/dify-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

packages/embeddings-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"peerDependencies": {
6666
"koishi": "^4.18.4",
67-
"koishi-plugin-chatluna": "^1.1.1"
67+
"koishi-plugin-chatluna": "^1.1.2"
6868
},
6969
"koishi": {
7070
"description": {

packages/gemini-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"peerDependencies": {
7474
"koishi": "^4.18.4",
75-
"koishi-plugin-chatluna": "^1.1.1"
75+
"koishi-plugin-chatluna": "^1.1.2"
7676
},
7777
"koishi": {
7878
"description": {

packages/gptfree-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"peerDependencies": {
7070
"koishi": "^4.18.4",
71-
"koishi-plugin-chatluna": "^1.1.1"
71+
"koishi-plugin-chatluna": "^1.1.2"
7272
},
7373
"koishi": {
7474
"description": {

packages/hunyuan-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

packages/image-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"peerDependencies": {
6666
"koishi": "^4.18.4",
67-
"koishi-plugin-chatluna": "^1.1.1"
67+
"koishi-plugin-chatluna": "^1.1.2"
6868
},
6969
"koishi": {
7070
"description": {

packages/long-memory/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koishi-plugin-chatluna-long-memory",
33
"description": "long memory for chatluna",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"typings": "lib/index.d.ts",
@@ -63,7 +63,7 @@
6363
},
6464
"peerDependencies": {
6565
"koishi": "^4.18.1",
66-
"koishi-plugin-chatluna": "^1.1.1"
66+
"koishi-plugin-chatluna": "^1.1.2"
6767
},
6868
"resolutions": {
6969
"@langchain/core": "0.3.18",

packages/ollama-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"peerDependencies": {
5656
"koishi": "^4.18.4",
57-
"koishi-plugin-chatluna": "^1.1.1"
57+
"koishi-plugin-chatluna": "^1.1.2"
5858
},
5959
"resolutions": {
6060
"@langchain/core": "0.3.18",

packages/openai-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

packages/openai-like-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

packages/plugin-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"koishi": "^4.18.4",
72-
"koishi-plugin-chatluna": "^1.1.1",
72+
"koishi-plugin-chatluna": "^1.1.2",
7373
"koishi-plugin-chatluna-knowledge-chat": "^1.0.21"
7474
},
7575
"peerDependenciesMeta": {

packages/qwen-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

packages/rwkv-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"koishi": "^4.18.4",
72-
"koishi-plugin-chatluna": "^1.1.1"
72+
"koishi-plugin-chatluna": "^1.1.2"
7373
},
7474
"koishi": {
7575
"description": {

packages/search-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
"peerDependencies": {
7777
"koishi": "^4.18.4",
78-
"koishi-plugin-chatluna": "^1.1.1"
78+
"koishi-plugin-chatluna": "^1.1.2"
7979
},
8080
"koishi": {
8181
"description": {

packages/spark-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"peerDependencies": {
7373
"koishi": "^4.18.4",
74-
"koishi-plugin-chatluna": "^1.1.1"
74+
"koishi-plugin-chatluna": "^1.1.2"
7575
},
7676
"koishi": {
7777
"description": {

packages/vector-store-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@zilliz/milvus2-sdk-node": "^2.4.9",
8080
"faiss-node": "^0.5.1",
8181
"koishi": "^4.18.4",
82-
"koishi-plugin-chatluna": "^1.1.1",
82+
"koishi-plugin-chatluna": "^1.1.2",
8383
"mongodb": "^6.12.0"
8484
},
8585
"peerDependenciesMeta": {

packages/wenxin-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"koishi": "^4.18.4",
72-
"koishi-plugin-chatluna": "^1.1.1"
72+
"koishi-plugin-chatluna": "^1.1.2"
7373
},
7474
"koishi": {
7575
"description": {

packages/zhipu-adapter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"peerDependencies": {
7474
"koishi": "^4.18.4",
75-
"koishi-plugin-chatluna": "^1.1.1"
75+
"koishi-plugin-chatluna": "^1.1.2"
7676
},
7777
"koishi": {
7878
"description": {

0 commit comments

Comments
 (0)