Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Oct 12, 2023
1 parent d6d4b0a commit 83f97e5
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 46 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versions

## 57.0.0
## 57.0.1

- Add support for LND 0.17.0

Expand Down
242 changes: 199 additions & 43 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.8.4",
"invoices": "3.0.0",
"lightning": "10.0.0",
"lightning": "10.0.1",
"macaroon": "3.0.4"
},
"description": "Interaction helper for your Lightning Network daemon",
Expand Down Expand Up @@ -66,5 +66,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.0.0"
"version": "57.0.1"
}

0 comments on commit 83f97e5

Please sign in to comment.