@module-federation/runtime-tools
Advanced tools
Comparing version 0.0.0-next-20241104084202 to 0.0.0-next-20241104091124
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.6.11", | ||
"version": "0.6.15", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs.js", |
{ | ||
"name": "@module-federation/runtime-tools", | ||
"version": "0.0.0-next-20241104084202", | ||
"version": "0.0.0-next-20241104091124", | ||
"author": "zhanghang <hanric.zhang@gmail.com>", | ||
@@ -44,5 +44,5 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@module-federation/runtime": "0.0.0-next-20241104084202", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241104084202" | ||
"@module-federation/runtime": "0.0.0-next-20241104091124", | ||
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241104091124" | ||
} | ||
} |
@@ -9,3 +9,16 @@ module.exports = (rollupConfig) => { | ||
// Check if output is an array and add hoistTransitiveImports: false | ||
if (Array.isArray(rollupConfig.output)) { | ||
rollupConfig.output = rollupConfig.output.map((c) => ({ | ||
...c, | ||
hoistTransitiveImports: false, | ||
})); | ||
} else { | ||
rollupConfig.output = { | ||
...rollupConfig.output, | ||
hoistTransitiveImports: false, | ||
}; | ||
} | ||
return rollupConfig; | ||
}; |
Sorry, the diff of this file is too big to display
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
96347
254
+ Added@module-federation/error-codes@0.6.14(transitive)
+ Added@module-federation/runtime@0.0.0-next-20241104091124(transitive)
+ Added@module-federation/sdk@0.0.0-next-20241104091124(transitive)
+ Added@module-federation/webpack-bundler-runtime@0.0.0-next-20241104091124(transitive)
+ Addedisomorphic-rslog@0.0.5(transitive)
- Removed@module-federation/runtime@0.0.0-next-20241104084202(transitive)
- Removed@module-federation/sdk@0.0.0-next-20241104084202(transitive)
- Removed@module-federation/webpack-bundler-runtime@0.0.0-next-20241104084202(transitive)
Updated@module-federation/webpack-bundler-runtime@0.0.0-next-20241104091124