@module-federation/runtime 1.0.0-canary.2 → 1.0.0-canary.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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -2
- package/share.cjs.js +1 -1
- package/share.esm.js +1 -1
package/index.cjs.js
CHANGED
|
@@ -1847,7 +1847,7 @@ class FederationHost {
|
|
|
1847
1847
|
generatePreloadAssets: new AsyncHook('generatePreloadAssets'),
|
|
1848
1848
|
afterPreloadRemote: new AsyncHook()
|
|
1849
1849
|
});
|
|
1850
|
-
this.version = '1.0.0-canary.
|
|
1850
|
+
this.version = '1.0.0-canary.2';
|
|
1851
1851
|
this.moduleCache = new Map();
|
|
1852
1852
|
this.loaderHook = new PluginSystem({
|
|
1853
1853
|
// FIXME: may not be suitable
|
package/index.esm.js
CHANGED
|
@@ -1844,7 +1844,7 @@ class FederationHost {
|
|
|
1844
1844
|
generatePreloadAssets: new AsyncHook('generatePreloadAssets'),
|
|
1845
1845
|
afterPreloadRemote: new AsyncHook()
|
|
1846
1846
|
});
|
|
1847
|
-
this.version = '1.0.0-canary.
|
|
1847
|
+
this.version = '1.0.0-canary.2';
|
|
1848
1848
|
this.moduleCache = new Map();
|
|
1849
1849
|
this.loaderHook = new PluginSystem({
|
|
1850
1850
|
// FIXME: may not be suitable
|
package/package.json
CHANGED
package/share.cjs.js
CHANGED
|
@@ -184,7 +184,7 @@ function getGlobalFederationConstructor() {
|
|
|
184
184
|
function setGlobalFederationConstructor(FederationConstructor) {
|
|
185
185
|
if (isDebugMode()) {
|
|
186
186
|
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
187
|
-
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.
|
|
187
|
+
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.2';
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
// eslint-disable-next-line @typescript-eslint/ban-types
|
package/share.esm.js
CHANGED
|
@@ -182,7 +182,7 @@ function getGlobalFederationConstructor() {
|
|
|
182
182
|
function setGlobalFederationConstructor(FederationConstructor) {
|
|
183
183
|
if (isDebugMode()) {
|
|
184
184
|
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
|
|
185
|
-
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.
|
|
185
|
+
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.2';
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
// eslint-disable-next-line @typescript-eslint/ban-types
|