@module-federation/sdk 0.2.4 → 0.2.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
@@ -555,7 +555,6 @@ function loadScript(url, info) {
555
555
  url,
556
556
  cb: resolve,
557
557
  attrs: _extends({
558
- crossorigin: 'anonymous',
559
558
  fetchpriority: 'high'
560
559
  }, attrs),
561
560
  createScriptHook,
package/dist/index.esm.js CHANGED
@@ -551,7 +551,6 @@ function loadScript(url, info) {
551
551
  url,
552
552
  cb: resolve,
553
553
  attrs: _extends({
554
- crossorigin: 'anonymous',
555
554
  fetchpriority: 'high'
556
555
  }, attrs),
557
556
  createScriptHook,
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/sdk",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "license": "MIT",
5
5
  "description": "A sdk for support module federation",
6
6
  "keywords": [