catchup
Showing
| { | ||
| "name": "koishi-plugin-dispose", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "Koishi 退群插件,管理员使用 `dispose` 命令即可退群。", | ||
| "main": "dist/index.js", | ||
| "typings": "dist/src/index.d.ts", | ||
| ... | ... | @@ -28,18 +28,18 @@ |
| "source-map-support": "^0.5.20" | ||
| }, | ||
| "peerDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | ||
| "koishi": "^4.0.0-beta.2" | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.3", | ||
| "koishi": "^4.0.0-beta.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.2", | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-beta.3", | ||
| "@types/node": "^16.10.3", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| "@typescript-eslint/parser": "^4.33.0", | ||
| "eslint": "^7.32.0", | ||
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "koishi": "^4.0.0-beta.2", | ||
| "koishi": "^4.0.0-beta.3", | ||
| "prettier": "^2.4.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-loader": "^9.2.6", | ||
| ... | ... |
Please register or sign in to comment