balanceofsatoshis 11.53.0 → 11.53.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +3 -3
- package/telegram/connect_to_telegram.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Versions
|
|
2
2
|
|
|
3
|
+
## 11.53.4
|
|
4
|
+
|
|
5
|
+
- `change-channel-capacity`: Fix ExpectedEcpairObjectToUpdatePsbt error
|
|
6
|
+
|
|
7
|
+
## 11.53.1
|
|
8
|
+
|
|
9
|
+
- `change-channel-capacity`: Increase RBF delta for expand capacity flow
|
|
10
|
+
|
|
3
11
|
## 11.53.0
|
|
4
12
|
|
|
5
13
|
- `call`: Add support for `getPendingPayments` to show in-flight payments
|
package/package.json
CHANGED
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"inquirer": "8.2.0",
|
|
36
36
|
"invoices": "2.0.4",
|
|
37
37
|
"ln-accounting": "5.0.5",
|
|
38
|
-
"ln-service": "53.9.
|
|
38
|
+
"ln-service": "53.9.1",
|
|
39
39
|
"ln-sync": "3.10.1",
|
|
40
40
|
"ln-telegram": "3.17.3",
|
|
41
41
|
"moment": "2.29.1",
|
|
42
|
-
"paid-services": "3.11.
|
|
42
|
+
"paid-services": "3.11.3",
|
|
43
43
|
"probing": "2.0.3",
|
|
44
44
|
"psbt": "2.0.0",
|
|
45
45
|
"qrcode-terminal": "0.12.0",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis --push .",
|
|
82
82
|
"test": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 60 test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.js test/lnd/*.js test/network/*.js test/nodes/*.js test/peers/*.js test/responses/*.js test/routing/*.js test/services/*.js test/swaps/*.js test/tags/*.js test/telegram/*.js test/wallets/*.js"
|
|
83
83
|
},
|
|
84
|
-
"version": "11.53.
|
|
84
|
+
"version": "11.53.4"
|
|
85
85
|
}
|