Skip to content

Commit 6e52a58

Browse files
committed
Update devdeps and noble
1 parent ecf1d51 commit 6e52a58

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

jsr.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scure/bip39",
3-
"version": "1.5.1-1",
3+
"version": "1.5.1",
44
"exports": {
55
".": "./src/index.ts",
66
"./wordlists/czech": "./src/wordlists/czech.ts",
@@ -15,9 +15,8 @@
1515
"./wordlists/traditional-chinese": "./src/wordlists/traditional-chinese.ts"
1616
},
1717
"imports": {
18-
"@noble/curves": "jsr:@noble/[email protected]",
19-
"@noble/hashes": "jsr:@noble/[email protected]",
20-
"@scure/base": "jsr:@scure/[email protected]"
18+
"@noble/hashes": "jsr:@noble/hashes@~1.7.1",
19+
"@scure/base": "jsr:@scure/base@~1.2.2"
2120
},
2221
"publish": {
2322
"include": [

package-lock.json

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

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
"src/index.ts"
1212
],
1313
"dependencies": {
14-
"@noble/hashes": "~1.7.0",
15-
"@scure/base": "~1.2.1"
14+
"@noble/hashes": "~1.7.1",
15+
"@scure/base": "~1.2.2"
1616
},
1717
"devDependencies": {
18-
"@paulmillr/jsbt": "0.3.0",
18+
"@paulmillr/jsbt": "0.3.1",
19+
"micro-bmark": "0.4.0",
1920
"micro-should": "0.5.1",
2021
"prettier": "3.3.2",
2122
"typescript": "5.5.2"

test/build/package-lock.json

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

0 commit comments

Comments
 (0)