@wdio/sauce-service 7.16.3 → 7.16.7

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/README.md +2 -12
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,19 +16,9 @@ What else will this service do for you:
16
16
 
17
17
  ## Installation
18
18
 
19
- The easiest way is to keep `@wdio/sauce-service` as a devDependency in your `package.json`.
20
-
21
- ```json
22
- {
23
- "devDependencies": {
24
- "@wdio/sauce-service": "^6.3.6"
25
- }
26
- }
27
- ```
28
-
29
- You can simply do it by:
19
+ The easiest way is to keep `@wdio/sauce-service` as a devDependency in your `package.json`, via:
30
20
 
31
- ```bash
21
+ ```sh
32
22
  npm install @wdio/sauce-service --save-dev
33
23
  ```
34
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/sauce-service",
3
- "version": "7.16.3",
3
+ "version": "7.16.7",
4
4
  "description": "WebdriverIO service that provides a better integration into Sauce Labs",
5
5
  "author": "Christian Bromann <christian@saucelabs.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
@@ -28,7 +28,7 @@
28
28
  "@wdio/types": "7.16.3",
29
29
  "@wdio/utils": "7.16.3",
30
30
  "saucelabs": "^7.0.0",
31
- "webdriverio": "7.16.3"
31
+ "webdriverio": "7.16.7"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@wdio/cli": "^7.0.0"
@@ -37,5 +37,5 @@
37
37
  "access": "public"
38
38
  },
39
39
  "types": "./build/index.d.ts",
40
- "gitHead": "23e2af933060e829f03d7518089c377571c654e3"
40
+ "gitHead": "6c51be2984c51b4442cc185e2fe4579179c6da03"
41
41
  }