@module-federation/runtime 0.8.4 → 0.8.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 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.4";
2029
+ this.version = "0.8.6";
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
@@ -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.4";
2029
+ this.version = "0.8.6";
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.4";
200
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.8.6";
201
201
  }
202
202
  }
203
203
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -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.4";
198
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.8.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.8.4",
3
+ "version": "0.8.6",
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.4",
59
- "@module-federation/error-codes": "0.8.4"
58
+ "@module-federation/sdk": "0.8.6",
59
+ "@module-federation/error-codes": "0.8.6"
60
60
  }
61
61
  }