koishi-plugin-status
Advanced tools
Comparing version 3.0.0-beta.9 to 3.0.0-rc.0
@@ -48,2 +48,5 @@ var __create = Object.create; | ||
}); | ||
import_koishi_core.extendDatabase("koishi-plugin-mysql", ({tables}) => { | ||
tables.user.lastCall = "timestamp"; | ||
}); | ||
import_koishi_core.extendDatabase("koishi-plugin-mongo", { | ||
@@ -50,0 +53,0 @@ async getActiveData() { |
{ | ||
"name": "koishi-plugin-status", | ||
"description": "Show Status of Koishi", | ||
"version": "3.0.0-beta.9", | ||
"version": "3.0.0-rc.0", | ||
"main": "dist/index.js", | ||
@@ -31,10 +31,10 @@ "typings": "dist/index.d.ts", | ||
"peerDependencies": { | ||
"koishi-core": "^3.0.0-rc.0", | ||
"koishi-core": "^3.0.0-rc.2", | ||
"koishi-utils": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"koishi-plugin-mongo": "^2.0.0-beta.6", | ||
"koishi-plugin-mysql": "^3.0.0-beta.13", | ||
"koishi-test-utils": "^6.0.0-beta.7" | ||
"koishi-plugin-mongo": "^2.0.0-beta.7", | ||
"koishi-plugin-mysql": "^3.0.0-beta.15", | ||
"koishi-test-utils": "^6.0.0-beta.8" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
20108
258