@module-federation/runtime-core 0.0.0-next-20250703101410 → 0.0.0-next-20250704073349

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.
@@ -196,7 +196,7 @@ function getGlobalFederationConstructor() {
196
196
  function setGlobalFederationConstructor(FederationConstructor, isDebug = sdk.isDebugMode()) {
197
197
  if (isDebug) {
198
198
  CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
199
- CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.15.0";
199
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.16.0";
200
200
  }
201
201
  }
202
202
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -3029,7 +3029,7 @@ class ModuleFederation {
3029
3029
  // maybe will change, temporarily for internal use only
3030
3030
  initContainer: new AsyncWaterfallHook('initContainer')
3031
3031
  });
3032
- this.version = "0.15.0";
3032
+ this.version = "0.16.0";
3033
3033
  this.moduleCache = new Map();
3034
3034
  this.loaderHook = new PluginSystem({
3035
3035
  // FIXME: may not be suitable , not open to the public yet
package/dist/index.esm.js 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.15.0";
198
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.16.0";
199
199
  }
200
200
  }
201
201
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -3028,7 +3028,7 @@ class ModuleFederation {
3028
3028
  // maybe will change, temporarily for internal use only
3029
3029
  initContainer: new AsyncWaterfallHook('initContainer')
3030
3030
  });
3031
- this.version = "0.15.0";
3031
+ this.version = "0.16.0";
3032
3032
  this.moduleCache = new Map();
3033
3033
  this.loaderHook = new PluginSystem({
3034
3034
  // 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.0.0-next-20250703101410",
3
+ "version": "0.0.0-next-20250704073349",
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.0.0-next-20250703101410",
56
- "@module-federation/error-codes": "0.0.0-next-20250703101410"
55
+ "@module-federation/sdk": "0.0.0-next-20250704073349",
56
+ "@module-federation/error-codes": "0.0.0-next-20250704073349"
57
57
  }
58
58
  }