Skip to content

Commit

Permalink
Release 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 16, 2023
1 parent e110237 commit 1c6aa07
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
44 changes: 34 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/curves",
"version": "0.8.2",
"version": "0.8.3",
"description": "Minimal, auditable JS implementation of elliptic curve cryptography",
"files": [
"abstract",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.2.0"
"@noble/hashes": "1.3.0"
},
"devDependencies": {
"@scure/bip32": "~1.1.5",
Expand All @@ -37,7 +37,7 @@
"fast-check": "3.0.0",
"micro-bmark": "0.3.1",
"micro-should": "0.4.0",
"prettier": "2.8.3",
"prettier": "2.8.4",
"typescript": "5.0.2"
},
"main": "index.js",
Expand Down

0 comments on commit 1c6aa07

Please sign in to comment.