balanceofsatoshis 15.2.2 → 15.2.3

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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 15.2.3
4
+
5
+ - Add LND 0.16.2 as supported version
6
+
3
7
  ## 15.2.2
4
8
 
5
9
  - `create-channel-group`, `open-group-channel`: Pre-check peer open acceptance
package/README.md CHANGED
@@ -7,7 +7,7 @@ Commands for working with LND balances.
7
7
 
8
8
  Supported LND versions:
9
9
 
10
- - v0.16.0-beta to v0.16.1-beta
10
+ - v0.16.0-beta to v0.16.2-beta
11
11
  - v0.15.2-beta to v0.15.5-beta
12
12
  - v0.14.4-beta to v0.14.5-beta
13
13
 
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "ini": "4.1.0",
37
37
  "inquirer": "9.2.0",
38
38
  "ln-accounting": "6.1.3",
39
- "ln-service": "56.1.0",
39
+ "ln-service": "56.2.0",
40
40
  "ln-sync": "4.3.2",
41
41
  "ln-telegram": "4.6.1",
42
42
  "moment": "2.29.4",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@alexbosworth/tap": "15.0.12",
56
56
  "invoices": "2.2.3",
57
- "ln-docker-daemons": "5.0.1",
57
+ "ln-docker-daemons": "5.0.2",
58
58
  "mock-lnd": "1.4.4",
59
59
  "tiny-secp256k1": "2.2.1"
60
60
  },
@@ -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.2"
86
+ "version": "15.2.3"
87
87
  }