saucectl 0.155.1 → 0.156.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
@@ -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.155.1'
7
+ const version = '0.156.0'
8
8
  const defaultBinInstallBase = 'https://github.com/saucelabs/saucectl/releases/download';
9
9
  const binWrapper = (binInstallURL = null, binInstallBase = null) => {
10
10
  const bw = new BinWrapper();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saucectl",
3
- "version": "0.155.1",
3
+ "version": "0.156.0",
4
4
  "description": "Node.js wrapper for saucectl",
5
5
  "main": "index.js",
6
6
  "bin": "index.js",