catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-dispose", | "name": "koishi-plugin-dispose", | ||
| "version": "9.4.0", | "version": "9.4.0", | ||
| "description": "Koishi 退群插件,管理员使用 `dispose` 命令即可退群。", | "description": "Koishi plugin for quitting QQ group.", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "typings": "dist/src/index.d.ts", | "typings": "dist/src/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.2", | "@koishijs/plugin-adapter-onebot": "^4.0.2", | ||
| "koishi": "^4.4.0" | "koishi": "^4.4.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
| ... | ... |
Please register or sign in to comment