balanceofsatoshis 18.2.2 → 18.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 18.2.2
3
+ ## 18.2.4
4
4
 
5
5
  - `graph`: represent inbound fees in policy display
6
6
  - `rebalance`: fix support for 0.18.0 inbound fees
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "bitcoinjs-lib": "6.1.5",
25
25
  "bolt01": "2.0.0",
26
26
  "bolt03": "1.3.2",
27
- "bolt07": "1.9.0",
27
+ "bolt07": "1.9.2",
28
28
  "cbor": "9.0.2",
29
29
  "colorette": "2.0.20",
30
30
  "crypto-js": "4.2.0",
@@ -37,7 +37,7 @@
37
37
  "ini": "4.1.3",
38
38
  "inquirer": "9.2.23",
39
39
  "ln-accounting": "8.0.1",
40
- "ln-service": "57.13.1",
40
+ "ln-service": "57.13.3",
41
41
  "ln-sync": "6.0.3",
42
42
  "ln-telegram": "6.1.4",
43
43
  "moment": "2.30.1",
@@ -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.2"
85
+ "version": "18.2.4"
86
86
  }