Skip to content

Commit

Permalink
Release 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 2, 2025
1 parent b334027 commit dbd5d6f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
5 changes: 3 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/secp256k1",
"version": "2.1.0",
"version": "2.2.0",
"exports": "./index.ts",
"publish": {
"include": [
Expand All @@ -9,5 +9,6 @@
"index.ts",
"jsr.json"
]
}
},
"license": "MIT"
}
26 changes: 14 additions & 12 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/secp256k1",
"version": "2.1.0",
"version": "2.2.0",
"description": "Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979",
"files": [
"index.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"license": "MIT",
"devDependencies": {
"@noble/hashes": "1.4.0",
"@noble/hashes": "1.6.1",
"@paulmillr/jsbt": "0.2.1",
"fast-check": "3.0.0",
"micro-bmark": "0.3.0",
"micro-bmark": "0.3.1",
"micro-should": "0.4.0",
"typescript": "5.5.2"
},
Expand Down

0 comments on commit dbd5d6f

Please sign in to comment.