Skip to content

Commit

Permalink
build(deps): bump koishi-plugin-chatluna to 1.0.0-beta.120
Browse files Browse the repository at this point in the history
- Update koishi-plugin-chatluna dependency to version 1.0.0-beta.120 in multiple packages
- This update may include bug fixes, performance improvements, or new features for the chatluna plugin
  • Loading branch information
dingyi222666 committed Nov 13, 2024
1 parent 8f12526 commit 064b602
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 101 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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"resolutions": {
"@langchain/core": "0.3.11",
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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"resolutions": {
"@langchain/core": "0.3.11",
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.119",
"version": "1.0.0-beta.120",
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"koishi": {
"description": {
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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"resolutions": {
"@langchain/core": "0.3.11",
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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"koishi": {
"description": {
Expand Down
164 changes: 82 additions & 82 deletions packages/plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,88 +1,88 @@
{
"name": "koishi-plugin-chatluna-plugin-common",
"description": "plugin service for plugin chat mode chatluna",
"version": "1.0.0-beta.48",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
"name": "koishi-plugin-chatluna-plugin-common",
"description": "plugin service for plugin chat mode chatluna",
"version": "1.0.0-beta.48",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
},
"./package.json": "./package.json"
},
"type": "module",
"author": "dingyi222666 <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ChatLunaLab/chatluna.git",
"directory": "packages/plugin-common"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChatLunaLab/chatluna/issues"
},
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/plugin-common#readme",
"scripts": {
"build": "atsc -b"
},
"resolutions": {
"@langchain/core": "0.3.11",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
},
"./package.json": "./package.json"
},
"type": "module",
"author": "dingyi222666 <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ChatLunaLab/chatluna.git",
"directory": "packages/plugin-common"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ChatLunaLab/chatluna/issues"
},
"homepage": "https://github.com/ChatLunaLab/chatluna/tree/v1-dev/packages/plugin-common#readme",
"scripts": {
"build": "atsc -b"
},
"resolutions": {
"@langchain/core": "0.3.11",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
},
"overrides": {
"@langchain/core": "0.3.11",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.3.11",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"service",
"chatluna",
"vectorstore"
],
"dependencies": {
"@e2b/code-interpreter": "^1.0.2",
"@langchain/core": "^0.3.11",
"zod": "^3.24.0-canary.20240701T200529"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"atsc": "^2.1.0",
"koishi": "^4.18.0"
},
"peerDependencies": {
"koishi": "^4.18.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119",
"koishi-plugin-chatluna-knowledge-chat": "^1.0.15"
},
"peerDependenciesMeta": {
"koishi-plugin-chatluna-knowledge-chat": {
"optional": true
}
},
"koishi": {
"description": {
"zh": "ChatLuna 插件聊天模式的功能集(图像生成、代码执行、网络请求、文件操作、定时任务、Koishi 命令执行等)",
"en": "Core functionalities for ChatLuna's plugin chat mode (image gen, code exec, network, file ops, scheduling, memory, Koishi cmds, etc.)"
"@langchain/core": "0.3.11",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
},
"pnpm": {
"overrides": {
"@langchain/core": "0.3.11",
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.15"
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"service",
"chatluna",
"vectorstore"
],
"dependencies": {
"@e2b/code-interpreter": "^1.0.2",
"@langchain/core": "^0.3.11",
"zod": "^3.24.0-canary.20240701T200529"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"atsc": "^2.1.0",
"koishi": "^4.18.0"
},
"peerDependencies": {
"koishi": "^4.18.0",
"koishi-plugin-chatluna": "^1.0.0-beta.120",
"koishi-plugin-chatluna-knowledge-chat": "^1.0.15"
},
"peerDependenciesMeta": {
"koishi-plugin-chatluna-knowledge-chat": {
"optional": true
}
},
"service": {
"required": [
"chatluna"
]
"koishi": {
"description": {
"zh": "ChatLuna 插件聊天模式的功能集(图像生成、代码执行、网络请求、文件操作、定时任务、Koishi 命令执行等)",
"en": "Core functionalities for ChatLuna's plugin chat mode (image gen, code exec, network, file ops, scheduling, memory, Koishi cmds, etc.)"
},
"service": {
"required": [
"chatluna"
]
}
}
}
}
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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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 @@ -73,7 +73,7 @@
},
"peerDependencies": {
"koishi": "^4.18.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"koishi": {
"description": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vector-store-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@zilliz/milvus2-sdk-node": "^2.4.9",
"faiss-node": "^0.5.1",
"koishi": "^4.18.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"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.0",
"koishi-plugin-chatluna": "^1.0.0-beta.119"
"koishi-plugin-chatluna": "^1.0.0-beta.120"
},
"koishi": {
"description": {
Expand Down

0 comments on commit 064b602

Please sign in to comment.