update dependencies

This commit is contained in:
Alex Bosworth 2026-05-12 08:02:52 -07:00
parent c410a81d9f
commit eb5c2f4471
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
4 changed files with 320 additions and 1444 deletions

View file

@ -1,5 +1,11 @@
# Versions
## 22.0.0
### Breaking Changes
- Remove support for LND 0.19 and below
## 21.0.0
### Breaking Changes

View file

@ -8,11 +8,6 @@ Commands for working with LND balances.
Supported LND versions:
- v0.20.0-beta to v0.20.1-beta
- v0.19.0-beta to v0.19.3-beta
- v0.18.0-beta to v0.18.5-beta
- v0.17.0-beta to v0.17.5-beta
- v0.16.0-beta to v0.16.4-beta
- v0.15.2-beta to v0.15.5-beta
## Install

1733
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -30,19 +30,19 @@
"crypto-js": "4.2.0",
"csv-parse": "6.2.1",
"ecpair": "2.1.0",
"goldengate": "15.0.1",
"goldengate": "16.0.0",
"grammy": "1.42.0",
"hot-formula-parser": "4.0.0",
"import-lazy": "4.0.0",
"ini": "6.0.0",
"inquirer": "13.4.2",
"ln-accounting": "9.0.1",
"ln-service": "58.1.0",
"ln-sync": "7.0.2",
"ln-telegram": "7.1.0",
"ini": "7.0.0",
"inquirer": "13.4.3",
"ln-accounting": "10.0.0",
"ln-service": "59.0.0",
"ln-sync": "8.0.0",
"ln-telegram": "8.0.0",
"minimist": "1.2.8",
"moment": "2.30.1",
"paid-services": "7.0.3",
"paid-services": "8.0.0",
"probing": "6.0.0",
"qrcode-terminal": "0.12.0",
"sanitize-filename": "1.6.4",
@ -54,7 +54,7 @@
"description": "Lightning balance CLI",
"devDependencies": {
"invoices": "5.0.2",
"ln-docker-daemons": "7.0.2"
"ln-docker-daemons": "8.0.0"
},
"engines": {
"node": ">=22"
@ -81,5 +81,5 @@
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
"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"
},
"version": "21.0.0"
"version": "22.0.0"
}