catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-order-picker", | ||
| "description": "Koishi 抢单插件。", | ||
| "description": "Koishi plugin for picking order at MaidCafe.", | ||
| "version": "4.4.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -29,7 +29,7 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-order-picker", | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "moment": "^2.29.1", | ||
| "source-map-support": "^0.5.21" | ||
| }, | ||
| ... | ... | @@ -57,7 +57,7 @@ |
| "ws": "^8.4.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment