Comparing version 2.0.0-alpha.47 to 2.0.0-alpha.48
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = exports.teachPlugin = exports.statusPlugin = exports.schedulePlugin = exports.recorderPlugin = exports.commonPlugin = void 0; | ||
const commonPlugin = __importStar(require("koishi-plugin-common")); | ||
@@ -23,6 +36,6 @@ exports.commonPlugin = commonPlugin; | ||
exports.teachPlugin = teachPlugin; | ||
__export(require("koishi-core")); | ||
__export(require("koishi-utils")); | ||
__exportStar(require("koishi-core"), exports); | ||
__exportStar(require("koishi-utils"), exports); | ||
const version = require('../package').version; | ||
exports.version = version; | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.logger = void 0; | ||
const kleur_1 = __importDefault(require("kleur")); | ||
@@ -8,0 +9,0 @@ var logger; |
{ | ||
"name": "koishi", | ||
"description": "A QQ bot framework based on CQHTTP", | ||
"version": "2.0.0-alpha.47", | ||
"version": "2.0.0-alpha.48", | ||
"main": "dist/index.js", | ||
@@ -34,15 +34,15 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/js-yaml": "^3.12.4", | ||
"@types/js-yaml": "^3.12.5", | ||
"@types/prompts": "^2.0.8" | ||
}, | ||
"dependencies": { | ||
"cac": "^6.5.10", | ||
"cac": "^6.5.12", | ||
"js-yaml": "^3.14.0", | ||
"kleur": "^3.0.3", | ||
"koishi-core": "^2.0.0-alpha.26", | ||
"koishi-plugin-common": "^3.0.0-alpha.28", | ||
"koishi-plugin-recorder": "^2.0.0-alpha.26", | ||
"koishi-plugin-schedule": "^2.0.0-alpha.28", | ||
"koishi-plugin-status": "^2.0.0-alpha.28", | ||
"koishi-plugin-teach": "^1.0.0-alpha.44", | ||
"kleur": "^4.0.2", | ||
"koishi-core": "^2.0.0-alpha.27", | ||
"koishi-plugin-common": "^3.0.0-alpha.29", | ||
"koishi-plugin-recorder": "^2.0.0-alpha.27", | ||
"koishi-plugin-schedule": "^2.0.0-alpha.29", | ||
"koishi-plugin-status": "^2.0.0-alpha.29", | ||
"koishi-plugin-teach": "^1.0.0-alpha.45", | ||
"koishi-utils": "^2.0.3", | ||
@@ -49,0 +49,0 @@ "prompts": "^2.3.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38851
416
+ Addedkleur@4.1.5(transitive)
Updatedcac@^6.5.12
Updatedkleur@^4.0.2
Updatedkoishi-core@^2.0.0-alpha.27