@module-federation/runtime 0.7.5 → 0.7.6
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
|
@@ -2008,7 +2008,7 @@ class FederationHost {
|
|
|
2008
2008
|
// maybe will change, temporarily for internal use only
|
|
2009
2009
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2010
2010
|
});
|
|
2011
|
-
this.version = "0.7.
|
|
2011
|
+
this.version = "0.7.6";
|
|
2012
2012
|
this.moduleCache = new Map();
|
|
2013
2013
|
this.loaderHook = new PluginSystem({
|
|
2014
2014
|
// FIXME: may not be suitable , not open to the public yet
|
package/dist/index.esm.mjs
CHANGED
|
@@ -2008,7 +2008,7 @@ class FederationHost {
|
|
|
2008
2008
|
// maybe will change, temporarily for internal use only
|
|
2009
2009
|
initContainer: new AsyncWaterfallHook('initContainer')
|
|
2010
2010
|
});
|
|
2011
|
-
this.version = "0.7.
|
|
2011
|
+
this.version = "0.7.6";
|
|
2012
2012
|
this.moduleCache = new Map();
|
|
2013
2013
|
this.loaderHook = new PluginSystem({
|
|
2014
2014
|
// 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.7.
|
|
200
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.7.6";
|
|
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.7.
|
|
198
|
+
CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.7.6";
|
|
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.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"author": "zhouxiao <codingzx@gmail.com>",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.mjs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@module-federation/sdk": "0.7.
|
|
54
|
-
"@module-federation/error-codes": "0.7.
|
|
53
|
+
"@module-federation/sdk": "0.7.6",
|
|
54
|
+
"@module-federation/error-codes": "0.7.6"
|
|
55
55
|
}
|
|
56
56
|
}
|