catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-srvpro-roomlist", | "name": "koishi-plugin-srvpro-roomlist", | ||
| "version": "8.4.1", | "version": "8.4.1", | ||
| "description": "Koishi 的 [SRVPro](https://github.com/mycard/srvpro) 房间列表插件", | "description": "Koishi's [SRVPro](https://github.com/mycard/srvpro) roomlist.", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | "types": "dist/src/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -60,7 +60,7 @@ | ... | @@ -60,7 +60,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