balanceofsatoshis 13.3.6 → 13.3.7

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 13.3.7
4
+
5
+ - `fund`: Fix failure using the MAX amount to fund an address to the max
6
+
3
7
  ## 13.3.6
4
8
 
5
9
  - Add support for LND 0.15.4
package/package.json CHANGED
@@ -36,11 +36,11 @@
36
36
  "ini": "3.0.1",
37
37
  "inquirer": "9.1.4",
38
38
  "ln-accounting": "6.1.0",
39
- "ln-service": "54.2.5",
40
- "ln-sync": "4.0.4",
39
+ "ln-service": "54.2.6",
40
+ "ln-sync": "4.0.5",
41
41
  "ln-telegram": "4.2.0",
42
42
  "moment": "2.29.4",
43
- "paid-services": "4.0.4",
43
+ "paid-services": "4.0.5",
44
44
  "probing": "3.0.0",
45
45
  "psbt": "2.7.1",
46
46
  "qrcode-terminal": "0.12.0",
@@ -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.6"
86
+ "version": "13.3.7"
87
87
  }