koishi-plugin-status
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
@@ -9,3 +9,3 @@ "use strict"; | ||
'SELECT COUNT(*) FROM `group` WHERE `assignee`', | ||
].join(';')); | ||
]); | ||
return { activeGroups, activeUsers }; | ||
@@ -12,0 +12,0 @@ }, |
{ | ||
"name": "koishi-plugin-status", | ||
"description": "Show Status of Koishi", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"main": "dist/index.js", | ||
@@ -36,5 +36,5 @@ "typings": "dist/index.d.ts", | ||
"@types/cross-spawn": "^6.0.2", | ||
"koishi-core": "^2.0.0-beta.9", | ||
"koishi-core": "^2.0.0-beta.10", | ||
"koishi-plugin-mongo": "^1.0.0-beta.2", | ||
"koishi-plugin-mysql": "^2.0.0-beta.4", | ||
"koishi-plugin-mysql": "^2.0.0-beta.5", | ||
"koishi-test-utils": "^4.0.0-beta.3" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
28408