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
db06fce7c0
commit
d4a7be5490
3 changed files with 663 additions and 507 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Versions
|
||||
|
||||
## 20.1.4
|
||||
## 20.1.5
|
||||
|
||||
- `rebalance`: support for `--avoid_list` to move `--avoid` flags to a file
|
||||
|
||||
|
|
|
|||
1160
package-lock.json
generated
1160
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -37,9 +37,9 @@
|
|||
"ini": "6.0.0",
|
||||
"inquirer": "13.4.2",
|
||||
"ln-accounting": "9.0.1",
|
||||
"ln-service": "58.0.4",
|
||||
"ln-sync": "7.0.1",
|
||||
"ln-telegram": "7.0.1",
|
||||
"ln-service": "58.1.0",
|
||||
"ln-sync": "7.0.2",
|
||||
"ln-telegram": "7.1.0",
|
||||
"minimist": "1.2.8",
|
||||
"moment": "2.30.1",
|
||||
"paid-services": "7.0.3",
|
||||
|
|
@ -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": "20.1.4"
|
||||
"version": "20.1.5"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue