Skip to content

Commit 7fdf648

Browse files
committed
chore: update koishi-plugin-chatluna dependency to version 1.2.1 across multiple adapters
1 parent 7c981ef commit 7fdf648

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

packages/azure-openai-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"peerDependencies": {
5858
"koishi": "^4.18.7",
59-
"koishi-plugin-chatluna": "^1.2.0"
59+
"koishi-plugin-chatluna": "^1.2.1"
6060
},
6161
"resolutions": {
6262
"@langchain/core": "0.3.18",

packages/chatglm-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"peerDependencies": {
6868
"koishi": "^4.18.7",
69-
"koishi-plugin-chatluna": "^1.2.0"
69+
"koishi-plugin-chatluna": "^1.2.1"
7070
},
7171
"engines": {
7272
"node": ">=18.0.0"

packages/claude-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"peerDependencies": {
6060
"koishi": "^4.18.7",
61-
"koishi-plugin-chatluna": "^1.2.0"
61+
"koishi-plugin-chatluna": "^1.2.1"
6262
},
6363
"resolutions": {
6464
"@langchain/core": "0.3.18",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
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.2.0",
4+
"version": "1.2.1",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",
77
"typings": "lib/index.d.ts",

packages/deepseek-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.7",
73-
"koishi-plugin-chatluna": "^1.2.0"
73+
"koishi-plugin-chatluna": "^1.2.1"
7474
},
7575
"koishi": {
7676
"description": {

packages/dify-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.7",
73-
"koishi-plugin-chatluna": "^1.2.0"
73+
"koishi-plugin-chatluna": "^1.2.1"
7474
},
7575
"koishi": {
7676
"description": {

packages/embeddings-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"peerDependencies": {
6666
"koishi": "^4.18.7",
67-
"koishi-plugin-chatluna": "^1.2.0"
67+
"koishi-plugin-chatluna": "^1.2.1"
6868
},
6969
"koishi": {
7070
"description": {

packages/gemini-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"peerDependencies": {
7474
"koishi": "^4.18.7",
75-
"koishi-plugin-chatluna": "^1.2.0"
75+
"koishi-plugin-chatluna": "^1.2.1"
7676
},
7777
"koishi": {
7878
"description": {

packages/gptfree-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"peerDependencies": {
7070
"koishi": "^4.18.7",
71-
"koishi-plugin-chatluna": "^1.2.0"
71+
"koishi-plugin-chatluna": "^1.2.1"
7272
},
7373
"koishi": {
7474
"description": {

packages/hunyuan-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"peerDependencies": {
7272
"koishi": "^4.18.7",
73-
"koishi-plugin-chatluna": "^1.2.0"
73+
"koishi-plugin-chatluna": "^1.2.1"
7474
},
7575
"koishi": {
7676
"description": {

0 commit comments

Comments
 (0)