mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
update dependencies
This commit is contained in:
parent
c410a81d9f
commit
eb5c2f4471
4 changed files with 320 additions and 1444 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Versions
|
||||
|
||||
## 22.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Remove support for LND 0.19 and below
|
||||
|
||||
## 21.0.0
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
|||
|
|
@ -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
1733
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue