Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
@@ -68,3 +68,3 @@ "use strict"; | ||
for (const path in config.plugins) { | ||
const ctx = app._createContext(path); | ||
const ctx = app.createContext(path); | ||
loadPlugins(ctx, config.plugins[path]); | ||
@@ -71,0 +71,0 @@ } |
{ | ||
"name": "koishi", | ||
"description": "A QQ bot framework based on CQHTTP", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"main": "dist/index.js", | ||
@@ -41,7 +41,7 @@ "typings": "dist/index.d.ts", | ||
"kleur": "^3.0.3", | ||
"koishi-core": "^1.0.0-alpha.8", | ||
"koishi-plugin-common": "^1.0.0-alpha.8", | ||
"koishi-utils": "^1.0.0-alpha.3", | ||
"koishi-core": "^1.0.0-alpha.9", | ||
"koishi-plugin-common": "^1.0.0-alpha.9", | ||
"koishi-utils": "^1.0.0-alpha.4", | ||
"prompts": "^2.3.0" | ||
} | ||
} |
17257