@module-federation/runtime-core 0.21.5 → 0.22.0

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.
@@ -201,7 +201,7 @@ function getGlobalFederationConstructor() {
201
201
  function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
202
202
  if (isDebug) {
203
203
  CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
204
- CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.21.5";
204
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.22.0";
205
205
  }
206
206
  }
207
207
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -3077,7 +3077,7 @@ class ModuleFederation {
3077
3077
  // maybe will change, temporarily for internal use only
3078
3078
  initContainer: new AsyncWaterfallHook('initContainer'),
3079
3079
  });
3080
- this.version = "0.21.5";
3080
+ this.version = "0.22.0";
3081
3081
  this.moduleCache = new Map();
3082
3082
  this.loaderHook = new PluginSystem({
3083
3083
  // FIXME: may not be suitable , not open to the public yet
package/dist/index.esm.js CHANGED
@@ -200,7 +200,7 @@ function getGlobalFederationConstructor() {
200
200
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
201
201
  if (isDebug) {
202
202
  CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
203
- CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.21.5";
203
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.22.0";
204
204
  }
205
205
  }
206
206
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -3076,7 +3076,7 @@ class ModuleFederation {
3076
3076
  // maybe will change, temporarily for internal use only
3077
3077
  initContainer: new AsyncWaterfallHook('initContainer'),
3078
3078
  });
3079
- this.version = "0.21.5";
3079
+ this.version = "0.22.0";
3080
3080
  this.moduleCache = new Map();
3081
3081
  this.loaderHook = new PluginSystem({
3082
3082
  // 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.21.5",
3
+ "version": "0.22.0",
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.21.5",
56
- "@module-federation/error-codes": "0.21.5"
55
+ "@module-federation/sdk": "0.22.0",
56
+ "@module-federation/error-codes": "0.22.0"
57
57
  }
58
58
  }