balanceofsatoshis 19.3.4 → 19.3.5

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 19.3.4
3
+ ## 19.3.5
4
4
 
5
5
  - Probing at low local balance value channels now corrects for fee buffer
6
6
 
package/package.json CHANGED
@@ -35,14 +35,14 @@
35
35
  "hot-formula-parser": "4.0.0",
36
36
  "import-lazy": "4.0.0",
37
37
  "ini": "5.0.0",
38
- "inquirer": "11.0.2",
38
+ "inquirer": "11.1.0",
39
39
  "ln-accounting": "8.0.4",
40
40
  "ln-service": "57.20.2",
41
41
  "ln-sync": "6.4.0",
42
- "ln-telegram": "6.1.7",
42
+ "ln-telegram": "6.1.8",
43
43
  "minimist": "1.2.8",
44
44
  "moment": "2.30.1",
45
- "paid-services": "6.1.5",
45
+ "paid-services": "6.1.6",
46
46
  "probing": "5.0.3",
47
47
  "psbt": "3.0.0",
48
48
  "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 -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
84
84
  "test": "npx nyc@17.0.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"
85
85
  },
86
- "version": "19.3.4"
86
+ "version": "19.3.5"
87
87
  }