@wdio/browserstack-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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -11,14 +11,14 @@ The easiest way is to keep `@wdio/browserstack-service` as a devDependency in yo
|
|
|
11
11
|
```json
|
|
12
12
|
{
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@wdio/browserstack-service": "^
|
|
14
|
+
"@wdio/browserstack-service": "^7.16.3"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
You can simple do it by:
|
|
20
20
|
|
|
21
|
-
```
|
|
21
|
+
```sh
|
|
22
22
|
npm install @wdio/browserstack-service --save-dev
|
|
23
23
|
```
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/browserstack-service",
|
|
3
|
-
"version": "7.16.
|
|
3
|
+
"version": "7.16.7",
|
|
4
4
|
"description": "WebdriverIO service for better Browserstack integration",
|
|
5
5
|
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@wdio/types": "7.16.3",
|
|
29
29
|
"browserstack-local": "^1.4.5",
|
|
30
30
|
"got": "^11.0.2",
|
|
31
|
-
"webdriverio": "7.16.
|
|
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": "
|
|
40
|
+
"gitHead": "6c51be2984c51b4442cc185e2fe4579179c6da03"
|
|
41
41
|
}
|