This commit is contained in:
Jordi Baylina
2023-05-07 10:33:42 +02:00
parent 3185f8a294
commit 46066cd375
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "snarkjs",
"version": "0.6.10",
"version": "0.6.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "snarkjs",
"version": "0.6.10",
"version": "0.6.11",
"license": "GPL-3.0",
"dependencies": {
"@iden3/binfileutils": "0.0.11",

View File

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