Skip to content

Commit 1d9017c

Browse files
committed
Release 1.6.2.
1 parent 04e0681 commit 1d9017c

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

jsr.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@scure/bip32",
3-
"version": "1.6.1-3",
3+
"version": "1.6.2",
44
"exports": {
55
".": "./index.ts"
66
},
77
"imports": {
8-
"@noble/curves": "jsr:@noble/[email protected].0-1",
9-
"@noble/hashes": "jsr:@noble/[email protected].0-1",
10-
"@scure/base": "jsr:@scure/[email protected].1"
8+
"@noble/curves": "jsr:@noble/curves@~1.8.1",
9+
"@noble/hashes": "jsr:@noble/hashes@~1.7.1",
10+
"@scure/base": "jsr:@scure/base@~1.2.2"
1111
},
1212
"publish": {
1313
"include": [

package-lock.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scure/bip32",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1",
55
"files": [
66
"index.ts",
@@ -16,12 +16,12 @@
1616
}
1717
},
1818
"dependencies": {
19-
"@noble/curves": "~1.8.0",
20-
"@noble/hashes": "~1.7.0",
21-
"@scure/base": "~1.2.1"
19+
"@noble/curves": "~1.8.1",
20+
"@noble/hashes": "~1.7.1",
21+
"@scure/base": "~1.2.2"
2222
},
2323
"devDependencies": {
24-
"@paulmillr/jsbt": "0.3.0",
24+
"@paulmillr/jsbt": "0.3.1",
2525
"micro-should": "0.5.1",
2626
"prettier": "3.3.2",
2727
"typescript": "5.5.2"

test/build/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)