saucectl 0.173.2 → 0.173.3
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -4,7 +4,7 @@ const path = require('path');
|
|
4
4
|
const { BinWrapper } = require('@saucelabs/bin-wrapper');
|
5
5
|
const { Writable } = require('stream');
|
6
6
|
|
7
|
-
const version = '0.173.
|
7
|
+
const version = '0.173.3';
|
8
8
|
const defaultBinInstallBase =
|
9
9
|
'https://github.com/saucelabs/saucectl/releases/download';
|
10
10
|
const binWrapper = (binInstallURL = null, binInstallBase = null) => {
|