From 826ea836360ac4cf7eb7e0c1d3d2b8da3574c945 Mon Sep 17 00:00:00 2001 From: Shigma Date: Mon, 23 Oct 2023 00:30:23 +0800 Subject: [PATCH] chore: bump versions --- packages/core/package.json | 2 +- packages/i18n-utils/package.json | 2 +- packages/koishi/package.json | 10 +++++----- packages/loader/package.json | 6 +++--- packages/utils/package.json | 4 ++-- plugins/adapter/dingtalk/package.json | 8 ++++---- 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 | 8 ++++---- plugins/adapter/matrix/package.json | 8 ++++---- plugins/adapter/qq/package.json | 8 ++++---- plugins/adapter/satori/package.json | 4 ++-- plugins/adapter/slack/package.json | 8 ++++---- plugins/adapter/telegram/package.json | 8 ++++---- plugins/adapter/wechat-official/package.json | 8 ++++---- plugins/adapter/wecom/package.json | 8 ++++---- plugins/adapter/whatsapp/package.json | 8 ++++---- plugins/adapter/zulip/package.json | 8 ++++---- plugins/common/bind/package.json | 6 +++--- plugins/common/broadcast/package.json | 6 +++--- plugins/common/callme/package.json | 6 +++--- plugins/common/echo/package.json | 6 +++--- 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 | 4 ++-- plugins/database/sqlite/package.json | 4 ++-- plugins/hmr/package.json | 4 ++-- plugins/mock/package.json | 6 +++--- plugins/server/package.json | 8 ++++---- 33 files changed, 105 insertions(+), 105 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 536f0fca97..be0111748d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@koishijs/i18n-utils": "^1.0.0", - "@koishijs/utils": "^7.1.0", + "@koishijs/utils": "^7.1.1", "@minatojs/core": "^2.4.2", "@satorijs/core": "^3.0.0", "cordis": "^2.10.2", diff --git a/packages/i18n-utils/package.json b/packages/i18n-utils/package.json index ff7521496b..678dedeb00 100644 --- a/packages/i18n-utils/package.json +++ b/packages/i18n-utils/package.json @@ -34,6 +34,6 @@ "fallback" ], "dependencies": { - "cosmokit": "^1.5.0" + "cosmokit": "^1.5.1" } } diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 69cab755fd..eb9e64a0e1 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.1", + "version": "4.15.2", "main": "lib/index.cjs", "module": "lib/index.mjs", "types": "lib/index.d.ts", @@ -43,10 +43,10 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.15.1", - "@koishijs/loader": "4.2.1", - "@koishijs/utils": "^7.1.0", - "@satorijs/satori": "^3.0.0-rc.1", + "@koishijs/core": "4.15.2", + "@koishijs/loader": "4.2.2", + "@koishijs/utils": "^7.1.1", + "@satorijs/satori": "^3.0.0", "cac": "^6.7.14", "kleur": "^4.1.5" } diff --git a/packages/loader/package.json b/packages/loader/package.json index 8d9da5a164..dcbf536352 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.1", + "version": "4.2.2", "main": "lib/index.js", "module": "lib/shared.mjs", "types": "lib/index.d.ts", @@ -40,10 +40,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.15.1" + "@koishijs/core": "4.15.2" }, "devDependencies": { - "@koishijs/core": "4.15.1", + "@koishijs/core": "4.15.2", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 920b3d08c8..d7fd29e833 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/utils", "description": "Utilities for Koishi", - "version": "7.1.0", + "version": "7.1.1", "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.5.0", + "cosmokit": "^1.5.1", "inaba": "^1.1.1" } } diff --git a/plugins/adapter/dingtalk/package.json b/plugins/adapter/dingtalk/package.json index 2656b057bd..48e349028a 100644 --- a/plugins/adapter/dingtalk/package.json +++ b/plugins/adapter/dingtalk/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-dingtalk", "description": "Dingtalk Adapter for Koishi", - "version": "2.0.1", + "version": "2.0.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-dingtalk": "^2.0.1" + "@satorijs/adapter-dingtalk": "^2.0.2" } } diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index 134844eae8..7349abc70c 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.1.2", + "version": "4.1.3", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-discord": "^4.1.2" + "@satorijs/adapter-discord": "^4.1.3" } } diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index 7f884e59b7..f19c823106 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.5", + "version": "4.0.6", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -39,12 +39,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-kook": "^4.0.5" + "@satorijs/adapter-kook": "^4.0.6" } } diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 25f4043484..16e073a4e6 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.1.2", + "version": "3.1.3", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-lark": "^3.1.2" + "@satorijs/adapter-lark": "^3.1.3" } } diff --git a/plugins/adapter/line/package.json b/plugins/adapter/line/package.json index 0cc5ccc4be..8c04bfdfec 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.1.0", + "version": "2.1.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-line": "^2.1.0" + "@satorijs/adapter-line": "^2.1.1" } } diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index 598f9519d6..bcde573b3c 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-mail", "description": "Mail Adapter for Koishi", - "version": "2.0.1", + "version": "2.1.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -43,12 +43,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-mail": "^2.0.1" + "@satorijs/adapter-mail": "^2.1.0" } } diff --git a/plugins/adapter/matrix/package.json b/plugins/adapter/matrix/package.json index 507ac15ed0..fbab0c49f3 100644 --- a/plugins/adapter/matrix/package.json +++ b/plugins/adapter/matrix/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-matrix", "description": "Matrix Adapter for Koishi", - "version": "4.0.2", + "version": "4.0.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-matrix": "^4.0.2" + "@satorijs/adapter-matrix": "^4.0.3" } } diff --git a/plugins/adapter/qq/package.json b/plugins/adapter/qq/package.json index d7e76d9636..ddce994287 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.1.2", + "version": "4.1.3", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -40,12 +40,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-qq": "^4.1.2" + "@satorijs/adapter-qq": "^4.1.3" } } diff --git a/plugins/adapter/satori/package.json b/plugins/adapter/satori/package.json index 1316c75052..846d6fe82f 100644 --- a/plugins/adapter/satori/package.json +++ b/plugins/adapter/satori/package.json @@ -40,10 +40,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { "@satorijs/adapter-satori": "^1.0.1" diff --git a/plugins/adapter/slack/package.json b/plugins/adapter/slack/package.json index 6112edc126..c02dc554b4 100644 --- a/plugins/adapter/slack/package.json +++ b/plugins/adapter/slack/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-slack", "description": "Slack Adapter for Koishi", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-slack": "^2.0.2" + "@satorijs/adapter-slack": "^2.0.3" } } diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 09503342a7..ccaa8bb099 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.1.1", + "version": "4.1.4", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -38,12 +38,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-telegram": "^4.1.1" + "@satorijs/adapter-telegram": "^4.1.4" } } diff --git a/plugins/adapter/wechat-official/package.json b/plugins/adapter/wechat-official/package.json index 440e97c55a..b2a5311009 100644 --- a/plugins/adapter/wechat-official/package.json +++ b/plugins/adapter/wechat-official/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-wechat-official", "description": "Wechat Official Adapter for Koishi", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-wechat-official": "^2.0.2" + "@satorijs/adapter-wechat-official": "^2.0.3" } } diff --git a/plugins/adapter/wecom/package.json b/plugins/adapter/wecom/package.json index e04ce7a223..24269c5580 100644 --- a/plugins/adapter/wecom/package.json +++ b/plugins/adapter/wecom/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-wecom", "description": "Wecom Adapter for Koishi", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-wecom": "^2.0.2" + "@satorijs/adapter-wecom": "^2.0.3" } } diff --git a/plugins/adapter/whatsapp/package.json b/plugins/adapter/whatsapp/package.json index b6c802cb2d..b5bd80b067 100644 --- a/plugins/adapter/whatsapp/package.json +++ b/plugins/adapter/whatsapp/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-whatsapp", "description": "WhatsApp Adapter for Koishi", - "version": "2.0.1", + "version": "2.0.2", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-whatsapp": "^2.0.1" + "@satorijs/adapter-whatsapp": "^2.0.2" } } diff --git a/plugins/adapter/zulip/package.json b/plugins/adapter/zulip/package.json index 4f9f9b1cf5..6249f7eb70 100644 --- a/plugins/adapter/zulip/package.json +++ b/plugins/adapter/zulip/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-adapter-zulip", "description": "Zulip Adapter for Koishi", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -37,12 +37,12 @@ } }, "peerDependencies": { - "koishi": "^4.14.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.14.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/adapter-zulip": "^1.0.0" + "@satorijs/adapter-zulip": "^1.0.1" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 5dac2b95e3..1477b196ad 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", - "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.1" + "@koishijs/plugin-mock": "^2.6.1", + "koishi": "^4.15.2" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 27da8babd6..ae82c6b2fd 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", - "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.1" + "@koishijs/plugin-mock": "^2.6.1", + "koishi": "^4.15.2" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index b371db46de..a88f54553d 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", - "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.1" + "@koishijs/plugin-mock": "^2.6.1", + "koishi": "^4.15.2" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index cd874ed9f4..7fd56e96c8 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.1" + "@koishijs/plugin-mock": "^2.6.1", + "koishi": "^4.15.2" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index d422b8d6ff..87c5084edd 100644 --- a/plugins/common/help/package.json +++ b/plugins/common/help/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.5", - "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.1" + "@koishijs/plugin-mock": "^2.6.1", + "koishi": "^4.15.2" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index e5ddadcc52..025020da8c 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.6.0", - "koishi": "^4.15.1" + "@koishijs/plugin-mock": "^2.6.1", + "koishi": "^4.15.2" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index 3bd44e0d29..a64689cb17 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { "@minatojs/driver-memory": "^2.3.5" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index 7f6960ec52..707e1cdb0d 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { "@minatojs/driver-mongo": "^2.8.0" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 0adc3e3d5b..f016c92351 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { "@minatojs/driver-mysql": "^2.5.3" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index a892472576..9c3d324793 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { "@minatojs/driver-sqlite": "^3.6.1" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 4ea9f8d3ce..fb6271d668 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.18.14", - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { "@babel/code-frame": "^7.22.5", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 97c53521fc..222653c8eb 100644 --- a/plugins/mock/package.json +++ b/plugins/mock/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-mock", "description": "Test Mocker for Koishi", - "version": "2.6.0", + "version": "2.6.1", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" } } diff --git a/plugins/server/package.json b/plugins/server/package.json index 483e92764a..91e051e48d 100644 --- a/plugins/server/package.json +++ b/plugins/server/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-server", "description": "Satori Protocol Adapter for Koishi", - "version": "1.0.4", + "version": "2.1.0", "main": "lib/index.js", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -36,12 +36,12 @@ } }, "peerDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "devDependencies": { - "koishi": "^4.15.1" + "koishi": "^4.15.2" }, "dependencies": { - "@satorijs/server": "^1.0.4" + "@satorijs/server": "^2.1.0" } }