This commit is contained in:
Jordi Baylina 2022-01-19 21:59:30 +01:00
parent cfe81a7955
commit 752199b089
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

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

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