ln-service
Advanced tools
Comparing version 57.8.0 to 57.8.1
# Versions | ||
## 57.8.1 | ||
- `pay` and payment via request methods: disallow features 30/31 from payments | ||
## 57.8.0 | ||
@@ -4,0 +8,0 @@ |
@@ -12,3 +12,3 @@ { | ||
"invoices": "3.0.0", | ||
"lightning": "10.8.1", | ||
"lightning": "10.8.2", | ||
"macaroon": "3.0.4" | ||
@@ -18,3 +18,3 @@ }, | ||
"devDependencies": { | ||
"@alexbosworth/blockchain": "1.7.0", | ||
"@alexbosworth/blockchain": "2.0.0", | ||
"@alexbosworth/node-fetch": "2.6.2", | ||
@@ -74,3 +74,3 @@ "async": "3.2.5", | ||
}, | ||
"version": "57.8.0" | ||
"version": "57.8.1" | ||
} |
@@ -87,3 +87,7 @@ const {strictEqual} = require('node:assert').strict; | ||
await pay({lnd, path: {id, routes: [route]}}); | ||
await kill({}); | ||
} catch (err) { | ||
await kill({}); | ||
if (Array.isArray(err)) { | ||
@@ -98,5 +102,3 @@ const [, code, context] = err; | ||
await kill({}); | ||
return; | ||
}); |
@@ -70,9 +70,11 @@ const {createHash} = require('node:crypto'); | ||
equal(message, 'PaymentRejectedByDestination', 'Got back 404 error'); | ||
await kill({}); | ||
} catch (err) { | ||
await kill({}); | ||
equal(err, null, 'Expected no error'); | ||
} | ||
await kill({}); | ||
return; | ||
}); |
@@ -92,9 +92,11 @@ const {equal} = require('node:assert').strict; | ||
} | ||
await kill({}); | ||
} catch (err) { | ||
await kill({}); | ||
equal(err, null, 'Expected no error'); | ||
} | ||
await kill({}); | ||
return; | ||
}); |
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
815868
14025
+ Added@grpc/grpc-js@1.10.4(transitive)
+ Added@grpc/proto-loader@0.7.12(transitive)
+ Added@types/node@20.12.2(transitive)
+ Addedlightning@10.8.2(transitive)
+ Addedtype-fest@4.14.0(transitive)
- Removed@grpc/grpc-js@1.10.3(transitive)
- Removed@grpc/proto-loader@0.7.10(transitive)
- Removed@types/node@20.11.30(transitive)
- Removedlightning@10.8.1(transitive)
- Removedtype-fest@4.13.1(transitive)
Updatedlightning@10.8.2