@softarc/native-federation
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@softarc/native-federation", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "commonjs", | ||
@@ -8,3 +8,3 @@ "dependencies": { | ||
"npmlog": "^6.0.2", | ||
"@softarc/native-federation-runtime": "1.0.1" | ||
"@softarc/native-federation-runtime": "1.0.2" | ||
}, | ||
@@ -11,0 +11,0 @@ "main": "./src/index.js", |
@@ -121,3 +121,3 @@ "use strict"; | ||
!key.endsWith('*') && | ||
exports[key]['default']); | ||
(exports[key]['default'] || typeof exports[key] === 'string')); | ||
const result = {}; | ||
@@ -124,0 +124,0 @@ for (const key of keys) { |
Sorry, the diff of this file is not supported yet
100633
+ Added@softarc/native-federation-runtime@1.0.2(transitive)
- Removed@softarc/native-federation-runtime@1.0.1(transitive)