@testim/testim-cli 3.195.0 → 3.196.0

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.
@@ -1311,9 +1311,9 @@
1311
1311
  }
1312
1312
  },
1313
1313
  "axios-retry": {
1314
- "version": "3.2.3",
1315
- "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.2.3.tgz",
1316
- "integrity": "sha512-JfxUUN6PDyinrDVP/NbCKxmwvwJfMfQ0DLs95o/OEd+mw5+hrBXNGfx1Wq2gskd7ODWc4kcd9CjStCpDv3Us4g==",
1314
+ "version": "3.2.4",
1315
+ "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.2.4.tgz",
1316
+ "integrity": "sha512-Co3UXiv4npi6lM963mfnuH90/YFLKWWDmoBYfxkHT5xtkSSWNqK9zdG3fw5/CP/dsoKB5aMMJCsgab+tp1OxLQ==",
1317
1317
  "requires": {
1318
1318
  "@babel/runtime": "^7.15.4",
1319
1319
  "is-retry-allowed": "^2.2.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testim/testim-cli",
3
- "version": "3.195.0",
3
+ "version": "3.196.0",
4
4
  "description": "Command line interface for running Testing on your CI",
5
5
  "author": "Oren Rubin",
6
6
  "contributors": [{
@@ -16,7 +16,7 @@ const { getExtensionsUrl } = require('../runOptionsUtils');
16
16
 
17
17
  const logger = require('../commons/logger').getLogger('lambdatestService');
18
18
 
19
- const LT_TUNNEL_BINARY_ORIGIN = 'https://downloads.lambdatest.com/tunnel/alpha';
19
+ const LT_TUNNEL_BINARY_ORIGIN = 'https://downloads.lambdatest.com/tunnel/v3';
20
20
  const LT_TUNNEL_BINARY_PATHNAME = {
21
21
  win32ia32: 'windows/32bit/LT_Windows.zip',
22
22
  win32x64: 'windows/64bit/LT_Windows.zip',