@softarc/native-federation
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "@softarc/native-federation", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"type": "commonjs", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"npmlog": "^6.0.2", | ||
"@softarc/native-federation-runtime": "2.0.14" | ||
"@softarc/native-federation-runtime": "2.0.15" | ||
}, | ||
@@ -12,0 +12,0 @@ "main": "./src/index.js", |
@@ -65,3 +65,3 @@ "use strict"; | ||
function getDefaultPlatform(cur) { | ||
if (default_server_deps_list_1.DEFAULT_SERVER_DEPS_SET.has(cur)) { | ||
if (default_server_deps_list_1.DEFAULT_SERVER_DEPS_LIST.find(e => cur.startsWith(e))) { | ||
return 'node'; | ||
@@ -68,0 +68,0 @@ } |
@@ -46,3 +46,3 @@ "use strict"; | ||
if (entryPoints.length > 0) { | ||
logger_1.logger.info('Preparing shared npm packages'); | ||
logger_1.logger.info('Preparing shared npm packages for the platform ' + platform); | ||
logger_1.logger.notice('This only needs to be done once, as results are cached'); | ||
@@ -49,0 +49,0 @@ logger_1.logger.notice("Skip packages you don't want to share in your federation config"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
131798
+ Added@softarc/native-federation-runtime@2.0.15(transitive)
- Removed@softarc/native-federation-runtime@2.0.14(transitive)