catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-shadowban", | ||
| "description": "Twitter Shadowban 测试器的 Koishi 插件。", | ||
| "description": "Twitter Shadowban tester.", | ||
| "version": "5.5.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -27,7 +27,7 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-shadowban", | ||
| "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