saucectl 0.84.0 → 0.85.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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.84.0'
6
+ const version = '0.85.0'
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saucectl",
3
- "version": "0.84.0",
3
+ "version": "0.85.0",
4
4
  "description": "Node.js wrapper for saucectl: Sauce Labs Testrunner Toolkit",
5
5
  "main": "index.js",
6
6
  "bin": "index.js",