@module-federation/runtime 0.0.0-next-20240205095446 → 0.0.0-next-20240205101340

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
@@ -580,7 +580,7 @@ function preloadAssets(remoteInfo, host, assets) {
580
580
  // noop
581
581
  }, {
582
582
  rel: 'preload',
583
- as: 'style'
583
+ as: 'script'
584
584
  }, (url)=>{
585
585
  const res = host.loaderHook.lifecycle.createLink.emit({
586
586
  url
package/dist/index.esm.js CHANGED
@@ -578,7 +578,7 @@ function preloadAssets(remoteInfo, host, assets) {
578
578
  // noop
579
579
  }, {
580
580
  rel: 'preload',
581
- as: 'style'
581
+ as: 'script'
582
582
  }, (url)=>{
583
583
  const res = host.loaderHook.lifecycle.createLink.emit({
584
584
  url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/runtime",
3
- "version": "0.0.0-next-20240205095446",
3
+ "version": "0.0.0-next-20240205101340",
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.0-next-20240205095446"
48
+ "@module-federation/sdk": "0.0.0-next-20240205101340"
49
49
  }
50
50
  }