catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-dicex", | "name": "koishi-plugin-dicex", | ||
| "description": "Koishi 骰娘插件 +1", | "description": "Another Koishi dicebot.", | ||
| "version": "3.4.1", | "version": "3.4.1", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | "types": "dist/src/index.d.ts", | ||
| ... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
| }, | }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex", | "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-dicex", | ||
| "dependencies": { | "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | "koishi-thirdeye": "^9.2.4", | ||
| "source-map-support": "^0.5.21" | "source-map-support": "^0.5.21" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| "ws": "^8.4.0" | "ws": "^8.4.0" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.4.0" | "koishi": "^4.4.1" | ||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "moduleFileExtensions": [ | "moduleFileExtensions": [ | ||
| ... | ... |
Please register or sign in to comment