@garfish/core
Advanced tools
Comparing version 1.13.7-beta-20230209122902.0 to 1.14.0
@@ -1058,3 +1058,3 @@ var __defProp = Object.defineProperty; | ||
name: "fix-hmr", | ||
version: "1.13.7-beta-20230209122902.0", | ||
version: "1.14.0", | ||
bootstrap() { | ||
@@ -1106,3 +1106,3 @@ if (hasInit) | ||
name, | ||
version: "1.13.7-beta-20230209122902.0" | ||
version: "1.14.0" | ||
}, options); | ||
@@ -1269,3 +1269,3 @@ }; | ||
name: "preload", | ||
version: "1.13.7-beta-20230209122902.0", | ||
version: "1.14.0", | ||
beforeLoad(appInfo) { | ||
@@ -1516,3 +1516,3 @@ if (Garfish2.options.disablePreloadApp) { | ||
name: "garfish-logger", | ||
version: "1.13.7-beta-20230209122902.0", | ||
version: "1.14.0", | ||
beforeLoad(appInfo, ...args) { | ||
@@ -1569,3 +1569,3 @@ coreLog2(`${appInfo.name} beforeLoad`, [appInfo, ...args]); | ||
this.running = false; | ||
this.version = "1.13.7-beta-20230209122902.0"; | ||
this.version = "1.14.0"; | ||
this.flag = __GARFISH_FLAG__; | ||
@@ -1677,3 +1677,3 @@ this.loader = new Loader2(); | ||
} | ||
appInfo = generateAppOptions(appName, this, options); | ||
appInfo = generateAppOptions(appName, this, appInfo); | ||
assert4(appInfo.entry, `Can't load unexpected child app "${appName}", Please provide the entry parameters or registered in advance of the app.`); | ||
@@ -1680,0 +1680,0 @@ let appInstance = null; |
@@ -1042,3 +1042,3 @@ var __defProp = Object.defineProperty; | ||
name: "fix-hmr", | ||
version: "1.13.7-beta-20230209122902.0", | ||
version: "1.14.0", | ||
bootstrap() { | ||
@@ -1090,3 +1090,3 @@ if (hasInit) | ||
name, | ||
version: "1.13.7-beta-20230209122902.0" | ||
version: "1.14.0" | ||
}, options); | ||
@@ -1246,3 +1246,3 @@ }; | ||
name: "preload", | ||
version: "1.13.7-beta-20230209122902.0", | ||
version: "1.14.0", | ||
beforeLoad(appInfo) { | ||
@@ -1493,3 +1493,3 @@ if (Garfish2.options.disablePreloadApp) { | ||
name: "garfish-logger", | ||
version: "1.13.7-beta-20230209122902.0", | ||
version: "1.14.0", | ||
beforeLoad(appInfo, ...args) { | ||
@@ -1546,3 +1546,3 @@ (0, import_utils8.coreLog)(`${appInfo.name} beforeLoad`, [appInfo, ...args]); | ||
this.running = false; | ||
this.version = "1.13.7-beta-20230209122902.0"; | ||
this.version = "1.14.0"; | ||
this.flag = import_utils9.__GARFISH_FLAG__; | ||
@@ -1654,3 +1654,3 @@ this.loader = new import_loader2.Loader(); | ||
} | ||
appInfo = generateAppOptions(appName, this, options); | ||
appInfo = generateAppOptions(appName, this, appInfo); | ||
(0, import_utils9.assert)(appInfo.entry, `Can't load unexpected child app "${appName}", Please provide the entry parameters or registered in advance of the app.`); | ||
@@ -1657,0 +1657,0 @@ let appInstance = null; |
{ | ||
"name": "@garfish/core", | ||
"version": "1.13.7-beta-20230209122902.0", | ||
"version": "1.14.0", | ||
"description": "core module.", | ||
@@ -32,9 +32,9 @@ "keywords": [ | ||
"@alioth-org/es-module-lexer": "^1.1.0", | ||
"@garfish/hooks": "1.13.7-beta-20230209122902.0", | ||
"@garfish/loader": "1.13.7-beta-20230209122902.0", | ||
"@garfish/utils": "1.13.7-beta-20230209122902.0", | ||
"@garfish/hooks": "1.14.0", | ||
"@garfish/loader": "1.14.0", | ||
"@garfish/utils": "1.14.0", | ||
"eventemitter2": "^6.4.5" | ||
}, | ||
"devDependencies": { | ||
"@garfish/test-suite": "1.13.7-beta-20230209122902.0" | ||
"@garfish/test-suite": "1.14.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
142538
+ Added@garfish/hooks@1.14.0(transitive)
+ Added@garfish/loader@1.14.0(transitive)
+ Added@garfish/utils@1.14.0(transitive)
- Removed@garfish/hooks@1.13.7-beta-20230209122902.0(transitive)
- Removed@garfish/loader@1.13.7-beta-20230209122902.0(transitive)
- Removed@garfish/utils@1.13.7-beta-20230209122902.0(transitive)
Updated@garfish/hooks@1.14.0
Updated@garfish/loader@1.14.0
Updated@garfish/utils@1.14.0