catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-addfriend", | ||
| "description": "自动通过加好友的插件。", | ||
| "description": "Koishi plugin automatically accepting new friend.", | ||
| "version": "1.2.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -27,11 +27,11 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-addfriend", | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "source-map-support": "^0.5.21" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
| ... | ... |
Please register or sign in to comment