catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-greeting", | ||
| "description": "打招呼(早晚安)的 Koishi 插件。", | ||
| "description": "Koishi plugin for automatically greeting at specific time.", | ||
| "version": "2.4.2", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -28,7 +28,7 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-greeting", | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "node-schedule": "^2.1.0", | ||
| ... | ... | @@ -60,7 +60,7 @@ |
| "ws": "^8.4.2" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment