@module-federation/runtime 0.3.4 → 0.3.5

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
@@ -2066,7 +2066,7 @@ class FederationHost {
2066
2066
  // maybe will change, temporarily for internal use only
2067
2067
  initContainer: new AsyncWaterfallHook('initContainer')
2068
2068
  });
2069
- this.version = "0.3.4";
2069
+ this.version = "0.3.5";
2070
2070
  this.moduleCache = new Map();
2071
2071
  this.loaderHook = new PluginSystem({
2072
2072
  // FIXME: may not be suitable , not open to the public yet
package/dist/index.esm.js CHANGED
@@ -2064,7 +2064,7 @@ class FederationHost {
2064
2064
  // maybe will change, temporarily for internal use only
2065
2065
  initContainer: new AsyncWaterfallHook('initContainer')
2066
2066
  });
2067
- this.version = "0.3.4";
2067
+ this.version = "0.3.5";
2068
2068
  this.moduleCache = new Map();
2069
2069
  this.loaderHook = new PluginSystem({
2070
2070
  // 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.3.4",
3
+ "version": "0.3.5",
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
@@ -212,7 +212,7 @@ function getGlobalFederationConstructor() {
212
212
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
213
213
  if (isDebug) {
214
214
  globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
215
- globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.3.4";
215
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.3.5";
216
216
  }
217
217
  }
218
218
  // eslint-disable-next-line @typescript-eslint/ban-types
package/dist/share.esm.js CHANGED
@@ -210,7 +210,7 @@ function getGlobalFederationConstructor() {
210
210
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
211
211
  if (isDebug) {
212
212
  globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
213
- globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.3.4";
213
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.3.5";
214
214
  }
215
215
  }
216
216
  // 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.3.4",
3
+ "version": "0.3.5",
4
4
  "author": "zhouxiao <codingzx@gmail.com>",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",
@@ -45,6 +45,6 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@module-federation/sdk": "0.3.4"
48
+ "@module-federation/sdk": "0.3.5"
49
49
  }
50
50
  }