@module-federation/runtime-core 2.2.1 → 2.2.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/dist/core.cjs CHANGED
@@ -30,7 +30,7 @@ var ModuleFederation = class {
30
30
  beforeInitContainer: new require_asyncWaterfallHooks.AsyncWaterfallHook("beforeInitContainer"),
31
31
  initContainer: new require_asyncWaterfallHooks.AsyncWaterfallHook("initContainer")
32
32
  });
33
- this.version = "2.2.1";
33
+ this.version = "2.2.3";
34
34
  this.moduleCache = /* @__PURE__ */ new Map();
35
35
  this.loaderHook = new require_pluginSystem.PluginSystem({
36
36
  getModuleInfo: new require_syncHook.SyncHook(),
package/dist/core.js CHANGED
@@ -30,7 +30,7 @@ var ModuleFederation = class {
30
30
  beforeInitContainer: new AsyncWaterfallHook("beforeInitContainer"),
31
31
  initContainer: new AsyncWaterfallHook("initContainer")
32
32
  });
33
- this.version = "2.2.1";
33
+ this.version = "2.2.3";
34
34
  this.moduleCache = /* @__PURE__ */ new Map();
35
35
  this.loaderHook = new PluginSystem({
36
36
  getModuleInfo: new SyncHook(),
package/dist/global.cjs CHANGED
@@ -65,7 +65,7 @@ function getGlobalFederationConstructor() {
65
65
  function setGlobalFederationConstructor(FederationConstructor, isDebug = (0, _module_federation_sdk.isDebugMode)()) {
66
66
  if (isDebug) {
67
67
  CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
68
- CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.1";
68
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.3";
69
69
  }
70
70
  }
71
71
  function getInfoWithoutType(target, key) {
package/dist/global.js CHANGED
@@ -65,7 +65,7 @@ function getGlobalFederationConstructor() {
65
65
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
66
66
  if (isDebug) {
67
67
  CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
68
- CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.1";
68
+ CurrentGlobal.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "2.2.3";
69
69
  }
70
70
  }
71
71
  function getInfoWithoutType(target, key) {
@@ -15,5 +15,5 @@ declare class PluginSystem<T extends Record<string, any>> {
15
15
  removePlugin(pluginName: string): void;
16
16
  }
17
17
  //#endregion
18
- export { Plugin, PluginSystem };
18
+ export { PluginSystem };
19
19
  //# sourceMappingURL=pluginSystem.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime-core",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "type": "module",
5
5
  "author": "zhouxiao <codingzx@gmail.com>",
6
6
  "main": "./dist/index.cjs",
@@ -52,8 +52,8 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@module-federation/sdk": "2.2.1",
56
- "@module-federation/error-codes": "2.2.1"
55
+ "@module-federation/sdk": "2.2.3",
56
+ "@module-federation/error-codes": "2.2.3"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "tsdown --config tsdown.config.ts",