lightning 5.6.0 → 5.6.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Versions
2
2
 
3
- ## 5.6.0
3
+ ## 5.6.1
4
4
 
5
5
  - `payViaRoutes`, `subscribeToPayViaRoutes`: Add support for relay messages
6
6
 
@@ -20,6 +20,7 @@
20
20
  "versions": {
21
21
  "0d5b0fefa4d9082f7964836f5e58c3a6bda8e471": "0.10.2-beta",
22
22
  "1a3194d302f33bb52823297d9d7f75cd37516053": "0.10.0-beta",
23
+ "1e511be523eb8e97c4e2d9c89a7a263963a3929f": "0.14.2-beta",
23
24
  "3ae46d81f4a2edad06ef778b2940d9b06386d93b": "0.11.0-beta",
24
25
  "4f567577db9d85b6f392f960b3aabddcad3cd02c": "0.13.3-beta",
25
26
  "52bb3f33707b81972c67937c7a89addcdf00991c": "0.10.1-beta",
@@ -20,7 +20,7 @@ export type PartiallySignPsbtResult = {
20
20
  *
21
21
  * Requires LND built with `walletrpc` tag
22
22
  *
23
- * This method is not supported in LND 0.14.1 and below
23
+ * This method is not supported in LND 0.14.2 and below
24
24
  */
25
25
  export const partiallySignPsbt: AuthenticatedLightningMethod<
26
26
  PartiallySignPsbtArgs,
@@ -16,7 +16,7 @@ const type = 'wallet';
16
16
 
17
17
  Requires LND built with `walletrpc` tag
18
18
 
19
- This method is not supported in LND 0.14.1 and below
19
+ This method is not supported in LND 0.14.2 and below
20
20
 
21
21
  {
22
22
  lnd: <Authenticated LND API Object>
package/package.json CHANGED
@@ -57,5 +57,5 @@
57
57
  "directory": "test/typescript"
58
58
  },
59
59
  "types": "index.d.ts",
60
- "version": "5.6.0"
60
+ "version": "5.6.1"
61
61
  }