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