@module-federation/runtime-core 0.18.2 → 0.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.cjs +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +3 -3
package/dist/index.cjs.cjs
CHANGED
|
@@ -202,7 +202,7 @@ function getGlobalFederationConstructor() {
|
|
|
202
202
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
|
|
203
203
|
if (isDebug) {
|
|
204
204
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
205
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.18.
|
|
205
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.18.3";
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -3035,7 +3035,7 @@ class ModuleFederation {
|
|
|
3035
3035
|
// maybe will change, temporarily for internal use only
|
|
3036
3036
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
3037
3037
|
});
|
|
3038
|
-
this.version = "0.18.
|
|
3038
|
+
this.version = "0.18.3";
|
|
3039
3039
|
this.moduleCache = new Map();
|
|
3040
3040
|
this.loaderHook = new PluginSystem({
|
|
3041
3041
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/index.esm.js
CHANGED
|
@@ -201,7 +201,7 @@ function getGlobalFederationConstructor() {
|
|
|
201
201
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
|
|
202
202
|
if (isDebug) {
|
|
203
203
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
204
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.18.
|
|
204
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.18.3";
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -3034,7 +3034,7 @@ class ModuleFederation {
|
|
|
3034
3034
|
// maybe will change, temporarily for internal use only
|
|
3035
3035
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
3036
3036
|
});
|
|
3037
|
-
this.version = "0.18.
|
|
3037
|
+
this.version = "0.18.3";
|
|
3038
3038
|
this.moduleCache = new Map();
|
|
3039
3039
|
this.loaderHook = new PluginSystem({
|
|
3040
3040
|
// FIXME: may not be suitable , not open to the public yet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime-core",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
6
6
|
"main": "./dist/index.cjs.cjs",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@module-federation/sdk": "0.18.
|
|
56
|
-
"@module-federation/error-codes": "0.18.
|
|
55
|
+
"@module-federation/sdk": "0.18.3",
|
|
56
|
+
"@module-federation/error-codes": "0.18.3"
|
|
57
57
|
}
|
|
58
58
|
}
|