Skip to content

Commit

Permalink
update js-iden3-core, js-jwz, js-sdk (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga authored Sep 16, 2024
1 parent e50f081 commit fc4914a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 59 deletions.
72 changes: 17 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": "@iden3/js-iden3-auth",
"version": "1.5.0",
"version": "1.6.0",
"description": "iden3-auth implementation in JavaScript",
"main": "dist/cjs/index.js",
"source": "./src/index.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
"url": "https://github.com/iden3/js-iden3-auth"
},
"dependencies": {
"@0xpolygonid/js-sdk": "1.18.3",
"@0xpolygonid/js-sdk": "1.20.0",
"@iden3/js-crypto": "1.1.0",
"@iden3/js-iden3-core": "1.4.0",
"@iden3/js-iden3-core": "1.4.1",
"@iden3/js-jsonld-merklization": "1.4.1",
"@iden3/js-jwz": "1.7.1",
"@iden3/js-jwz": "1.8.0",
"@iden3/js-merkletree": "1.3.1",
"did-resolver": "^4.1.0",
"ethers": "^5.4.0",
Expand Down

0 comments on commit fc4914a

Please sign in to comment.