Skip to content

Commit

Permalink
Merge pull request #38 from iden3/bump/v1.1.2
Browse files Browse the repository at this point in the history
Bump crypto
  • Loading branch information
vmidyllic authored Oct 31, 2023
2 parents 45a3583 + b9bc928 commit 7244c2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/js-merkletree",
"version": "1.1.1",
"version": "1.1.2",
"description": "javascript sparse merkle tree library",
"typings": "dist/types/index.d.ts",
"main": "dist/node/cjs/index.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"@iden3/js-crypto": "1.0.2",
"@iden3/js-crypto": "1.0.3",
"idb-keyval": "^6.2.0"
}
}

0 comments on commit 7244c2e

Please sign in to comment.