@wdio/sauce-service 9.28.0 → 9.29.0

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.
Files changed (2) hide show
  1. package/build/index.js +4 -0
  2. package/package.json +6 -6
package/build/index.js CHANGED
@@ -43,6 +43,8 @@ var SauceLauncher = class {
43
43
  this._config = _config;
44
44
  this._api = new SauceLabs.default(this._config);
45
45
  }
46
+ _options;
47
+ _config;
46
48
  _api;
47
49
  _sauceConnectProcess;
48
50
  /**
@@ -209,6 +211,8 @@ var SauceService = class {
209
211
  this._testStartTime = /* @__PURE__ */ new Date();
210
212
  this._testRuns = [];
211
213
  }
214
+ _capabilities;
215
+ _config;
212
216
  _testCnt = 0;
213
217
  _maxErrorStackLength = 5;
214
218
  _failures = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/sauce-service",
3
- "version": "9.28.0",
3
+ "version": "9.29.0",
4
4
  "description": "WebdriverIO service that provides a better integration into Sauce Labs",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
@@ -33,17 +33,17 @@
33
33
  "typeScriptVersion": "3.8.3",
34
34
  "dependencies": {
35
35
  "@wdio/logger": "9.18.0",
36
- "@wdio/types": "9.28.0",
37
- "@wdio/utils": "9.28.0",
36
+ "@wdio/types": "9.29.0",
37
+ "@wdio/utils": "9.29.0",
38
38
  "saucelabs": "^9.0.1",
39
- "webdriverio": "9.28.0"
39
+ "webdriverio": "9.29.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/ip": "^1.1.0",
43
- "@wdio/globals": "9.28.0"
43
+ "@wdio/globals": "9.29.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "66baa0049385cd9161677e1e6728fde90db56f35"
48
+ "gitHead": "c7808c59ca3ab6a677230cebd688454426cba0f2"
49
49
  }