Skip to content

Commit

Permalink
Merge pull request #40 from iden3/feature/update-merkletree
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
vmidyllic authored Oct 24, 2023
2 parents 0546763 + 1a1c6b4 commit e929914
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-jsonld-merklization",
"version": "1.1.0",
"version": "1.1.1",
"description": "json ld merklization library",
"main": "./dist/node/cjs/index.js",
"module": "./dist/node/esm/index.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"@iden3/js-crypto": "1.0.2",
"@iden3/js-merkletree": "1.1.0"
"@iden3/js-merkletree": "^1.1.1"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
Expand Down

0 comments on commit e929914

Please sign in to comment.