ln-service
Advanced tools
Comparing version 57.19.0 to 57.20.0
# Versions | ||
## 57.20.0 | ||
- `payViaPaymentRequest`, `subscribeToPayViaRequest`: Add `index` to response | ||
for payment offset number in payments set | ||
## 57.19.0 | ||
@@ -4,0 +9,0 @@ |
@@ -12,3 +12,3 @@ { | ||
"invoices": "3.0.0", | ||
"lightning": "10.19.0", | ||
"lightning": "10.20.0", | ||
"macaroon": "3.0.4" | ||
@@ -36,3 +36,3 @@ }, | ||
"uuid": "10.0.0", | ||
"varuint-bitcoin": "1.1.2" | ||
"varuint-bitcoin": "2.0.0" | ||
}, | ||
@@ -79,3 +79,3 @@ "engines": { | ||
}, | ||
"version": "57.19.0" | ||
"version": "57.20.0" | ||
} |
@@ -95,2 +95,3 @@ const {deepEqual} = require('node:assert').strict; | ||
equal(paid.id, invoice.id, 'Payment hash is equal on both sides'); | ||
equal(paid.index, '2', 'Got payment offset index'); | ||
equal(paid.mtokens, '101000', 'Paid mtokens'); | ||
@@ -97,0 +98,0 @@ equal(paid.secret, invoice.secret, 'Paid for invoice secret'); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
852341
14719
7989
+ Added@types/node@22.5.4(transitive)
+ Addedlightning@10.20.0(transitive)
+ Addedtype-fest@4.26.0(transitive)
- Removed@types/node@22.5.0(transitive)
- Removedlightning@10.19.0(transitive)
- Removedtype-fest@4.25.0(transitive)
Updatedlightning@10.20.0