saucectl 0.75.0 → 0.75.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of saucectl might be problematic. Click here for more details.

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.75.0'
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saucectl",
3
- "version": "0.75.0",
3
+ "version": "0.75.1",
4
4
  "description": "Node.js wrapper for saucectl: Sauce Labs Testrunner Toolkit",
5
5
  "main": "index.js",
6
6
  "bin": "index.js",