Comparing version 1.11.2 to 1.12.0
@@ -65,3 +65,3 @@ "use strict"; | ||
catch (error) { | ||
if (error.code !== 'MODULE_NOT_FOUND') { | ||
if (error.code !== 'MODULE_NOT_FOUND' || error.requireStack[0] !== __filename) { | ||
throw error; | ||
@@ -68,0 +68,0 @@ } |
{ | ||
"name": "koishi", | ||
"description": "A QQ bot framework based on CQHTTP", | ||
"version": "1.11.2", | ||
"version": "1.12.0", | ||
"main": "dist/index.js", | ||
@@ -41,5 +41,5 @@ "typings": "dist/index.d.ts", | ||
"kleur": "^3.0.3", | ||
"koishi-core": "^1.11.2", | ||
"koishi-plugin-common": "^2.1.8", | ||
"koishi-plugin-schedule": "^1.0.13", | ||
"koishi-core": "^1.12.0", | ||
"koishi-plugin-common": "^2.2.0", | ||
"koishi-plugin-schedule": "^1.1.0", | ||
"koishi-utils": "^1.0.4", | ||
@@ -46,0 +46,0 @@ "prompts": "^2.3.2" |
23079
Updatedkoishi-core@^1.12.0
Updatedkoishi-plugin-common@^2.2.0