@wdio/sauce-service 9.7.1 → 9.7.3
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.
- package/build/index.js +2 -2
- package/package.json +5 -5
package/build/index.js
CHANGED
|
@@ -560,9 +560,9 @@ var SauceService = class {
|
|
|
560
560
|
};
|
|
561
561
|
|
|
562
562
|
// src/index.ts
|
|
563
|
-
var
|
|
563
|
+
var index_default = SauceService;
|
|
564
564
|
var launcher = SauceLauncher;
|
|
565
565
|
export {
|
|
566
|
-
|
|
566
|
+
index_default as default,
|
|
567
567
|
launcher
|
|
568
568
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/sauce-service",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.3",
|
|
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",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@wdio/logger": "9.4.4",
|
|
36
36
|
"@wdio/types": "9.6.3",
|
|
37
|
-
"@wdio/utils": "9.
|
|
37
|
+
"@wdio/utils": "9.7.3",
|
|
38
38
|
"saucelabs": "8.0.0",
|
|
39
|
-
"webdriverio": "9.7.
|
|
39
|
+
"webdriverio": "9.7.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/ip": "^1.1.0",
|
|
43
|
-
"@wdio/globals": "9.7.
|
|
43
|
+
"@wdio/globals": "9.7.3"
|
|
44
44
|
},
|
|
45
45
|
"publishConfig": {
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "839ac572881d2b951c5e12feaa828f2b7eb19a96"
|
|
49
49
|
}
|