Skip to content

Commit

Permalink
Release 1.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent 0a82dfa commit 57a2404
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/curves",
"version": "1.8.0-1",
"version": "1.8.1",
"exports": {
".": "./src/index.ts",
"./abstract/bls": "./src/abstract/bls.ts",
Expand All @@ -26,7 +26,7 @@
"./secp256k1": "./src/secp256k1.ts"
},
"imports": {
"@noble/hashes": "jsr:@noble/[email protected].0-1"
"@noble/hashes": "jsr:@noble/[email protected]"
},
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/curves",
"version": "1.8.0",
"version": "1.8.1",
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
"files": [
"*.js",
Expand Down
2 changes: 1 addition & 1 deletion test/build/package-lock.json

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

0 comments on commit 57a2404

Please sign in to comment.