Skip to content

Commit

Permalink
Merge pull request #228 from 0xPolygonID/feat/update-ffjs
Browse files Browse the repository at this point in the history
update ffjs and js-jwz
  • Loading branch information
volodymyr-basiuk authored Apr 26, 2024
2 parents e224f9c + 3fbab91 commit a82be9b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 59 deletions.
88 changes: 33 additions & 55 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xpolygonid/js-sdk",
"version": "1.11.1",
"version": "1.12.0",
"description": "SDK to work with Polygon ID",
"main": "dist/node/cjs/index.js",
"module": "dist/node/esm/index.js",
Expand Down Expand Up @@ -89,11 +89,11 @@
"@iden3/js-crypto": "1.1.0",
"@iden3/js-iden3-core": "1.3.1",
"@iden3/js-jsonld-merklization": "1.2.0",
"@iden3/js-jwz": "1.4.0",
"@iden3/js-jwz": "1.5.0",
"@iden3/js-merkletree": "1.2.0",
"ffjavascript": "0.2.63",
"ffjavascript": "0.3.0",
"rfc4648": "1.5.3",
"snarkjs": "0.7.3"
"snarkjs": "0.7.4"
},
"dependencies": {
"@noble/curves": "^1.4.0",
Expand Down

0 comments on commit a82be9b

Please sign in to comment.