Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Apr 2, 2024
1 parent 94c93bb commit f3912a0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/js-iden3-auth",
"version": "1.2.0",
"version": "1.3.0",
"description": "iden3-auth implementation in JavaScript",
"main": "dist/cjs/index.js",
"source": "./src/index.ts",
Expand Down Expand Up @@ -32,12 +32,12 @@
"url": "https://github.com/iden3/js-iden3-auth"
},
"dependencies": {
"@iden3/js-crypto": "1.0.3",
"@0xpolygonid/js-sdk": "1.9.4",
"@iden3/js-iden3-core": "1.2.1",
"@iden3/js-jsonld-merklization": "1.1.2",
"@iden3/js-jwz": "1.3.0",
"@iden3/js-merkletree": "1.1.2",
"@iden3/js-crypto": "1.1.0",
"@0xpolygonid/js-sdk": "1.10.0",
"@iden3/js-iden3-core": "1.3.1",
"@iden3/js-jsonld-merklization": "1.2.0",
"@iden3/js-jwz": "1.4.0",
"@iden3/js-merkletree": "1.2.0",
"did-resolver": "^4.1.0",
"ethers": "^5.4.0",
"tslib": "^2.6.2",
Expand Down

0 comments on commit f3912a0

Please sign in to comment.