catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-guild-verifier", | ||
| "description": "Koishi 群组邀请审核插件。", | ||
| "description": "Koishi plugin for verifying requests to join a guild.", | ||
| "version": "4.4.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -27,7 +27,7 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-guild-verifier", | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "source-map-support": "^0.5.21" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -54,7 +54,7 @@ |
| "ws": "^8.3.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment