ln-service 53.8.0 → 53.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Versions
2
2
 
3
+ ## 53.8.1
4
+
5
+ - `fundPsbt`: Fix bip32 key derivation error
6
+
3
7
  ## 53.8.0
4
8
 
5
9
  - `getMasterPublicKeys`: Add method to get bip32 master public keys
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "cors": "2.8.5",
12
12
  "express": "4.17.2",
13
13
  "invoices": "2.0.4",
14
- "lightning": "5.6.3",
14
+ "lightning": "5.7.1",
15
15
  "macaroon": "3.0.4",
16
16
  "morgan": "1.10.0",
17
17
  "ws": "8.5.0"
@@ -68,5 +68,5 @@
68
68
  "integration-test-0.12.0": "DOCKER_LND_VERSION=v0.12.0-beta npm run test",
69
69
  "test": "echo $DOCKER_LND_VERSION && tap -j 2 --branches=1 --functions=1 --lines=1 --statements=1 -t 200 test/autopilotrpc-integration/*.js test/chainrpc-integration/*.js test/integration/*.js test/invoicesrpc-integration/*.js test/routerrpc-integration/*.js test/signerrpc-integration/*.js test/tower_clientrpc-integration/*.js test/tower_serverrpc-integration/*.js test/walletrpc-integration/*.js"
70
70
  },
71
- "version": "53.8.0"
71
+ "version": "53.8.1"
72
72
  }