@module-federation/runtime 0.3.1 → 0.3.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/index.cjs.js CHANGED
@@ -2062,7 +2062,7 @@ class FederationHost {
2062
2062
  // maybe will change, temporarily for internal use only
2063
2063
  initContainer: new AsyncWaterfallHook('initContainer')
2064
2064
  });
2065
- this.version = "0.3.1";
2065
+ this.version = "0.3.3";
2066
2066
  this.moduleCache = new Map();
2067
2067
  this.loaderHook = new PluginSystem({
2068
2068
  // FIXME: may not be suitable , not open to the public yet
package/dist/index.esm.js CHANGED
@@ -2060,7 +2060,7 @@ class FederationHost {
2060
2060
  // maybe will change, temporarily for internal use only
2061
2061
  initContainer: new AsyncWaterfallHook('initContainer')
2062
2062
  });
2063
- this.version = "0.3.1";
2063
+ this.version = "0.3.3";
2064
2064
  this.moduleCache = new Map();
2065
2065
  this.loaderHook = new PluginSystem({
2066
2066
  // 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.1",
3
+ "version": "0.3.3",
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.1";
215
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.3.3";
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.1";
213
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.3.3";
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.1",
3
+ "version": "0.3.3",
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.1"
48
+ "@module-federation/sdk": "0.3.3"
49
49
  }
50
50
  }