@module-federation/runtime-core 0.0.0-perf-devtools-20260106124142 → 0.0.0-perf-devtools-20260107043700

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.0.0-perf-devtools-20260106124142";
204
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-perf-devtools-20260107043700";
205
205
  }
206
206
  }
207
207
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -3061,7 +3061,7 @@ class ModuleFederation {
3061
3061
  // maybe will change, temporarily for internal use only
3062
3062
  initContainer: new AsyncWaterfallHook('initContainer'),
3063
3063
  });
3064
- this.version = "0.0.0-perf-devtools-20260106124142";
3064
+ this.version = "0.0.0-perf-devtools-20260107043700";
3065
3065
  this.moduleCache = new Map();
3066
3066
  this.loaderHook = new PluginSystem({
3067
3067
  // 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.0.0-perf-devtools-20260106124142";
203
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.0-perf-devtools-20260107043700";
204
204
  }
205
205
  }
206
206
  // eslint-disable-next-line @typescript-eslint/ban-types
@@ -3060,7 +3060,7 @@ class ModuleFederation {
3060
3060
  // maybe will change, temporarily for internal use only
3061
3061
  initContainer: new AsyncWaterfallHook('initContainer'),
3062
3062
  });
3063
- this.version = "0.0.0-perf-devtools-20260106124142";
3063
+ this.version = "0.0.0-perf-devtools-20260107043700";
3064
3064
  this.moduleCache = new Map();
3065
3065
  this.loaderHook = new PluginSystem({
3066
3066
  // 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-perf-devtools-20260106124142",
3
+ "version": "0.0.0-perf-devtools-20260107043700",
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-perf-devtools-20260106124142",
56
- "@module-federation/error-codes": "0.0.0-perf-devtools-20260106124142"
55
+ "@module-federation/sdk": "0.0.0-perf-devtools-20260107043700",
56
+ "@module-federation/error-codes": "0.0.0-perf-devtools-20260107043700"
57
57
  }
58
58
  }