Skip to content

Commit

Permalink
update snarkjs & ffjs (#38)
Browse files Browse the repository at this point in the history
* update snarkjs & ffjs
  • Loading branch information
volodymyr-basiuk authored Apr 26, 2024
1 parent a7162a4 commit 1924cf3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 52 deletions.
76 changes: 27 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/js-jwz",
"version": "1.4.0",
"version": "1.5.0",
"description": "JS implementation of JWZ",
"main": "./dist/node/cjs/index.js",
"module": "./dist/node/esm/index.js",
Expand Down Expand Up @@ -63,8 +63,8 @@
"@iden3/js-iden3-core": "1.3.1",
"@iden3/js-merkletree": "1.2.0",
"rfc4648": "1.5.3",
"ffjavascript": "0.2.63",
"snarkjs": "0.7.3"
"ffjavascript": "0.3.0",
"snarkjs": "0.7.4"
},
"devDependencies": {
"@iden3/eslint-config": "https://github.com/iden3/eslint-config",
Expand Down

0 comments on commit 1924cf3

Please sign in to comment.