@module-federation/managers
Advanced tools
Comparing version 0.0.0-next-20240225075926 to 0.0.0-next-20240226093820
@@ -891,3 +891,3 @@ 'use strict'; | ||
try { | ||
parsedOptions = sdk.parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo)); | ||
parsedOptions = sdk.parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo), "", "@"); | ||
} catch (e) { | ||
@@ -894,0 +894,0 @@ // noop |
@@ -880,3 +880,3 @@ import path from 'path'; | ||
try { | ||
parsedOptions = parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo)); | ||
parsedOptions = parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo), "", "@"); | ||
} catch (e) { | ||
@@ -883,0 +883,0 @@ // noop |
{ | ||
"name": "@module-federation/managers", | ||
"version": "0.0.0-next-20240225075926", | ||
"version": "0.0.0-next-20240226093820", | ||
"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-20240225075926" | ||
"@module-federation/sdk": "0.0.0-next-20240226093820" | ||
}, | ||
@@ -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
102468
+ Added@module-federation/sdk@0.0.0-next-20240226093820(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240225075926(transitive)