catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-fortune", | "name": "koishi-plugin-fortune", | ||
| "version": "9.4.0", | "version": "9.4.0", | ||
| "description": "Koishi 的算卦插件", | "description": "Koishi plugin for picking fortunes.", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "typings": "dist/src/index.d.ts", | "typings": "dist/src/index.d.ts", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -57,7 +57,7 @@ | ... | @@ -57,7 +57,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