@module-federation/webpack-bundler-runtime 0.0.0-next-20240702090143 → 0.0.0-next-20240704115613

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
@@ -310,11 +310,6 @@ function initContainerEntry(options) {
310
310
  webpackRequire.federation.attachShareScopeMap(webpackRequire);
311
311
  }
312
312
  // @ts-ignore
313
- if (typeof webpackRequire.federation.prefetch === 'function') {
314
- // @ts-ignore
315
- webpackRequire.federation.prefetch();
316
- }
317
- // @ts-ignore
318
313
  return webpackRequire.I(name, initScope);
319
314
  }
320
315
 
package/dist/index.esm.js CHANGED
@@ -288,11 +288,6 @@ function initContainerEntry(options) {
288
288
  webpackRequire.federation.attachShareScopeMap(webpackRequire);
289
289
  }
290
290
  // @ts-ignore
291
- if (typeof webpackRequire.federation.prefetch === 'function') {
292
- // @ts-ignore
293
- webpackRequire.federation.prefetch();
294
- }
295
- // @ts-ignore
296
291
  return webpackRequire.I(name, initScope);
297
292
  }
298
293
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "public": true,
3
3
  "name": "@module-federation/webpack-bundler-runtime",
4
- "version": "0.0.0-next-20240702090143",
4
+ "version": "0.0.0-next-20240704115613",
5
5
  "license": "MIT",
6
6
  "description": "Module Federation Runtime for webpack",
7
7
  "keywords": [
@@ -20,8 +20,8 @@
20
20
  "module": "./dist/index.esm.js",
21
21
  "types": "./dist/index.cjs.d.ts",
22
22
  "dependencies": {
23
- "@module-federation/runtime": "0.0.0-next-20240702090143",
24
- "@module-federation/sdk": "0.0.0-next-20240702090143"
23
+ "@module-federation/runtime": "0.0.0-next-20240704115613",
24
+ "@module-federation/sdk": "0.0.0-next-20240704115613"
25
25
  },
26
26
  "exports": {
27
27
  ".": {
@@ -49,6 +49,6 @@
49
49
  }
50
50
  },
51
51
  "devDependencies": {
52
- "@module-federation/runtime": "0.0.0-next-20240702090143"
52
+ "@module-federation/runtime": "0.0.0-next-20240704115613"
53
53
  }
54
54
  }