@module-federation/runtime 0.2.4 → 0.2.6

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
@@ -712,7 +712,6 @@ useLinkPreload = true) {
712
712
  url: jsUrl,
713
713
  cb: ()=>{},
714
714
  attrs: {
715
- crossorigin: 'anonymous',
716
715
  fetchpriority: 'high'
717
716
  },
718
717
  createScriptHook: (url)=>{
@@ -2006,7 +2005,7 @@ class FederationHost {
2006
2005
  // maybe will change, temporarily for internal use only
2007
2006
  initContainer: new AsyncWaterfallHook('initContainer')
2008
2007
  });
2009
- this.version = "0.2.4";
2008
+ this.version = "0.2.6";
2010
2009
  this.moduleCache = new Map();
2011
2010
  this.loaderHook = new PluginSystem({
2012
2011
  // FIXME: may not be suitable , not open to the public yet
package/dist/index.esm.js CHANGED
@@ -710,7 +710,6 @@ useLinkPreload = true) {
710
710
  url: jsUrl,
711
711
  cb: ()=>{},
712
712
  attrs: {
713
- crossorigin: 'anonymous',
714
713
  fetchpriority: 'high'
715
714
  },
716
715
  createScriptHook: (url)=>{
@@ -2004,7 +2003,7 @@ class FederationHost {
2004
2003
  // maybe will change, temporarily for internal use only
2005
2004
  initContainer: new AsyncWaterfallHook('initContainer')
2006
2005
  });
2007
- this.version = "0.2.4";
2006
+ this.version = "0.2.6";
2008
2007
  this.moduleCache = new Map();
2009
2008
  this.loaderHook = new PluginSystem({
2010
2009
  // 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.2.4",
3
+ "version": "0.2.6",
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
@@ -190,7 +190,7 @@ function getGlobalFederationConstructor() {
190
190
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
191
191
  if (isDebug) {
192
192
  globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
193
- globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.2.4";
193
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.2.6";
194
194
  }
195
195
  }
196
196
  // eslint-disable-next-line @typescript-eslint/ban-types
package/dist/share.esm.js CHANGED
@@ -188,7 +188,7 @@ function getGlobalFederationConstructor() {
188
188
  function setGlobalFederationConstructor(FederationConstructor, isDebug = isDebugMode()) {
189
189
  if (isDebug) {
190
190
  globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
191
- globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.2.4";
191
+ globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.2.6";
192
192
  }
193
193
  }
194
194
  // 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.2.4",
3
+ "version": "0.2.6",
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.2.4"
48
+ "@module-federation/sdk": "0.2.6"
49
49
  }
50
50
  }