Skip to content

Commit

Permalink
release 1.0.0-beta.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhniuk authored Jan 30, 2023
1 parent ef47bfe commit 05e662f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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-iden3-core",
"version": "0.0.4",
"version": "1.0.0-beta.0",
"description": "Low level API to create and manipulate iden3 Claims.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@iden3/js-crypto": "0.0.4",
"@iden3/js-crypto": "1.0.0-beta.0",
"base58-js": "^1.0.4",
"cross-sha256": "^1.2.0"
}
Expand Down

0 comments on commit 05e662f

Please sign in to comment.