@module-federation/runtime 0.0.11 → 0.0.12

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
@@ -1579,7 +1579,7 @@ class FederationHost {
1579
1579
  // not used yet
1580
1580
  afterPreloadRemote: new AsyncHook()
1581
1581
  });
1582
- this.version = "0.0.11";
1582
+ this.version = "0.0.12";
1583
1583
  this.moduleCache = new Map();
1584
1584
  this.loaderHook = new PluginSystem({
1585
1585
  // FIXME: may not be suitable , not open to the public yet
package/dist/index.esm.js CHANGED
@@ -1577,7 +1577,7 @@ class FederationHost {
1577
1577
  // not used yet
1578
1578
  afterPreloadRemote: new AsyncHook()
1579
1579
  });
1580
- this.version = "0.0.11";
1580
+ this.version = "0.0.12";
1581
1581
  this.moduleCache = new Map();
1582
1582
  this.loaderHook = new PluginSystem({
1583
1583
  // FIXME: may not be suitable , not open to the public yet
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "author": "zhouxiao <codingzx@gmail.com>",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",
package/dist/share.cjs.js CHANGED
@@ -176,7 +176,7 @@ function getGlobalFederationConstructor() {
176
176
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
177
177
  if (isDebug) {
178
178
  globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
179
- globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.11";
179
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.12";
180
180
  }
181
181
  }
182
182
  // eslint-disable-next-line @typescript-eslint/ban-types
package/dist/share.esm.js CHANGED
@@ -174,7 +174,7 @@ function getGlobalFederationConstructor() {
174
174
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
175
175
  if (isDebug) {
176
176
  globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
177
- globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.11";
177
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.12";
178
178
  }
179
179
  }
180
180
  // 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.0.11",
3
+ "version": "0.0.12",
4
4
  "author": "zhouxiao <codingzx@gmail.com>",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.esm.js",
@@ -45,6 +45,6 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@module-federation/sdk": "0.0.11"
48
+ "@module-federation/sdk": "0.0.12"
49
49
  }
50
50
  }