Skip to content

Commit 1ef1523

Browse files
authored
Merge pull request #7 from bitcoinerlab/update-descriptors-to-2.2.1
chore: update @bitcoinerlab/descriptors to version 2.2.1
2 parents a0ae40a + ebd1283 commit 1ef1523

File tree

2 files changed

+52
-48
lines changed

2 files changed

+52
-48
lines changed

package-lock.json

Lines changed: 50 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitcoinerlab/coinselect",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"author": "Jose-Luis Landabaso",
55
"license": "MIT",
66
"description": "A TypeScript library for Bitcoin transaction management, based on Bitcoin Descriptors for defining inputs and outputs. It facilitates optimal UTXO selection and transaction size calculation.",
@@ -52,6 +52,6 @@
5252
"regtest-client": "^0.2.1"
5353
},
5454
"dependencies": {
55-
"@bitcoinerlab/descriptors": "^2.1.0"
55+
"@bitcoinerlab/descriptors": "^2.2.1"
5656
}
5757
}

0 commit comments

Comments
 (0)