balanceofsatoshis 20.0.2 → 20.0.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
- ## 20.0.2
3
+ ## 20.0.4
4
+
5
+ - Add support for LND 0.20.1
6
+
7
+ ## 20.0.3
4
8
 
5
9
  - Bump Docker node.js version
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.20.0-beta
10
+ - v0.20.0-beta to v0.20.1-beta
11
11
  - v0.19.0-beta to v0.19.3-beta
12
12
  - v0.18.0-beta to v0.18.5-beta
13
13
  - v0.17.0-beta to v0.17.5-beta
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/alexbosworth/balanceofsatoshis/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@alexbosworth/blockchain": "2.0.0",
13
+ "@alexbosworth/blockchain": "3.2.0",
14
14
  "@alexbosworth/caporal": "2.0.0",
15
15
  "@alexbosworth/fiat": "2.0.0",
16
16
  "@alexbosworth/html2unicode": "1.1.5",
@@ -31,13 +31,13 @@
31
31
  "csv-parse": "6.1.0",
32
32
  "ecpair": "2.1.0",
33
33
  "goldengate": "14.0.11",
34
- "grammy": "1.39.2",
34
+ "grammy": "1.40.0",
35
35
  "hot-formula-parser": "4.0.0",
36
36
  "import-lazy": "4.0.0",
37
37
  "ini": "6.0.0",
38
- "inquirer": "13.1.0",
38
+ "inquirer": "13.2.5",
39
39
  "ln-accounting": "8.0.7",
40
- "ln-service": "57.27.3",
40
+ "ln-service": "58.0.1",
41
41
  "ln-sync": "6.5.2",
42
42
  "ln-telegram": "6.1.13",
43
43
  "minimist": "1.2.8",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "description": "Lightning balance CLI",
55
55
  "devDependencies": {
56
- "invoices": "4.0.0",
56
+ "invoices": "5.0.0",
57
57
  "ln-docker-daemons": "6.0.28"
58
58
  },
59
59
  "engines": {
@@ -81,5 +81,5 @@
81
81
  "postpublish": "docker buildx build --platform linux/amd64,linux/arm64 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
82
82
  "test": "npx nyc@17.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"
83
83
  },
84
- "version": "20.0.2"
84
+ "version": "20.0.4"
85
85
  }