balanceofsatoshis 18.2.0 → 18.2.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -0
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 18.2.1
4
+
5
+ - Support LND 0.18.0
6
+
3
7
  ## 18.2.0
4
8
 
5
9
  - `call`: Add support for `inbound_base_discount_mtokens` and
package/README.md CHANGED
@@ -7,6 +7,7 @@ Commands for working with LND balances.
7
7
 
8
8
  Supported LND versions:
9
9
 
10
+ - v0.18.0-beta
10
11
  - v0.17.0-beta to v0.17.5-beta
11
12
  - v0.16.0-beta to v0.16.4-beta
12
13
  - v0.15.2-beta to v0.15.5-beta
package/package.json CHANGED
@@ -28,21 +28,21 @@
28
28
  "cbor": "9.0.2",
29
29
  "colorette": "2.0.20",
30
30
  "crypto-js": "4.2.0",
31
- "csv-parse": "5.5.5",
31
+ "csv-parse": "5.5.6",
32
32
  "ecpair": "2.1.0",
33
- "goldengate": "14.0.4",
34
- "grammy": "1.23.0",
33
+ "goldengate": "14.0.5",
34
+ "grammy": "1.24.0",
35
35
  "hot-formula-parser": "4.0.0",
36
36
  "import-lazy": "4.0.0",
37
- "ini": "4.1.2",
38
- "inquirer": "9.2.20",
39
- "ln-accounting": "8.0.0",
40
- "ln-service": "57.11.0",
41
- "ln-sync": "6.0.2",
42
- "ln-telegram": "6.1.3",
37
+ "ini": "4.1.3",
38
+ "inquirer": "9.2.22",
39
+ "ln-accounting": "8.0.1",
40
+ "ln-service": "57.13.0",
41
+ "ln-sync": "6.0.3",
42
+ "ln-telegram": "6.1.4",
43
43
  "moment": "2.30.1",
44
- "paid-services": "6.1.2",
45
- "probing": "5.0.0",
44
+ "paid-services": "6.1.3",
45
+ "probing": "5.0.1",
46
46
  "psbt": "3.0.0",
47
47
  "qrcode-terminal": "0.12.0",
48
48
  "sanitize-filename": "1.6.3",
@@ -54,7 +54,7 @@
54
54
  "description": "Lightning balance CLI",
55
55
  "devDependencies": {
56
56
  "invoices": "3.0.0",
57
- "ln-docker-daemons": "6.0.15",
57
+ "ln-docker-daemons": "6.0.17",
58
58
  "mock-lnd": "1.4.4"
59
59
  },
60
60
  "engines": {
@@ -82,5 +82,5 @@
82
82
  "postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
83
83
  "test": "npx nyc@15.1.0 node --experimental-test-coverage --test 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"
84
84
  },
85
- "version": "18.2.0"
85
+ "version": "18.2.1"
86
86
  }