Merge branch 'master' into puppeteer
Showing
| { | { | ||
| "name": "koishi-bootstrap", | "name": "koishi-bootstrap", | ||
| "description": "Koishi bootstraper, for Docker.", | "description": "Koishi bootstraper, for Docker.", | ||
| "version": "7.5.5", | "version": "7.6.0", | ||
| "scripts": { | "scripts": { | ||
| "lint": "eslint --fix .", | "lint": "eslint --fix .", | ||
| "build": "tsc", | "build": "tsc", | ||
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@koishijs/loader": "^2.5.0", | "@koishijs/loader": "^2.5.0", | ||
| "koishi": "^4.11.0", | "koishi": "^4.11.1", | ||
| "load-json-file": "^6.2.0", | "load-json-file": "^6.2.0", | ||
| "ws": "^8.2.3", | "ws": "^8.2.3", | ||
| "yaml": "^1.10.2" | "yaml": "^1.10.2" | ||
| ... | ... |
Please register or sign in to comment