koishi-plugin-status
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
@@ -9,3 +9,2 @@ var __create = Object.create; | ||
var __export = (target, all) => { | ||
__markAsModule(target); | ||
for (var name2 in all) | ||
@@ -15,3 +14,2 @@ __defProp(target, name2, {get: all[name2], enumerable: true}); | ||
var __exportStar = (target, module2, desc) => { | ||
__markAsModule(target); | ||
if (module2 && typeof module2 === "object" || typeof module2 === "function") { | ||
@@ -27,6 +25,7 @@ for (let key of __getOwnPropNames(module2)) | ||
return module2; | ||
return __exportStar(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", {value: module2, enumerable: true}), module2); | ||
return __exportStar(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", {value: module2, enumerable: true})), module2); | ||
}; | ||
// packages/plugin-status/src/index.ts | ||
__markAsModule(exports); | ||
__export(exports, { | ||
@@ -33,0 +32,0 @@ apply: () => apply, |
{ | ||
"name": "koishi-plugin-status", | ||
"description": "Show Status of Koishi", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"main": "dist/index.js", | ||
@@ -31,10 +31,10 @@ "typings": "dist/index.d.ts", | ||
"peerDependencies": { | ||
"koishi-core": "^3.0.0-beta.2", | ||
"koishi-utils": "^3.2.2" | ||
"koishi-core": "^3.0.0-beta.7", | ||
"koishi-utils": "^3.2.4" | ||
}, | ||
"devDependencies": { | ||
"koishi-plugin-mongo": "^2.0.0-beta.0", | ||
"koishi-plugin-mysql": "^3.0.0-beta.0", | ||
"koishi-test-utils": "^5.0.3" | ||
"koishi-plugin-mongo": "^2.0.0-beta.2", | ||
"koishi-plugin-mysql": "^3.0.0-beta.2", | ||
"koishi-test-utils": "^6.0.0-beta.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
19558
249