Comparing version 0.4.19 to 0.4.20
@@ -877,3 +877,8 @@ /* | ||
return zkey.importBellman(zkeyNameOld, mpcParamsName, zkeyNameNew, options.name, logger); | ||
const isValid = await zkey.importBellman(zkeyNameOld, mpcParamsName, zkeyNameNew, options.name, logger); | ||
if (isValid) { | ||
return 0; | ||
} else { | ||
return 1; | ||
} | ||
} | ||
@@ -880,0 +885,0 @@ |
{ | ||
"name": "snarkjs", | ||
"type": "module", | ||
"version": "0.4.19", | ||
"version": "0.4.20", | ||
"description": "zkSNARKs implementation in JavaScript", | ||
@@ -6,0 +6,0 @@ "main": "./build/main.cjs", |
Sorry, the diff of this file is not supported yet
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
44446316
96
24721