@softarc/native-federation
Advanced tools
Comparing version 2.0.0 to 2.0.2
{ | ||
"name": "@softarc/native-federation", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"@softarc/native-federation-runtime": "2.0.0", | ||
"@softarc/native-federation-runtime": "2.0.2", | ||
"json5": "^2.2.0", | ||
@@ -8,0 +8,0 @@ "npmlog": "^6.0.2", |
@@ -9,2 +9,3 @@ "use strict"; | ||
const logger_1 = require("../utils/logger"); | ||
const normalize_1 = require("../utils/normalize"); | ||
function bundleExposedAndMappings(config, fedOptions, externals) { | ||
@@ -50,3 +51,3 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
: { | ||
entryPoint: path_1.default.normalize(item.fileName), | ||
entryPoint: (0, normalize_1.normalize)(path_1.default.normalize(item.fileName)), | ||
}, | ||
@@ -63,3 +64,3 @@ }); | ||
: { | ||
entryPoint: item.fileName, | ||
entryPoint: (0, normalize_1.normalize)(path_1.default.join(fedOptions.workspaceRoot, item.fileName)), | ||
}, | ||
@@ -75,3 +76,3 @@ }); | ||
for (const key in config.exposes) { | ||
const localPath = path_1.default.normalize(path_1.default.join(options.workspaceRoot, config.exposes[key])); | ||
const localPath = (0, normalize_1.normalize)(path_1.default.normalize(path_1.default.join(options.workspaceRoot, config.exposes[key]))); | ||
result.push({ | ||
@@ -103,3 +104,3 @@ key, | ||
: { | ||
entryPoint: path_1.default.normalize(m.path), | ||
entryPoint: (0, normalize_1.normalize)(path_1.default.normalize(m.path)), | ||
}, | ||
@@ -106,0 +107,0 @@ }); |
Sorry, the diff of this file is not supported yet
112907
1401
+ Added@softarc/native-federation-runtime@2.0.2(transitive)
- Removed@softarc/native-federation-runtime@2.0.0(transitive)