@module-federation/runtime 0.8.3 → 0.8.4
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.js +1 -1
- package/dist/index.esm.mjs +1 -1
- package/dist/share.cjs.js +1 -1
- package/dist/share.esm.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -2026,7 +2026,7 @@ class FederationHost {
|
|
|
2026
2026
|
// maybe will change, temporarily for internal use only
|
|
2027
2027
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2028
2028
|
});
|
|
2029
|
-
this.version = "0.8.
|
|
2029
|
+
this.version = "0.8.4";
|
|
2030
2030
|
this.moduleCache = new Map();
|
|
2031
2031
|
this.loaderHook = new PluginSystem({
|
|
2032
2032
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/index.esm.mjs
CHANGED
|
@@ -2026,7 +2026,7 @@ class FederationHost {
|
|
|
2026
2026
|
// maybe will change, temporarily for internal use only
|
|
2027
2027
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2028
2028
|
});
|
|
2029
|
-
this.version = "0.8.
|
|
2029
|
+
this.version = "0.8.4";
|
|
2030
2030
|
this.moduleCache = new Map();
|
|
2031
2031
|
this.loaderHook = new PluginSystem({
|
|
2032
2032
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/share.cjs.js
CHANGED
|
@@ -197,7 +197,7 @@ function getGlobalFederationConstructor() {
|
|
|
197
197
|
function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
|
|
198
198
|
if (isDebug) {
|
|
199
199
|
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
200
|
-
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.8.
|
|
200
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.8.4";
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
package/dist/share.esm.mjs
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.8.
|
|
198
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.8.4";
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/runtime",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.4",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.mjs",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@module-federation/sdk": "0.8.
|
|
59
|
-
"@module-federation/error-codes": "0.8.
|
|
58
|
+
"@module-federation/sdk": "0.8.4",
|
|
59
|
+
"@module-federation/error-codes": "0.8.4"
|
|
60
60
|
}
|
|
61
61
|
}
|