@module-federation/dashboard-core
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@module-federation/dashboard-core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -46,3 +46,3 @@ const FileSystem = require("fs"); | ||
return decrypted.toString(); | ||
writeFileSync(path.join(__dirname,'decoded',this.filePath),decrypted.toString(),'utf8') | ||
} catch (exception) { | ||
@@ -49,0 +49,0 @@ throw new Error(exception.message); |
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
4281