@module-federation/runtime-core 0.14.1 → 0.14.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
|
@@ -196,7 +196,7 @@ function getGlobalFederationConstructor() {
|
|
|
196
196
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
|
|
197
197
|
if (isDebug) {
|
|
198
198
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
199
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.14.
|
|
199
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.14.3";
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -2978,7 +2978,7 @@ class FederationHost {
|
|
|
2978
2978
|
// maybe will change, temporarily for internal use only
|
|
2979
2979
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2980
2980
|
});
|
|
2981
|
-
this.version = "0.14.
|
|
2981
|
+
this.version = "0.14.3";
|
|
2982
2982
|
this.moduleCache = new Map();
|
|
2983
2983
|
this.loaderHook = new PluginSystem({
|
|
2984
2984
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/index.esm.js
CHANGED
|
@@ -195,7 +195,7 @@ function getGlobalFederationConstructor() {
|
|
|
195
195
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
|
|
196
196
|
if (isDebug) {
|
|
197
197
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
198
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.14.
|
|
198
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.14.3";
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
|
@@ -2977,7 +2977,7 @@ class FederationHost {
|
|
|
2977
2977
|
// maybe will change, temporarily for internal use only
|
|
2978
2978
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2979
2979
|
});
|
|
2980
|
-
this.version = "0.14.
|
|
2980
|
+
this.version = "0.14.3";
|
|
2981
2981
|
this.moduleCache = new Map();
|
|
2982
2982
|
this.loaderHook = new PluginSystem({
|
|
2983
2983
|
// 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.14.
|
|
3
|
+
"version": "0.14.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.14.
|
|
56
|
-
"@module-federation/error-codes": "0.14.
|
|
55
|
+
"@module-federation/sdk": "0.14.3",
|
|
56
|
+
"@module-federation/error-codes": "0.14.3"
|
|
57
57
|
}
|
|
58
58
|
}
|