balanceofsatoshis 15.2.0 → 15.2.2
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Versions
|
|
2
2
|
|
|
3
|
+
## 15.2.2
|
|
4
|
+
|
|
5
|
+
- `create-channel-group`, `open-group-channel`: Pre-check peer open acceptance
|
|
6
|
+
|
|
7
|
+
## 15.2.1
|
|
8
|
+
|
|
9
|
+
- `create-channel-group`, `open-group-channel`: Rebroadcast open transaction
|
|
10
|
+
|
|
3
11
|
## 15.2.0
|
|
4
12
|
|
|
5
13
|
- `reconnect`: Force reconnection on pending close peers to prevent stuck close
|
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ln-sync": "4.3.2",
|
|
41
41
|
"ln-telegram": "4.6.1",
|
|
42
42
|
"moment": "2.29.4",
|
|
43
|
-
"paid-services": "
|
|
43
|
+
"paid-services": "5.0.1",
|
|
44
44
|
"probing": "3.0.1",
|
|
45
45
|
"psbt": "2.7.2",
|
|
46
46
|
"qrcode-terminal": "0.12.0",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
|
|
84
84
|
"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"
|
|
85
85
|
},
|
|
86
|
-
"version": "15.2.
|
|
86
|
+
"version": "15.2.2"
|
|
87
87
|
}
|