@module-federation/managers
Advanced tools
Comparing version 0.0.0-next-20240307082121 to 0.0.0-next-20240307100534
@@ -569,3 +569,3 @@ 'use strict'; | ||
if (!name) { | ||
throw new Error("name can not be empty!"); | ||
throw new Error("container name can not be empty!"); | ||
} | ||
@@ -572,0 +572,0 @@ } |
@@ -558,3 +558,3 @@ import path from 'path'; | ||
if (!name) { | ||
throw new Error("name can not be empty!"); | ||
throw new Error("container name can not be empty!"); | ||
} | ||
@@ -561,0 +561,0 @@ } |
{ | ||
"name": "@module-federation/managers", | ||
"version": "0.0.0-next-20240307082121", | ||
"version": "0.0.0-next-20240307100534", | ||
"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-20240307082121" | ||
"@module-federation/sdk": "0.0.0-next-20240307100534" | ||
}, | ||
@@ -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
102345
+ Added@module-federation/sdk@0.0.0-next-20240307100534(transitive)
- Removed@module-federation/sdk@0.0.0-next-20240307082121(transitive)