Skip to content

Commit

Permalink
Merge pull request #38 from bitcoinerlab/update-secp256k1-to-1.2.0
Browse files Browse the repository at this point in the history
chore: update @bitcoinerlab/secp256k1 to version 1.2.0
  • Loading branch information
landabaso authored Dec 14, 2024
2 parents 8fe1bc0 + 300e17a commit b2974db
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 38 deletions.
76 changes: 40 additions & 36 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bitcoinerlab/descriptors",
"description": "This library parses and creates Bitcoin Miniscript Descriptors and generates Partially Signed Bitcoin Transactions (PSBTs). It provides PSBT finalizers and signers for single-signature, BIP32 and Hardware Wallets.",
"homepage": "https://github.com/bitcoinerlab/descriptors",
"version": "2.2.0",
"version": "2.2.1",
"author": "Jose-Luis Landabaso",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@bitcoinerlab/miniscript": "^1.4.0",
"@bitcoinerlab/secp256k1": "^1.1.1",
"@bitcoinerlab/secp256k1": "^1.2.0",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.3",
"ecpair": "^2.1.0",
Expand Down

0 comments on commit b2974db

Please sign in to comment.