version bump

This commit is contained in:
Alex Bosworth 2026-04-08 08:09:40 -07:00
parent 656697666a
commit e480ef9ab0
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "balanceofsatoshis",
"version": "20.1.1",
"version": "20.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balanceofsatoshis",
"version": "20.1.1",
"version": "20.1.2",
"license": "MIT",
"dependencies": {
"@alexbosworth/blockchain": "3.2.0",

View file

@ -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.1"
"version": "20.1.2"
}