lightning 6.1.0 → 6.1.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
- ## 6.1.0
3
+ ## 6.1.1
4
4
 
5
5
  - `subscribeToPayments`: Add method to listen to all outgoing payments
6
6
 
@@ -3655,7 +3655,7 @@ message Payment {
3655
3655
  // Deprecated, use creation_time_ns
3656
3656
  int64 creation_date = 3 [deprecated = true];
3657
3657
 
3658
- reserved 4;
3658
+ repeated string path = 4 [deprecated = true];
3659
3659
 
3660
3660
  // Deprecated, use fee_sat or fee_msat.
3661
3661
  int64 fee = 5 [deprecated = true];
package/package.json CHANGED
@@ -59,5 +59,5 @@
59
59
  "directory": "test/typescript"
60
60
  },
61
61
  "types": "index.d.ts",
62
- "version": "6.1.0"
62
+ "version": "6.1.1"
63
63
  }