balanceofsatoshis 12.13.2 → 12.13.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,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 12.13.2
3
+ ## 12.13.3
4
4
 
5
5
  - `reconnect`: Stop removing peers that have an inbound disabled routing policy
6
6
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ Commands for working with LND balances.
6
6
 
7
7
  Supported LND versions:
8
8
 
9
- - v0.11.0-beta to v0.14.3-beta
9
+ - v0.11.0-beta to v0.15.0-beta
10
10
 
11
11
  ## Install
12
12
 
package/package.json CHANGED
@@ -30,13 +30,13 @@
30
30
  "csv-parse": "5.2.0",
31
31
  "ecpair": "2.0.1",
32
32
  "goldengate": "11.2.3",
33
- "grammy": "1.8.3",
33
+ "grammy": "1.9.0",
34
34
  "hot-formula-parser": "4.0.0",
35
35
  "import-lazy": "4.0.0",
36
36
  "ini": "3.0.0",
37
37
  "inquirer": "8.2.4",
38
38
  "ln-accounting": "5.0.7",
39
- "ln-service": "53.17.3",
39
+ "ln-service": "53.17.4",
40
40
  "ln-sync": "3.13.0",
41
41
  "ln-telegram": "3.22.2",
42
42
  "moment": "2.29.3",
@@ -55,7 +55,7 @@
55
55
  "devDependencies": {
56
56
  "@alexbosworth/tap": "15.0.11",
57
57
  "invoices": "2.0.7",
58
- "ln-docker-daemons": "2.3.1",
58
+ "ln-docker-daemons": "2.3.2",
59
59
  "mock-lnd": "1.4.1",
60
60
  "tiny-secp256k1": "2.2.1"
61
61
  },
@@ -84,5 +84,5 @@
84
84
  "postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis --push .",
85
85
  "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"
86
86
  },
87
- "version": "12.13.2"
87
+ "version": "12.13.3"
88
88
  }
@@ -158,7 +158,7 @@ module.exports = (args, cbk) => {
158
158
  {command: 'graph', description: 'Show info about a node'},
159
159
  {command: 'help', description: 'Show the list of commands'},
160
160
  {command: 'info', description: 'Show wallet info'},
161
- {command: 'invoice', description: 'Create an invoice'},
161
+ {command: 'invoice', description: 'Create an invoice [amt] [memo]'},
162
162
  {command: 'liquidity', description: 'Get liquidity [with-peer]'},
163
163
  {command: 'mempool', description: 'Get info about the mempool'},
164
164
  {command: 'pay', description: 'Pay a payment request'},