This commit is contained in:
Jordi Baylina 2021-01-28 22:03:17 +01:00
parent 24fe89f8db
commit 217c3f4dc2
No known key found for this signature in database
GPG Key ID: 7480C80C1BE43112
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "snarkjs",
"version": "0.3.55",
"version": "0.3.56",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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