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

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.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

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.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

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.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

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.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

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.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

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.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

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.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

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.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

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.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

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.4",
73-
"koishi-plugin-chatluna": "^1.1.1"
73+
"koishi-plugin-chatluna": "^1.1.2"
7474
},
7575
"koishi": {
7676
"description": {

0 commit comments

Comments
 (0)