balanceofsatoshis 13.3.2 → 13.3.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 CHANGED
@@ -1,6 +1,10 @@
1
1
  # Versions
2
2
 
3
- ## 13.3.2
3
+ ## 13.3.4
4
+
5
+ - Add support for LND 0.15.4
6
+
7
+ ## 13.3.3
4
8
 
5
9
  - `telegram`: Improve compatibility with future LND versions
6
10
 
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.15.2-beta to v0.15.3-beta
10
+ - v0.15.2-beta to v0.15.4-beta
11
11
  - v0.14.4-beta
12
12
 
13
13
  ## Install
package/package.json CHANGED
@@ -36,12 +36,12 @@
36
36
  "ini": "3.0.1",
37
37
  "inquirer": "9.1.4",
38
38
  "ln-accounting": "6.1.0",
39
- "ln-service": "54.2.4",
39
+ "ln-service": "54.2.5",
40
40
  "ln-sync": "4.0.4",
41
41
  "ln-telegram": "4.2.0",
42
42
  "moment": "2.29.4",
43
43
  "paid-services": "4.0.2",
44
- "probing": "2.0.6",
44
+ "probing": "3.0.0",
45
45
  "psbt": "2.7.1",
46
46
  "qrcode-terminal": "0.12.0",
47
47
  "sanitize-filename": "1.6.3",
@@ -54,7 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@alexbosworth/tap": "15.0.11",
56
56
  "invoices": "2.2.0",
57
- "ln-docker-daemons": "3.1.3",
57
+ "ln-docker-daemons": "3.1.4",
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 --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": "13.3.2"
86
+ "version": "13.3.4"
87
87
  }