koishi-plugin-status
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
{ | ||
"name": "koishi-plugin-status", | ||
"description": "Show Status of Koishi", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"main": "dist/index.js", | ||
@@ -36,11 +36,11 @@ "typings": "dist/index.d.ts", | ||
"@types/cross-spawn": "^6.0.1", | ||
"koishi-database-mysql": "^2.0.0-alpha.9", | ||
"koishi-test-utils": "^4.0.0-alpha.9", | ||
"koishi-database-mysql": "^2.0.0-alpha.10", | ||
"koishi-test-utils": "^4.0.0-alpha.10", | ||
"typescript": "^3.8.3" | ||
}, | ||
"dependencies": { | ||
"cross-spawn": "^7.0.1", | ||
"koishi-core": "^2.0.0-alpha.9", | ||
"koishi-utils": "^1.0.6" | ||
"cross-spawn": "^7.0.2", | ||
"koishi-core": "^2.0.0-alpha.10", | ||
"koishi-utils": "^1.0.7" | ||
} | ||
} |
19000
Updatedcross-spawn@^7.0.2
Updatedkoishi-core@^2.0.0-alpha.10
Updatedkoishi-utils@^1.0.7