@module-federation/managers
Advanced tools
Comparing version 0.0.0-next-20240422225306 to 0.0.0-next-20240423035511
@@ -1121,3 +1121,3 @@ 'use strict'; | ||
var shared = Object.keys(normalizedShared).reduce(function(sum, cur) { | ||
var _normalizedShared_cur = normalizedShared[cur], singleton = _normalizedShared_cur.singleton, requiredVersion = _normalizedShared_cur.requiredVersion, version = _normalizedShared_cur.version, eager = _normalizedShared_cur.eager, shareScope = _normalizedShared_cur.shareScope; | ||
var _normalizedShared_cur = normalizedShared[cur], singleton = _normalizedShared_cur.singleton, requiredVersion = _normalizedShared_cur.requiredVersion, version = _normalizedShared_cur.version, eager = _normalizedShared_cur.eager, shareScope = _normalizedShared_cur.shareScope, sharedImport = _normalizedShared_cur.import; | ||
sum[cur] = { | ||
@@ -1128,3 +1128,4 @@ singleton: singleton, | ||
eager: eager, | ||
shareScope: shareScope | ||
shareScope: shareScope, | ||
import: sharedImport | ||
}; | ||
@@ -1131,0 +1132,0 @@ return sum; |
@@ -1110,3 +1110,3 @@ import path from 'path'; | ||
var shared = Object.keys(normalizedShared).reduce(function(sum, cur) { | ||
var _normalizedShared_cur = normalizedShared[cur], singleton = _normalizedShared_cur.singleton, requiredVersion = _normalizedShared_cur.requiredVersion, version = _normalizedShared_cur.version, eager = _normalizedShared_cur.eager, shareScope = _normalizedShared_cur.shareScope; | ||
var _normalizedShared_cur = normalizedShared[cur], singleton = _normalizedShared_cur.singleton, requiredVersion = _normalizedShared_cur.requiredVersion, version = _normalizedShared_cur.version, eager = _normalizedShared_cur.eager, shareScope = _normalizedShared_cur.shareScope, sharedImport = _normalizedShared_cur.import; | ||
sum[cur] = { | ||
@@ -1117,3 +1117,4 @@ singleton: singleton, | ||
eager: eager, | ||
shareScope: shareScope | ||
shareScope: shareScope, | ||
import: sharedImport | ||
}; | ||
@@ -1120,0 +1121,0 @@ return sum; |
{ | ||
"name": "@module-federation/managers", | ||
"version": "0.0.0-next-20240422225306", | ||
"version": "0.0.0-next-20240423035511", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "description": "Provide managers for helping handle mf data .", | ||
"fs-extra": "9.1.0", | ||
"@module-federation/sdk": "0.0.0-next-20240422225306" | ||
"@module-federation/sdk": "0.0.0-next-20240423035511" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
102527
2536
+ Added@module-federation/sdk@0.0.0-next-20240423035511(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240422225306(transitive)