From 39d6a335234fff214059e60d0dcf10161f73e374 Mon Sep 17 00:00:00 2001 From: dingyi Date: Sat, 15 Aug 2026 20:33:14 +0800 Subject: [PATCH] chore(packages): bump alpha versions --- packages/adapter-azure-openai/package.json | 4 ++-- packages/adapter-claude/package.json | 6 +++--- packages/adapter-deepseek/package.json | 6 +++--- packages/adapter-dify/package.json | 6 +++--- packages/adapter-doubao/package.json | 6 +++--- packages/adapter-gemini/package.json | 6 +++--- packages/adapter-hunyuan/package.json | 6 +++--- packages/adapter-ollama/package.json | 6 +++--- packages/adapter-openai-like/package.json | 6 +++--- packages/adapter-openai/package.json | 6 +++--- packages/adapter-qwen/package.json | 6 +++--- packages/adapter-rwkv/package.json | 4 ++-- packages/adapter-spark/package.json | 6 +++--- packages/adapter-wenxin/package.json | 6 +++--- packages/adapter-zhipu/package.json | 6 +++--- packages/core/package.json | 2 +- packages/extension-agent/package.json | 4 ++-- packages/extension-long-memory/package.json | 4 ++-- packages/extension-tools/package.json | 8 ++++---- packages/extension-usage/package.json | 2 +- packages/extension-variable/package.json | 2 +- packages/renderer-image/package.json | 2 +- packages/service-embeddings/package.json | 2 +- packages/service-multimodal/package.json | 4 ++-- packages/service-search/package.json | 8 ++++---- packages/service-vector-store/package.json | 2 +- packages/shared-adapter/package.json | 4 ++-- 27 files changed, 65 insertions(+), 65 deletions(-) diff --git a/packages/adapter-azure-openai/package.json b/packages/adapter-azure-openai/package.json index a649204d3..c7207d474 100644 --- a/packages/adapter-azure-openai/package.json +++ b/packages/adapter-azure-openai/package.json @@ -46,7 +46,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -57,7 +57,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-claude/package.json b/packages/adapter-claude/package.json index 9054c47a9..88317b819 100644 --- a/packages/adapter-claude/package.json +++ b/packages/adapter-claude/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-claude-adapter", "description": "claude adapter for chatluna", - "version": "1.4.0-alpha.10", + "version": "1.4.0-alpha.11", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -47,7 +47,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -59,7 +59,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-deepseek/package.json b/packages/adapter-deepseek/package.json index ea193917e..599bc548e 100644 --- a/packages/adapter-deepseek/package.json +++ b/packages/adapter-deepseek/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-deepseek-adapter", "description": "deepseek adapter for chatluna", - "version": "1.4.0-alpha.14", + "version": "1.4.0-alpha.15", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "category": "ai", diff --git a/packages/adapter-dify/package.json b/packages/adapter-dify/package.json index d3e12f821..15c8a9c1e 100644 --- a/packages/adapter-dify/package.json +++ b/packages/adapter-dify/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-dify-adapter", "description": "dify adapter for chatluna", - "version": "1.4.0-alpha.5", + "version": "1.4.0-alpha.6", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -72,7 +72,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-doubao/package.json b/packages/adapter-doubao/package.json index 9b9e2d9dc..558d901aa 100644 --- a/packages/adapter-doubao/package.json +++ b/packages/adapter-doubao/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-doubao-adapter", "description": "doubao adapter for chatluna", - "version": "1.4.0-alpha.8", + "version": "1.4.0-alpha.9", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-gemini/package.json b/packages/adapter-gemini/package.json index 7b479dab2..f499d5227 100644 --- a/packages/adapter-gemini/package.json +++ b/packages/adapter-gemini/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-google-gemini-adapter", "description": "google-gemini adapter for chatluna", - "version": "1.4.0-alpha.17", + "version": "1.4.0-alpha.18", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -63,7 +63,7 @@ ], "dependencies": { "@anatine/zod-openapi": "^2.2.8", - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "openapi3-ts": "^4.5.0", "zod": "3.25.76", @@ -75,7 +75,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43", + "koishi-plugin-chatluna": "^1.4.0-alpha.44", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/adapter-hunyuan/package.json b/packages/adapter-hunyuan/package.json index 0bcd700ea..ba8de2e43 100644 --- a/packages/adapter-hunyuan/package.json +++ b/packages/adapter-hunyuan/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-hunyuan-adapter", "description": "hunyuan adapter for chatluna", - "version": "1.4.0-alpha.5", + "version": "1.4.0-alpha.6", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-ollama/package.json b/packages/adapter-ollama/package.json index 26d8c171c..2ab25f651 100644 --- a/packages/adapter-ollama/package.json +++ b/packages/adapter-ollama/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-ollama-adapter", "description": "ollama adapter for chatluna", - "version": "1.4.0-alpha.7", + "version": "1.4.0-alpha.8", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -45,7 +45,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80" }, "devDependencies": { @@ -54,7 +54,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/adapter-openai-like/package.json b/packages/adapter-openai-like/package.json index dc14a610f..fff6d4392 100644 --- a/packages/adapter-openai-like/package.json +++ b/packages/adapter-openai-like/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-openai-like-adapter", "description": "openai style api adapter for chatluna", - "version": "1.4.0-alpha.13", + "version": "1.4.0-alpha.14", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-openai/package.json b/packages/adapter-openai/package.json index fdd8a393c..c6e671418 100644 --- a/packages/adapter-openai/package.json +++ b/packages/adapter-openai/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-openai-adapter", "description": "openai adapter for chatluna", - "version": "1.4.0-alpha.12", + "version": "1.4.0-alpha.13", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-qwen/package.json b/packages/adapter-qwen/package.json index eddc3c27c..101768c00 100644 --- a/packages/adapter-qwen/package.json +++ b/packages/adapter-qwen/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-qwen-adapter", "description": "qwen adapter for chatluna", - "version": "1.4.0-alpha.8", + "version": "1.4.0-alpha.9", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-rwkv/package.json b/packages/adapter-rwkv/package.json index 3bdf6c091..914f70ca2 100644 --- a/packages/adapter-rwkv/package.json +++ b/packages/adapter-rwkv/package.json @@ -45,7 +45,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod-to-json-schema": "3.23.5" }, @@ -69,7 +69,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-spark/package.json b/packages/adapter-spark/package.json index 1a765036f..ba3a3855f 100644 --- a/packages/adapter-spark/package.json +++ b/packages/adapter-spark/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-spark-adapter", "description": "spark adapter for chatluna", - "version": "1.4.0-alpha.5", + "version": "1.4.0-alpha.6", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -61,7 +61,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -72,7 +72,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-wenxin/package.json b/packages/adapter-wenxin/package.json index 0a868a264..84681f36d 100644 --- a/packages/adapter-wenxin/package.json +++ b/packages/adapter-wenxin/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-wenxin-adapter", "description": "wenxin adapter for chatluna", - "version": "1.4.0-alpha.5", + "version": "1.4.0-alpha.6", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "zod": "3.25.76", "zod-to-json-schema": "^3.24.6" @@ -71,7 +71,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/adapter-zhipu/package.json b/packages/adapter-zhipu/package.json index f1e8acb17..4d5e8217b 100644 --- a/packages/adapter-zhipu/package.json +++ b/packages/adapter-zhipu/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-zhipu-adapter", "description": "zhipu(chatglm) adapter for chatluna", - "version": "1.4.0-alpha.7", + "version": "1.4.0-alpha.8", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -60,7 +60,7 @@ "adapter" ], "dependencies": { - "@chatluna/v1-shared-adapter": "^1.0.48", + "@chatluna/v1-shared-adapter": "^1.0.49", "@langchain/core": "^0.3.80", "jsonwebtoken": "^9.0.2", "zod": "3.25.76", @@ -73,7 +73,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/core/package.json b/packages/core/package.json index 693ab00d5..25a1ee83e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna", "description": "chatluna for koishi", - "version": "1.4.0-alpha.43", + "version": "1.4.0-alpha.44", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", diff --git a/packages/extension-agent/package.json b/packages/extension-agent/package.json index 5db953770..4a24aa2a8 100644 --- a/packages/extension-agent/package.json +++ b/packages/extension-agent/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-agent", "description": "Agent framework for ChatLuna", - "version": "1.0.43", + "version": "1.0.44", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -91,7 +91,7 @@ "peerDependencies": { "@koishijs/plugin-console": "^5.30.11", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43", + "koishi-plugin-chatluna": "^1.4.0-alpha.44", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/extension-long-memory/package.json b/packages/extension-long-memory/package.json index 0b4196f4c..93a240da6 100644 --- a/packages/extension-long-memory/package.json +++ b/packages/extension-long-memory/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-long-memory", "description": "long memory for chatluna", - "version": "1.4.0-alpha.0", + "version": "1.4.0-alpha.1", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/extension-tools/package.json b/packages/extension-tools/package.json index 953598842..eb5946e66 100644 --- a/packages/extension-tools/package.json +++ b/packages/extension-tools/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-plugin-common", "description": "plugin service for agent mode of chatluna", - "version": "1.4.0-alpha.1", + "version": "1.4.0-alpha.2", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -67,12 +67,12 @@ "atsc": "^2.1.0", "koishi": "^4.18.9", "koishi-plugin-adapter-onebot": "^6.8.0", - "koishi-plugin-chatluna-agent": "^1.0.43" + "koishi-plugin-chatluna-agent": "^1.0.44" }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43", - "koishi-plugin-chatluna-agent": "^1.0.43", + "koishi-plugin-chatluna": "^1.4.0-alpha.44", + "koishi-plugin-chatluna-agent": "^1.0.44", "koishi-plugin-chatluna-storage-service": "^1.0.6" }, "peerDependenciesMeta": { diff --git a/packages/extension-usage/package.json b/packages/extension-usage/package.json index a50a688d7..7050ee628 100644 --- a/packages/extension-usage/package.json +++ b/packages/extension-usage/package.json @@ -61,7 +61,7 @@ "peerDependencies": { "@koishijs/plugin-console": "^5.30.11", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43", + "koishi-plugin-chatluna": "^1.4.0-alpha.44", "koishi-plugin-puppeteer": "^3.9.0" }, "peerDependenciesMeta": { diff --git a/packages/extension-variable/package.json b/packages/extension-variable/package.json index fd295252b..5e5b1dcbe 100644 --- a/packages/extension-variable/package.json +++ b/packages/extension-variable/package.json @@ -58,7 +58,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "resolutions": { "@langchain/core": "^0.3.80", diff --git a/packages/renderer-image/package.json b/packages/renderer-image/package.json index edf401155..bd2eda4d5 100644 --- a/packages/renderer-image/package.json +++ b/packages/renderer-image/package.json @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/service-embeddings/package.json b/packages/service-embeddings/package.json index 5eff5f3b8..178ae1534 100644 --- a/packages/service-embeddings/package.json +++ b/packages/service-embeddings/package.json @@ -63,7 +63,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "koishi": { "description": { diff --git a/packages/service-multimodal/package.json b/packages/service-multimodal/package.json index d40cb18dc..cac5b34b8 100644 --- a/packages/service-multimodal/package.json +++ b/packages/service-multimodal/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-multimodal-service", "description": "multimodal service for chatluna", - "version": "1.4.0-alpha.5", + "version": "1.4.0-alpha.6", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -62,7 +62,7 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43", + "koishi-plugin-chatluna": "^1.4.0-alpha.44", "koishi-plugin-ffmpeg-path": "^2.0.0" }, "peerDependenciesMeta": { diff --git a/packages/service-search/package.json b/packages/service-search/package.json index 1aa14f543..d5152f875 100644 --- a/packages/service-search/package.json +++ b/packages/service-search/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna-search-service", "description": "search support for chatluna", - "version": "1.4.0-alpha.8", + "version": "1.4.0-alpha.9", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -70,13 +70,13 @@ "devDependencies": { "atsc": "^2.1.0", "koishi": "^4.18.9", - "koishi-plugin-chatluna-agent": "^1.0.43", + "koishi-plugin-chatluna-agent": "^1.0.44", "koishi-plugin-puppeteer": "^3.9.0" }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43", - "koishi-plugin-chatluna-agent": "^1.0.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44", + "koishi-plugin-chatluna-agent": "^1.0.44" }, "peerDependenciesMeta": { "koishi-plugin-chatluna-agent": { diff --git a/packages/service-vector-store/package.json b/packages/service-vector-store/package.json index c85121477..0509a423e 100644 --- a/packages/service-vector-store/package.json +++ b/packages/service-vector-store/package.json @@ -58,7 +58,7 @@ "@zilliz/milvus2-sdk-node": "^2.6.2", "faiss-node": "^0.5.1", "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" }, "peerDependenciesMeta": { "@zilliz/milvus2-sdk-node": { diff --git a/packages/shared-adapter/package.json b/packages/shared-adapter/package.json index c3468dcfe..868f34669 100644 --- a/packages/shared-adapter/package.json +++ b/packages/shared-adapter/package.json @@ -1,7 +1,7 @@ { "name": "@chatluna/v1-shared-adapter", "description": "chatluna shared adapter", - "version": "1.0.48", + "version": "1.0.49", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -70,6 +70,6 @@ }, "peerDependencies": { "koishi": "^4.18.9", - "koishi-plugin-chatluna": "^1.4.0-alpha.43" + "koishi-plugin-chatluna": "^1.4.0-alpha.44" } }