Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Sep 13, 2024
1 parent 2545d32 commit ead618f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Versions

## 57.20.2

- Add support for LND 0.18.3

## 57.20.1

- `payViaPaymentRequest`, `subscribeToPayViaRequest`: Add `index` to response
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ through npm.

Supported LND versions:

- v0.18.0-beta to v0.18.2-beta
- v0.18.0-beta to v0.18.3-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
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"bolt07": "1.9.4",
"invoices": "3.0.0",
"lightning": "10.20.1",
"lightning": "10.20.2",
"macaroon": "3.0.4"
},
"description": "Interaction helper for your Lightning Network daemon",
Expand Down Expand Up @@ -74,5 +74,5 @@
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
"test": "echo $DOCKER_LND_VERSION && node test/runner"
},
"version": "57.20.1"
"version": "57.20.2"
}

0 comments on commit ead618f

Please sign in to comment.