This commit is contained in:
Jordi Baylina 2021-05-31 13:24:56 +02:00
parent b4f063b928
commit a483c5d3b0
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "snarkjs",
"version": "0.3.60",
"version": "0.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.3.60",
"version": "0.4.0",
"license": "GPL-3.0",
"dependencies": {
"@iden3/binfileutils": "0.0.8",

View File

@ -1,7 +1,7 @@
{
"name": "snarkjs",
"type": "module",
"version": "0.3.60",
"version": "0.4.0",
"description": "zkSNARKs implementation in JavaScript",
"main": "./build/main.cjs",
"module": "./main.js",