probing 5.0.3 → 5.0.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
- ## Version 5.0.3
3
+ ## Version 5.0.4
4
4
 
5
5
  - Node.js 18 or higher is now required
6
6
 
package/package.json CHANGED
@@ -7,9 +7,9 @@
7
7
  "url": "https://github.com/alexbosworth/probing/issues"
8
8
  },
9
9
  "dependencies": {
10
- "async": "3.2.5",
10
+ "async": "3.2.6",
11
11
  "asyncjs-util": "1.2.12",
12
- "ln-service": "57.14.4"
12
+ "ln-service": "57.22.2"
13
13
  },
14
14
  "description": "Lightning Network probing utilities",
15
15
  "engines": {
@@ -28,7 +28,7 @@
28
28
  "url": "https://github.com/alexbosworth/probing.git"
29
29
  },
30
30
  "scripts": {
31
- "test": "npx nyc@15.1 node --experimental-test-coverage --test"
31
+ "test": "npx nyc@17.1 node --experimental-test-coverage --test"
32
32
  },
33
- "version": "5.0.3"
33
+ "version": "5.0.4"
34
34
  }
@@ -10,7 +10,7 @@ const invalidCltvExpiry = 'IncorrectCltvExpiry';
10
10
  const invalidPaymentMessage = 'UnknownPaymentHash';
11
11
  const {isArray} = Array;
12
12
  const mtokensFromTokens = tokens => (BigInt(tokens) * BigInt(1e3)).toString();
13
- const pathfindingTimeoutMs = 1000 * 60 * 5;
13
+ const pathfindingTimeoutMs = 1000 * 60 * 90;
14
14
  const payWithTimeout = timeout => asyncTimeout(payViaRoutes, timeout);
15
15
 
16
16
  /** Find out if route is payable