balanceofsatoshis 13.7.0 → 13.7.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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 13.7.1
4
+
5
+ - `invoice`: Fix `--select-hints` with an empty description request encoding
6
+
3
7
  ## 13.7.0
4
8
 
5
9
  - `invoice`: Add command to create a new invoice
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "ini": "3.0.1",
37
37
  "inquirer": "9.1.4",
38
38
  "ln-accounting": "6.1.1",
39
- "ln-service": "54.3.0",
39
+ "ln-service": "54.3.1",
40
40
  "ln-sync": "4.0.5",
41
41
  "ln-telegram": "4.2.0",
42
42
  "moment": "2.29.4",
@@ -53,7 +53,7 @@
53
53
  "description": "Lightning balance CLI",
54
54
  "devDependencies": {
55
55
  "@alexbosworth/tap": "15.0.11",
56
- "invoices": "2.2.1",
56
+ "invoices": "2.2.2",
57
57
  "ln-docker-daemons": "3.1.5",
58
58
  "mock-lnd": "1.4.4",
59
59
  "tiny-secp256k1": "2.2.1"
@@ -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.7.0"
86
+ "version": "13.7.1"
87
87
  }