diff --git a/packages/core/package.json b/packages/core/package.json index 0c86bca26e..dbe3622860 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.13.9", + "version": "4.14.0", "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.3", + "@koishijs/utils": "^7.0.4", "@minatojs/core": "^2.3.2", - "@satorijs/core": "^2.5.4", + "@satorijs/core": "^2.6.0", "cordis": "^2.8.6", - "cosmokit": "^1.4.3", + "cosmokit": "^1.4.4", "fastest-levenshtein": "^1.0.16" } } diff --git a/packages/core/src/context.ts b/packages/core/src/context.ts index b42d9c19f6..8eefbc95bb 100644 --- a/packages/core/src/context.ts +++ b/packages/core/src/context.ts @@ -1,4 +1,3 @@ -// @ts-nocheck import { Awaitable, defineProperty, Time } from 'cosmokit' import { Context, Schema } from '@satorijs/core' import * as cordis from 'cordis' diff --git a/packages/core/src/lifecycle.ts b/packages/core/src/lifecycle.ts index d76a1f7d90..dff13a7a63 100644 --- a/packages/core/src/lifecycle.ts +++ b/packages/core/src/lifecycle.ts @@ -1,4 +1,3 @@ -// @ts-nocheck import { Promisify, remove } from 'cosmokit' import { GetEvents, Parameters, ReturnType, ThisType } from 'cordis' import { Context, Events, Logger } from '@satorijs/core' diff --git a/packages/i18n-utils/package.json b/packages/i18n-utils/package.json index e06d3960c3..0850a08d45 100644 --- a/packages/i18n-utils/package.json +++ b/packages/i18n-utils/package.json @@ -34,6 +34,6 @@ "fallback" ], "dependencies": { - "cosmokit": "^1.4.3" + "cosmokit": "^1.4.4" } } diff --git a/packages/koishi/package.json b/packages/koishi/package.json index 3b3808a9c1..927215c8fd 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.13.9", + "version": "4.14.0", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts", @@ -18,9 +18,6 @@ "./lib/worker": "./lib/worker/index.js", "./package.json": "./package.json" }, - "engines": { - "node": ">=12.0.0" - }, "files": [ "lib", "bin.js", @@ -46,10 +43,10 @@ "framework" ], "dependencies": { - "@koishijs/core": "4.13.9", - "@koishijs/loader": "4.0.5", - "@koishijs/utils": "^7.0.3", - "@satorijs/satori": "^2.5.4", + "@koishijs/core": "4.14.0", + "@koishijs/loader": "4.1.0", + "@koishijs/utils": "^7.0.4", + "@satorijs/satori": "^2.6.0", "cac": "^6.7.14", "kleur": "^4.1.5", "ns-require": "^1.1.4" diff --git a/packages/loader/package.json b/packages/loader/package.json index 1de034cb38..a7337f80df 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.0.5", + "version": "4.1.0", "main": "lib/index.js", "module": "lib/shared.mjs", "typings": "lib/index.d.ts", @@ -39,10 +39,10 @@ "config" ], "peerDependencies": { - "@koishijs/core": "4.13.9" + "@koishijs/core": "4.14.0" }, "devDependencies": { - "@koishijs/core": "4.13.9", + "@koishijs/core": "4.14.0", "@types/js-yaml": "^4.0.5" }, "dependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index e0c384dd20..35cd8b2e91 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.3", + "version": "7.0.4", "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.3", + "cosmokit": "^1.4.4", "inaba": "^1.1.1" } } diff --git a/plugins/adapter/dingtalk/package.json b/plugins/adapter/dingtalk/package.json index dc38bc1db1..b544ba0249 100644 --- a/plugins/adapter/dingtalk/package.json +++ b/plugins/adapter/dingtalk/package.json @@ -21,14 +21,14 @@ "homepage": "https://koishi.chat/plugins/adapter/dingtalk.html", "keywords": [ "bot", + "dingding", "dingtalk", "chatbot", "koishi" ], "koishi": { - "browser": true, "description": { - "en": "WhatsApp Adapter", + "en": "Dingtalk Adapter", "zh": "钉钉适配器" }, "service": { diff --git a/plugins/adapter/discord/package.json b/plugins/adapter/discord/package.json index c42efb48d6..31f158fe9c 100644 --- a/plugins/adapter/discord/package.json +++ b/plugins/adapter/discord/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-discord": "^3.8.4" diff --git a/plugins/adapter/kook/package.json b/plugins/adapter/kook/package.json index 45407a917c..9b0ffd2b4d 100644 --- a/plugins/adapter/kook/package.json +++ b/plugins/adapter/kook/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-kook": "^3.10.1" diff --git a/plugins/adapter/lark/package.json b/plugins/adapter/lark/package.json index 52d69834c3..a66104bde4 100644 --- a/plugins/adapter/lark/package.json +++ b/plugins/adapter/lark/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-lark": "^2.1.2" diff --git a/plugins/adapter/line/package.json b/plugins/adapter/line/package.json index 23cd71ebdb..928312f42e 100644 --- a/plugins/adapter/line/package.json +++ b/plugins/adapter/line/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-line": "^1.1.0" diff --git a/plugins/adapter/mail/package.json b/plugins/adapter/mail/package.json index 172b13ad31..6dbca0ab3a 100644 --- a/plugins/adapter/mail/package.json +++ b/plugins/adapter/mail/package.json @@ -43,10 +43,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-mail": "^1.1.1" diff --git a/plugins/adapter/matrix/package.json b/plugins/adapter/matrix/package.json index 65d0ef036a..65868ad64e 100644 --- a/plugins/adapter/matrix/package.json +++ b/plugins/adapter/matrix/package.json @@ -37,10 +37,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-matrix": "^3.1.2" diff --git a/plugins/adapter/onebot/package.json b/plugins/adapter/onebot/package.json index daeccbc76c..18a08f60aa 100644 --- a/plugins/adapter/onebot/package.json +++ b/plugins/adapter/onebot/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-onebot": "^5.7.3" diff --git a/plugins/adapter/qqguild/package.json b/plugins/adapter/qqguild/package.json index 98c5d022b5..cadff643d5 100644 --- a/plugins/adapter/qqguild/package.json +++ b/plugins/adapter/qqguild/package.json @@ -39,10 +39,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-qqguild": "^3.5.4" diff --git a/plugins/adapter/telegram/package.json b/plugins/adapter/telegram/package.json index 31b4dad35e..b7df9fda99 100644 --- a/plugins/adapter/telegram/package.json +++ b/plugins/adapter/telegram/package.json @@ -38,10 +38,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@satorijs/adapter-telegram": "^3.7.13" diff --git a/plugins/common/admin/package.json b/plugins/common/admin/package.json index 3b41dbded0..c91e7d5191 100644 --- a/plugins/common/admin/package.json +++ b/plugins/common/admin/package.json @@ -1,7 +1,7 @@ { "name": "@koishijs/plugin-admin", "description": "Admin Plugin for Koishi", - "version": "1.3.1", + "version": "1.4.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -45,10 +45,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/bind/package.json b/plugins/common/bind/package.json index 7dfbc5e6f4..4dfcc368ec 100644 --- a/plugins/common/bind/package.json +++ b/plugins/common/bind/package.json @@ -45,11 +45,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/broadcast/package.json b/plugins/common/broadcast/package.json index 4691915e70..eb40a04f07 100644 --- a/plugins/common/broadcast/package.json +++ b/plugins/common/broadcast/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/callme/package.json b/plugins/common/callme/package.json index d20a69760e..1fcf4f4e26 100644 --- a/plugins/common/callme/package.json +++ b/plugins/common/callme/package.json @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/echo/package.json b/plugins/common/echo/package.json index f166fee16d..f6639c2bcd 100644 --- a/plugins/common/echo/package.json +++ b/plugins/common/echo/package.json @@ -40,10 +40,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/help/package.json b/plugins/common/help/package.json index 8980f1cae5..386a931e03 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.2.4", + "version": "2.3.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -44,11 +44,11 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/inspect/package.json b/plugins/common/inspect/package.json index 5c67fb600d..426dc4a39c 100644 --- a/plugins/common/inspect/package.json +++ b/plugins/common/inspect/package.json @@ -46,10 +46,10 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/common/rate-limit/package.json b/plugins/common/rate-limit/package.json index e800cb7247..54f85c1d5c 100644 --- a/plugins/common/rate-limit/package.json +++ b/plugins/common/rate-limit/package.json @@ -44,13 +44,13 @@ ] }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { "@koishijs/plugin-database-memory": "^2.3.4", - "@koishijs/plugin-admin": "^1.3.1", - "@koishijs/plugin-help": "^2.2.4", - "@koishijs/plugin-mock": "^2.4.3", - "koishi": "^4.13.9" + "@koishijs/plugin-admin": "^1.4.0", + "@koishijs/plugin-help": "^2.3.0", + "@koishijs/plugin-mock": "^2.5.0", + "koishi": "^4.14.0" } } diff --git a/plugins/database/memory/package.json b/plugins/database/memory/package.json index a11c8d0b8c..d1e90c64f1 100644 --- a/plugins/database/memory/package.json +++ b/plugins/database/memory/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@minatojs/driver-memory": "^2.3.4" diff --git a/plugins/database/mongo/package.json b/plugins/database/mongo/package.json index f207171eb7..fba041d6c6 100644 --- a/plugins/database/mongo/package.json +++ b/plugins/database/mongo/package.json @@ -42,10 +42,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@minatojs/driver-mongo": "^2.6.0" diff --git a/plugins/database/mysql/package.json b/plugins/database/mysql/package.json index 1a5ac32b21..57fee37e0a 100644 --- a/plugins/database/mysql/package.json +++ b/plugins/database/mysql/package.json @@ -41,10 +41,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@minatojs/driver-mysql": "^2.4.7" diff --git a/plugins/database/sqlite/package.json b/plugins/database/sqlite/package.json index c0103adcf7..28449105c9 100644 --- a/plugins/database/sqlite/package.json +++ b/plugins/database/sqlite/package.json @@ -50,10 +50,10 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@minatojs/driver-sqlite": "^3.5.6" diff --git a/plugins/hmr/package.json b/plugins/hmr/package.json index 8c23daf6fb..e066b13560 100644 --- a/plugins/hmr/package.json +++ b/plugins/hmr/package.json @@ -41,13 +41,13 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { "@types/babel__code-frame": "^7.0.3", "@types/throttle-debounce": "^2.1.0", "esbuild": "^0.18.14", - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "dependencies": { "@babel/code-frame": "^7.22.5", diff --git a/plugins/mock/package.json b/plugins/mock/package.json index 53d81ccf6a..d99eb7d440 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.4.3", + "version": "2.5.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ @@ -40,9 +40,9 @@ } }, "peerDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" }, "devDependencies": { - "koishi": "^4.13.9" + "koishi": "^4.14.0" } }