From 095ee668c0a551f99a1738d122d7945b1d589047 Mon Sep 17 00:00:00 2001 From: Shigma Date: Sat, 14 Oct 2023 23:03:11 +0800 Subject: [PATCH] chore: bump versions --- packages/core/package.json | 8 ++++---- packages/i18n-utils/package.json | 2 +- packages/koishi/package.json | 10 +++++----- packages/koishi/readme.md | 2 +- packages/loader/package.json | 6 +++--- packages/utils/package.json | 4 ++-- plugins/adapter/dingtalk/package.json | 4 ++-- plugins/adapter/discord/package.json | 8 ++++---- plugins/adapter/kook/package.json | 8 ++++---- plugins/adapter/lark/package.json | 8 ++++---- plugins/adapter/line/package.json | 8 ++++---- plugins/adapter/mail/package.json | 6 +++--- plugins/adapter/matrix/package.json | 4 ++-- plugins/adapter/onebot/package.json | 4 ++-- plugins/adapter/qq/package.json | 8 ++++---- plugins/adapter/satori/package.json | 10 +++++----- plugins/adapter/slack/package.json | 4 ++-- plugins/adapter/telegram/package.json | 8 ++++---- plugins/adapter/wechat-official/package.json | 4 ++-- plugins/adapter/wecom/package.json | 4 ++-- plugins/adapter/whatsapp/package.json | 4 ++-- plugins/common/bind/package.json | 6 +++--- plugins/common/broadcast/package.json | 4 ++-- plugins/common/callme/package.json | 4 ++-- plugins/common/echo/package.json | 6 +++--- plugins/common/echo/src/index.ts | 2 +- plugins/common/help/package.json | 6 +++--- plugins/common/inspect/package.json | 6 +++--- plugins/database/memory/package.json | 4 ++-- plugins/database/mongo/package.json | 4 ++-- plugins/database/mysql/package.json | 8 ++++---- plugins/database/sqlite/package.json | 4 ++-- plugins/hmr/package.json | 4 ++-- plugins/mock/package.json | 4 ++-- plugins/server/package.json | 10 +++++----- 35 files changed, 98 insertions(+), 98 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 7838cb6158..51de9cbbd1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/core", "description": "Core Features for Koishi", - "version": "4.15.0", + "version": "4.15.1", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -31,11 +31,11 @@ }, "dependencies": { "@koishijs/i18n-utils": "^1.0.0", - "@koishijs/utils": "^7.0.5", + "@koishijs/utils": "^7.1.0", "@minatojs/core": "^2.4.2", - "@satorijs/core": "^3.0.0-rc.0", + "@satorijs/core": "^3.0.0-rc.1", "cordis": "^2.8.8", - "cosmokit": "^1.4.5", + "cosmokit": "^1.5.0", "fastest-levenshtein": "^1.0.16" } } diff --git a/packages/i18n-utils/package.json b/packages/i18n-utils/package.json index fda6f0d715..ff7521496b 100644 --- a/packages/i18n-utils/package.json +++ b/packages/i18n-utils/package.json @@ -34,6 +34,6 @@ "fallback" ], "dependencies": { - "cosmokit": "^1.4.5" + "cosmokit": "^1.5.0" } } diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 3da1c8fab5..6f7dde6615 100644 --- a/packages/koishi/package.json +++ b/packages/koishi/package.json @@ -1,7 +1,7 @@ { "name": "koishi", "description": "Cross-Platform Chatbot Framework Made with Love", - "version": "4.15.0", + "version": "4.15.1", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -44,10 +44,10 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.15.0", - "@koishijs/loader": "4.2.0", - "@koishijs/utils": "^7.0.5", - "@satorijs/satori": "^3.0.0-rc.0", + "@koishijs/core": "4.15.1", + "@koishijs/loader": "4.2.1", + "@koishijs/utils": "^7.1.0", + "@satorijs/satori": "^3.0.0-rc.1", "cac": "^6.7.14", "kleur": "^4.1.5", "ns-require": "^1.1.4" diff --git a/packages/koishi/readme.md b/packages/koishi/readme.md index eb16bdb1a4..9c75ffcc3d 100644 --- a/packages/koishi/readme.md +++ b/packages/koishi/readme.md @@ -27,7 +27,7 @@ Koishi 提供了高度便利的控制台,让你无需基础让你在几分钟 ### 生态丰富 -经过了长达四年的迭代,Koishi 已经发展出了丰富的插件生态和与之匹配的健壮系统。近 1000 个官方和社区插件覆盖了机器人开发的方方面面,从平台支持、数据库、资源存储、网页控制台、状态管理到具体的业务功能一应俱全。无论你的目标是构建大型交互应用还是轻量级的辅助机器人,Koishi 都为你提供了最佳实践。如果担心在复杂的功能中迷失方向,我们也准备了细致的文档来提供帮助。 +经过了长达四年的迭代,Koishi 已经发展出了丰富的插件生态和与之匹配的健壮系统。超过 1000 个官方和社区插件覆盖了机器人开发的方方面面,从平台支持、数据库、资源存储、网页控制台、状态管理到具体的业务功能一应俱全。无论你的目标是构建大型交互应用还是轻量级的辅助机器人,Koishi 都为你提供了最佳实践。如果担心在复杂的功能中迷失方向,我们也准备了细致的文档来提供帮助。 ### 专为开发者打造 diff --git a/packages/loader/package.json b/packages/loader/package.json index 7973a3ac1a..8d9da5a164 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/loader", "description": "Config Loader for Koishi", - "version": "4.2.0", + "version": "4.2.1", "main": "lib/index.js", "module": "lib/shared.mjs", "types": "lib/index.d.ts", @@ -40,10 +40,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.15.0" + "@koishijs/core": "4.15.1" }, "devDependencies": { - "@koishijs/core": "4.15.0", + "@koishijs/core": "4.15.1", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 731e4e07f5..920b3d08c8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/utils", "description": "Utilities for Koishi", - "version": "7.0.5", + "version": "7.1.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -30,7 +30,7 @@ "@types/supports-color": "^8.1.1" }, "dependencies": { - "cosmokit": "^1.4.5", + "cosmokit": "^1.5.0", "inaba": "^1.1.1" } } diff --git a/plugins/adapter/dingtalk/package.json b/plugins/adapter/dingtalk/package.json index a0c94b5f32..2656b057bd 100644 --- a/plugins/adapter/dingtalk/package.json +++ b/plugins/adapter/dingtalk/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-dingtalk": "^2.0.1" diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index ec10cfcdb0..134844eae8 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-discord", "description": "Discord Adapter for Koishi", - "version": "4.0.2", + "version": "4.1.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-discord": "^4.0.2" + "@satorijs/adapter-discord": "^4.1.2" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index c73d7f1bb6..7f884e59b7 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-kook", "description": "Kook (Kaiheila) Adapter for Koishi", - "version": "4.0.2", + "version": "4.0.5", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-kook": "^4.0.2" + "@satorijs/adapter-kook": "^4.0.5" } } diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 8948d43e75..25f4043484 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-lark", "description": "Lark Adapter for Koishi", - "version": "3.0.2", + "version": "3.1.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-lark": "^3.0.2" + "@satorijs/adapter-lark": "^3.1.2" } } diff --git a/plugins/adapter/line/package.json b/plugins/adapter/line/package.json index 1abb937f4b..0cc5ccc4be 100644 --- a/plugins/adapter/line/package.json +++ b/plugins/adapter/line/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-line", "description": "Line Adapter for Koishi", - "version": "2.0.2", + "version": "2.1.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-line": "^2.0.2" + "@satorijs/adapter-line": "^2.1.0" } } diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index e2f399f59b..598f9519d6 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -11,7 +11,7 @@ "author": "Anillc ", "contributors": [ "Anillc ", - "Shigma ", + "Shigma ", "arily " ], "license": "MIT", @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-mail": "^2.0.1" diff --git a/plugins/adapter/matrix/package.json b/plugins/adapter/matrix/package.json index a8ee565bba..507ac15ed0 100644 --- a/plugins/adapter/matrix/package.json +++ b/plugins/adapter/matrix/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-matrix": "^4.0.2" diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index 31dc636551..2870d2d3f9 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-onebot": "^6.0.2" diff --git a/plugins/adapter/qq/package.json b/plugins/adapter/qq/package.json index 4aac4e09fd..d7e76d9636 100644 --- a/plugins/adapter/qq/package.json +++ b/plugins/adapter/qq/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-qq", "description": "QQ Adapter for Koishi", - "version": "4.0.2", + "version": "4.1.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -40,12 +40,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-qq": "^4.0.2" + "@satorijs/adapter-qq": "^4.1.2" } } diff --git a/plugins/adapter/satori/package.json b/plugins/adapter/satori/package.json index 04e2fb22d2..1316c75052 100644 --- a/plugins/adapter/satori/package.json +++ b/plugins/adapter/satori/package.json @@ -1,14 +1,14 @@ { "name": "@koishijs/plugin-adapter-satori", "description": "Satori Protocol Adapter for Koishi", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", "files": [ "lib" ], - "author": "Shigma ", + "author": "Shigma ", "license": "MIT", "repository": { "type": "git", @@ -40,12 +40,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-satori": "^1.0.0" + "@satorijs/adapter-satori": "^1.0.1" } } diff --git a/plugins/adapter/slack/package.json b/plugins/adapter/slack/package.json index 2ad2832c72..6112edc126 100644 --- a/plugins/adapter/slack/package.json +++ b/plugins/adapter/slack/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-slack": "^2.0.2" diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 766360e88d..09503342a7 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-telegram", "description": "Telegram Adapter for Koishi", - "version": "4.0.2", + "version": "4.1.1", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/adapter-telegram": "^4.0.2" + "@satorijs/adapter-telegram": "^4.1.1" } } diff --git a/plugins/adapter/wechat-official/package.json b/plugins/adapter/wechat-official/package.json index 7912443d97..440e97c55a 100644 --- a/plugins/adapter/wechat-official/package.json +++ b/plugins/adapter/wechat-official/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-wechat-official": "^2.0.2" diff --git a/plugins/adapter/wecom/package.json b/plugins/adapter/wecom/package.json index 82aaec980a..e04ce7a223 100644 --- a/plugins/adapter/wecom/package.json +++ b/plugins/adapter/wecom/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-wecom": "^2.0.2" diff --git a/plugins/adapter/whatsapp/package.json b/plugins/adapter/whatsapp/package.json index e6d8c5cd1f..b6c802cb2d 100644 --- a/plugins/adapter/whatsapp/package.json +++ b/plugins/adapter/whatsapp/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@satorijs/adapter-whatsapp": "^2.0.1" diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 770e822733..5dac2b95e3 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-bind", "description": "Bind User Accounts Across Platforms in Koishi", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index e468303cd9..27da8babd6 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index c22e744f3c..b371db46de 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index 390247dc94..cd874ed9f4 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-echo", "description": "Echo plugin for Koishi", - "version": "2.2.4", + "version": "2.2.5", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/common/echo/src/index.ts b/plugins/common/echo/src/index.ts index ef39b29b7f..3769301392 100644 --- a/plugins/common/echo/src/index.ts +++ b/plugins/common/echo/src/index.ts @@ -40,7 +40,7 @@ export function apply(ctx: Context, config: Config) { if (!bot) { return session.text('.platform-not-found') } else if (options.user) { - await bot.sendPrivateMessage(id, content) + await bot.sendPrivateMessage(id, content, session.guildId) } else { await bot.sendMessage(id, content, options.guild) } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 11943f5b7b..d422b8d6ff 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-help", "description": "Help plugin for Koishi", - "version": "2.3.2", + "version": "2.3.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 6a70ad789a..e5ddadcc52 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-inspect", "description": "Inspect on any user, channel or message", - "version": "1.1.2", + "version": "1.1.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index c7101dc743..3bd44e0d29 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@minatojs/driver-memory": "^2.3.5" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index efd6353e94..7f6960ec52 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@minatojs/driver-mongo": "^2.8.0" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 158e1f04dc..0adc3e3d5b 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-database-mysql", "description": "MySQL support for Koishi", - "version": "5.5.1", + "version": "5.5.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -41,12 +41,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@minatojs/driver-mysql": "^2.5.1" + "@minatojs/driver-mysql": "^2.5.3" } } diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index b122b9219f..a892472576 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@minatojs/driver-sqlite": "^3.6.1" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 992aeac009..4ea9f8d3ce 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.18.14", - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { "@babel/code-frame": "^7.22.5", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 0161834ecd..97c53521fc 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" } } diff --git a/plugins/server/package.json b/plugins/server/package.json index de3caa02d3..483e92764a 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -1,14 +1,14 @@ { "name": "@koishijs/plugin-server", "description": "Satori Protocol Adapter for Koishi", - "version": "1.0.0", + "version": "1.0.4", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", "files": [ "lib" ], - "author": "Shigma ", + "author": "Shigma ", "license": "MIT", "repository": { "type": "git", @@ -36,12 +36,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "devDependencies": { - "koishi": "^4.15.0" + "koishi": "^4.15.1" }, "dependencies": { - "@satorijs/server": "^1.0.0" + "@satorijs/server": "^1.0.4" } }