Skip to content

Commit

Permalink
Release 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent 04e0681 commit 1d9017c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@scure/bip32",
"version": "1.6.1-3",
"version": "1.6.2",
"exports": {
".": "./index.ts"
},
"imports": {
"@noble/curves": "jsr:@noble/curves@1.8.0-1",
"@noble/hashes": "jsr:@noble/hashes@1.7.0-1",
"@scure/base": "jsr:@scure/base@1.2.1"
"@noble/curves": "jsr:@noble/curves@~1.8.1",
"@noble/hashes": "jsr:@noble/hashes@~1.7.1",
"@scure/base": "jsr:@scure/base@~1.2.2"
},
"publish": {
"include": [
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scure/bip32",
"version": "1.6.1",
"version": "1.6.2",
"description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1",
"files": [
"index.ts",
Expand All @@ -16,12 +16,12 @@
}
},
"dependencies": {
"@noble/curves": "~1.8.0",
"@noble/hashes": "~1.7.0",
"@scure/base": "~1.2.1"
"@noble/curves": "~1.8.1",
"@noble/hashes": "~1.7.1",
"@scure/base": "~1.2.2"
},
"devDependencies": {
"@paulmillr/jsbt": "0.3.0",
"@paulmillr/jsbt": "0.3.1",
"micro-should": "0.5.1",
"prettier": "3.3.2",
"typescript": "5.5.2"
Expand Down
12 changes: 6 additions & 6 deletions 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 1d9017c

Please sign in to comment.