saucectl 0.173.0 → 0.173.1

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 +3 -3
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.0';
7
+ const version = '0.173.1';
8
8
  const defaultBinInstallBase =
9
9
  'https://github.com/saucelabs/saucectl/releases/download';
10
10
  const binWrapper = (binInstallURL = null, binInstallBase = null) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saucectl",
3
- "version": "0.173.0",
3
+ "version": "0.173.1",
4
4
  "description": "Node.js wrapper for saucectl",
5
5
  "main": "index.js",
6
6
  "bin": "index.js",
@@ -27,7 +27,7 @@
27
27
  "testrunner",
28
28
  "tests",
29
29
  "e2e",
30
- "toolkit"
30
+ "saucectl"
31
31
  ],
32
32
  "author": "devx <dev@saucelabs.com>",
33
33
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "node": ">=16.13.2"
40
40
  },
41
41
  "dependencies": {
42
- "@saucelabs/bin-wrapper": "^1.0.0"
42
+ "@saucelabs/bin-wrapper": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "eslint": "^8.51.0",