Skip to content

Commit

Permalink
Patch dependency (#21)
Browse files Browse the repository at this point in the history
* Patch dependency

* Patch version
  • Loading branch information
Kolezhniuk authored Mar 17, 2023
1 parent 99511ad commit f811dc8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "javascript sparse merkle tree library",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@iden3/js-crypto": "1.0.0-beta.0",
"@iden3/js-crypto": "1.0.0-beta.1",
"idb-keyval": "^6.2.0"
}
}

0 comments on commit f811dc8

Please sign in to comment.