@module-federation/managers
Advanced tools
Comparing version 0.0.0-next-20240226093820 to 0.0.0-next-20240227080544
@@ -9,3 +9,3 @@ import type { containerPlugin, ManifestModuleInfos, moduleFederationPlugin } from '@module-federation/sdk'; | ||
get containerPluginExposesOptions(): containerPlugin.ContainerPluginOptions['exposes']; | ||
get exposeFileNameImportMap(): Record<string, string>; | ||
get exposeFileNameImportMap(): Record<string, string[]>; | ||
get exposeObject(): Record<string, string>; | ||
@@ -12,0 +12,0 @@ get exposeFiles(): string[]; |
{ | ||
"name": "@module-federation/managers", | ||
"version": "0.0.0-next-20240226093820", | ||
"version": "0.0.0-next-20240227080544", | ||
"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-20240226093820" | ||
"@module-federation/sdk": "0.0.0-next-20240227080544" | ||
}, | ||
@@ -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
102470
+ Added@module-federation/sdk@0.0.0-next-20240227080544(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240226093820(transitive)