ln-service
Advanced tools
Comparing version 57.1.3 to 57.2.0
# Versions | ||
## 57.2.0 | ||
- `deleteChainTransaction`: Add method to delete a chain transaction | ||
- `getChainTransaction`: Add method to get a chain transaction | ||
## 57.1.3 | ||
@@ -4,0 +9,0 @@ |
@@ -19,2 +19,3 @@ const {addExternalSocket} = require('lightning'); | ||
const {decodePaymentRequest} = require('lightning'); | ||
const {deleteChainTransaction} = require('lightning'); | ||
const {deleteForwardingReputations} = require('lightning'); | ||
@@ -43,2 +44,3 @@ const {deleteFailedPayAttempts} = require('lightning'); | ||
const {getChainFeeRate} = require('lightning'); | ||
const {getChainTransaction} = require('lightning'); | ||
const {getChainTransactions} = require('lightning'); | ||
@@ -178,2 +180,3 @@ const {getChannel} = require('lightning'); | ||
decodePaymentRequest, | ||
deleteChainTransaction, | ||
deleteFailedPayAttempts, | ||
@@ -202,2 +205,3 @@ deleteFailedPayments, | ||
getChainFeeRate, | ||
getChainTransaction, | ||
getChainTransactions, | ||
@@ -204,0 +208,0 @@ getChannel, |
@@ -12,3 +12,3 @@ { | ||
"invoices": "3.0.0", | ||
"lightning": "10.1.4", | ||
"lightning": "10.2.0", | ||
"macaroon": "3.0.4" | ||
@@ -28,3 +28,3 @@ }, | ||
"ecpair": "2.1.0", | ||
"ln-docker-daemons": "6.0.5", | ||
"ln-docker-daemons": "6.0.6", | ||
"p2tr": "2.0.0", | ||
@@ -74,3 +74,3 @@ "portfinder": "1.0.32", | ||
}, | ||
"version": "57.1.3" | ||
"version": "57.2.0" | ||
} |
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
808052
171
13900
7672
+ Added@grpc/grpc-js@1.9.13(transitive)
+ Added@types/node@20.10.4(transitive)
+ Addedlightning@10.2.0(transitive)
- Removed@grpc/grpc-js@1.9.12(transitive)
- Removed@types/node@20.10.3(transitive)
- Removedlightning@10.1.4(transitive)
Updatedlightning@10.2.0