Comparing version 4.13.6 to 4.13.7
@@ -31,3 +31,5 @@ var __create = Object.create; | ||
var child; | ||
process.env.KOISHI_SHARED = "{}"; | ||
process.env.KOISHI_SHARED = JSON.stringify({ | ||
startTime: Date.now() | ||
}); | ||
function toArg(key) { | ||
@@ -34,0 +36,0 @@ return key.length === 1 ? `-${key}` : `--${(0, import_utils.hyphenate)(key)}`; |
{ | ||
"name": "koishi", | ||
"description": "Cross-Platform Chatbot Framework Made with Love", | ||
"version": "4.13.6", | ||
"version": "4.13.7", | ||
"main": "lib/index.cjs", | ||
@@ -49,4 +49,4 @@ "module": "lib/index.mjs", | ||
"dependencies": { | ||
"@koishijs/core": "4.13.6", | ||
"@koishijs/loader": "4.0.1", | ||
"@koishijs/core": "4.13.7", | ||
"@koishijs/loader": "4.0.3", | ||
"@koishijs/utils": "^7.0.2", | ||
@@ -53,0 +53,0 @@ "@satorijs/satori": "^2.5.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
38536
439
+ Added@koishijs/core@4.13.7(transitive)
+ Added@koishijs/loader@4.0.3(transitive)
- Removed@koishijs/core@4.13.6(transitive)
- Removed@koishijs/loader@4.0.1(transitive)
Updated@koishijs/core@4.13.7
Updated@koishijs/loader@4.0.3