saucectl 0.75.0 → 0.75.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of saucectl might be problematic. Click here for more details.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3,7 +3,7 @@ const { spawn } = require('child_process');
|
|
3
3
|
const path = require('path');
|
4
4
|
const BinWrapper = require('bin-wrapper');
|
5
5
|
|
6
|
-
const version = '0.75.
|
6
|
+
const version = '0.75.1'
|
7
7
|
const base = 'https://github.com/saucelabs/saucectl/releases/download';
|
8
8
|
const binWrapper = (binInstallURL = null) => {
|
9
9
|
const bw = new BinWrapper();
|