@module-federation/webpack-bundler-runtime
Advanced tools
Comparing version 0.0.0-next-20240918080432 to 0.0.0-next-20240919023345
@@ -317,5 +317,2 @@ 'use strict'; | ||
} | ||
if (typeof webpackRequire.federation.prefetch === 'function') { | ||
webpackRequire.federation.prefetch(); | ||
} | ||
// @ts-ignore | ||
@@ -322,0 +319,0 @@ return webpackRequire.I(name, initScope); |
@@ -295,5 +295,2 @@ import * as runtime from '@module-federation/runtime'; | ||
} | ||
if (typeof webpackRequire.federation.prefetch === 'function') { | ||
webpackRequire.federation.prefetch(); | ||
} | ||
// @ts-ignore | ||
@@ -300,0 +297,0 @@ return webpackRequire.I(name, initScope); |
@@ -110,4 +110,3 @@ import * as runtime from '@module-federation/runtime'; | ||
hasAttachShareScopeMap?: boolean; | ||
prefetch?: () => void; | ||
} | ||
export {}; |
{ | ||
"public": true, | ||
"name": "@module-federation/webpack-bundler-runtime", | ||
"version": "0.0.0-next-20240918080432", | ||
"version": "0.0.0-next-20240919023345", | ||
"license": "MIT", | ||
@@ -23,4 +23,4 @@ "description": "Module Federation Runtime for webpack", | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240918080432", | ||
"@module-federation/sdk": "0.0.0-next-20240918080432" | ||
"@module-federation/runtime": "0.0.0-next-20240919023345", | ||
"@module-federation/sdk": "0.0.0-next-20240919023345" | ||
}, | ||
@@ -53,4 +53,4 @@ "exports": { | ||
"devDependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20240918080432" | ||
"@module-federation/runtime": "0.0.0-next-20240919023345" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66160
1507
+ Added@module-federation/runtime@0.0.0-next-20240919023345(transitive)
+ Added@module-federation/sdk@0.0.0-next-20240919023345(transitive)
- Removed@module-federation/runtime@0.0.0-next-20240918080432(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240918080432(transitive)