Skip to content

Commit

Permalink
Update scure-base
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Sep 18, 2024
1 parent ea27eab commit c7428a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
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.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@noble/curves": "~1.6.0",
"@noble/hashes": "~1.5.0",
"@scure/base": "~1.1.8",
"@scure/base": "~1.1.9",
"micro-packed": "~0.6.2"
},
"devDependencies": {
Expand Down Expand Up @@ -40,22 +40,18 @@
"require": "./lib/psbt.js"
},
"./script": {
"types": "./lib/script.d.ts",
"import": "./lib/esm/script.js",
"require": "./lib/script.js"
},
"./transaction": {
"types": "./lib/transaction.d.ts",
"import": "./lib/esm/transaction.js",
"require": "./lib/transaction.js"
},
"./utils": {
"types": "./lib/utils.d.ts",
"import": "./lib/esm/utils.js",
"require": "./lib/utils.js"
},
"./utxo": {
"types": "./lib/utxo.d.ts",
"import": "./lib/esm/utxo.js",
"require": "./lib/utxo.js"
}
Expand Down

0 comments on commit c7428a2

Please sign in to comment.