saucectl 0.100.0 → 0.100.4
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
@@ -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.100.
|
6
|
+
const version = '0.100.4'
|
7
7
|
const defaultBinInstallBase = 'https://github.com/saucelabs/saucectl/releases/download';
|
8
8
|
const binWrapper = (binInstallURL = null, binInstallBase = null) => {
|
9
9
|
const bw = new BinWrapper();
|