@module-federation/managers
Advanced tools
Comparing version 0.0.0-next-20240523080317 to 0.0.0-next-20240523085338
@@ -1128,3 +1128,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] = { | ||
@@ -1135,3 +1135,4 @@ singleton: singleton, | ||
eager: eager, | ||
shareScope: shareScope | ||
shareScope: shareScope, | ||
import: sharedImport | ||
}; | ||
@@ -1138,0 +1139,0 @@ return sum; |
@@ -1117,3 +1117,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] = { | ||
@@ -1124,3 +1124,4 @@ singleton: singleton, | ||
eager: eager, | ||
shareScope: shareScope | ||
shareScope: shareScope, | ||
import: sharedImport | ||
}; | ||
@@ -1127,0 +1128,0 @@ return sum; |
{ | ||
"name": "@module-federation/managers", | ||
"version": "0.0.0-next-20240523080317", | ||
"version": "0.0.0-next-20240523085338", | ||
"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-20240523080317" | ||
"@module-federation/sdk": "0.0.0-next-20240523085338" | ||
}, | ||
@@ -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
103032
2550
+ Added@module-federation/sdk@0.0.0-next-20240523085338(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240523080317(transitive)