Skip to content

Commit

Permalink
Release 1.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 3, 2025
1 parent 18b1980 commit 98be728
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/package-lock.json

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

6 changes: 3 additions & 3 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scure/bip39",
"version": "1.5.0",
"version": "1.5.1",
"exports": {
".": "./src/index.ts",
"./wordlists/czech": "./src/wordlists/czech.ts",
Expand All @@ -15,8 +15,8 @@
"./wordlists/traditional-chinese": "./src/wordlists/traditional-chinese.ts"
},
"imports": {
"@noble/curves": "jsr:@noble/[email protected]",
"@noble/hashes": "jsr:@noble/[email protected]",
"@noble/curves": "jsr:@noble/[email protected]-1",
"@noble/hashes": "jsr:@noble/[email protected]-1",
"@scure/base": "jsr:@scure/[email protected]"
},
"publish": {
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": "@scure/bip39",
"version": "1.5.0",
"version": "1.5.1",
"description": "Secure, audited & minimal implementation of BIP39 mnemonic phrases",
"files": [
"index.js",
Expand Down

0 comments on commit 98be728

Please sign in to comment.