ln-service 53.9.3 → 53.9.4

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
- ## 53.9.3
3
+ ## 53.9.4
4
4
 
5
5
  - `getPendingPayments`: Add method to get payments in flight
6
6
 
package/README.md CHANGED
@@ -3685,7 +3685,7 @@ Requires `offchain:write` permission
3685
3685
  [outgoing_channels]: [<Pay Out of Outgoing Channel Ids String>]
3686
3686
  [pathfinding_timeout]: <Time to Spend Finding a Route Milliseconds Number>
3687
3687
  [payment]: <Payment Identifier Hex String>
3688
- routes: [[{
3688
+ [routes]: [[{
3689
3689
  [base_fee_mtokens]: <Base Routing Fee In Millitokens String>
3690
3690
  [channel]: <Standard Format Channel Id String>
3691
3691
  [cltv_delta]: <CLTV Blocks Delta Number>
package/package.json CHANGED
@@ -11,14 +11,14 @@
11
11
  "cors": "2.8.5",
12
12
  "express": "4.17.3",
13
13
  "invoices": "2.0.4",
14
- "lightning": "5.8.2",
14
+ "lightning": "5.8.6",
15
15
  "macaroon": "3.0.4",
16
16
  "morgan": "1.10.0",
17
17
  "ws": "8.5.0"
18
18
  },
19
19
  "description": "Interaction helper for your Lightning Network daemon",
20
20
  "devDependencies": {
21
- "@alexbosworth/tap": "15.0.10",
21
+ "@alexbosworth/tap": "15.0.11",
22
22
  "@alexbosworth/node-fetch": "2.6.2",
23
23
  "async": "3.2.3",
24
24
  "asyncjs-util": "1.2.8",
@@ -28,7 +28,7 @@
28
28
  "bn.js": "5.2.0",
29
29
  "bs58check": "2.1.2",
30
30
  "ecpair": "2.0.1",
31
- "ln-docker-daemons": "2.2.4",
31
+ "ln-docker-daemons": "2.2.5",
32
32
  "p2tr": "1.3.0",
33
33
  "portfinder": "1.0.28",
34
34
  "psbt": "2.0.0",
@@ -69,5 +69,5 @@
69
69
  "integration-test-0.12.0": "DOCKER_LND_VERSION=v0.12.0-beta npm run test",
70
70
  "test": "echo $DOCKER_LND_VERSION && tap -j 2 --branches=1 --functions=1 --lines=1 --statements=1 -t 200 test/autopilotrpc-integration/*.js test/chainrpc-integration/*.js test/integration/*.js test/invoicesrpc-integration/*.js test/routerrpc-integration/*.js test/signerrpc-integration/*.js test/tower_clientrpc-integration/*.js test/tower_serverrpc-integration/*.js test/walletrpc-integration/*.js"
71
71
  },
72
- "version": "53.9.3"
72
+ "version": "53.9.4"
73
73
  }