Skip to content

Commit

Permalink
Update devdeps and noble
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent ecf1d51 commit 6e52a58
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
7 changes: 3 additions & 4 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scure/bip39",
"version": "1.5.1-1",
"version": "1.5.1",
"exports": {
".": "./src/index.ts",
"./wordlists/czech": "./src/wordlists/czech.ts",
Expand All @@ -15,9 +15,8 @@
"./wordlists/traditional-chinese": "./src/wordlists/traditional-chinese.ts"
},
"imports": {
"@noble/curves": "jsr:@noble/[email protected]",
"@noble/hashes": "jsr:@noble/[email protected]",
"@scure/base": "jsr:@scure/[email protected]"
"@noble/hashes": "jsr:@noble/hashes@~1.7.1",
"@scure/base": "jsr:@scure/base@~1.2.2"
},
"publish": {
"include": [
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"src/index.ts"
],
"dependencies": {
"@noble/hashes": "~1.7.0",
"@scure/base": "~1.2.1"
"@noble/hashes": "~1.7.1",
"@scure/base": "~1.2.2"
},
"devDependencies": {
"@paulmillr/jsbt": "0.3.0",
"@paulmillr/jsbt": "0.3.1",
"micro-bmark": "0.4.0",
"micro-should": "0.5.1",
"prettier": "3.3.2",
"typescript": "5.5.2"
Expand Down
9 changes: 5 additions & 4 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 6e52a58

Please sign in to comment.