@wdio/testingbot-service 7.16.2 → 7.16.6

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 +4 -4
package/README.md CHANGED
@@ -5,19 +5,9 @@ WebdriverIO TestingBot Service
5
5
 
6
6
  ## Installation
7
7
 
8
- The easiest way is to keep `@wdio/testingbot-service` as a devDependency in your `package.json`.
9
-
10
- ```json
11
- {
12
- "devDependencies": {
13
- "@wdio/testingbot-service": "^6.1.14"
14
- }
15
- }
16
- ```
17
-
18
- You can simple do it by:
8
+ The easiest way is to keep `@wdio/testingbot-service` as a devDependency in your `package.json`, via:
19
9
 
20
- ```bash
10
+ ```sh
21
11
  npm install @wdio/testingbot-service --save-dev
22
12
  ```
23
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/testingbot-service",
3
- "version": "7.16.2",
3
+ "version": "7.16.6",
4
4
  "description": "A WebdriverIO service that provides a better integration into TestingBot",
5
5
  "author": "Jochen Delabie <info@testingbot.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",
@@ -25,10 +25,10 @@
25
25
  "dependencies": {
26
26
  "@types/node": "^16.11.1",
27
27
  "@wdio/logger": "7.16.0",
28
- "@wdio/types": "7.16.1",
28
+ "@wdio/types": "7.16.3",
29
29
  "got": "^11.0.2",
30
30
  "testingbot-tunnel-launcher": "^1.1.7",
31
- "webdriverio": "7.16.2"
31
+ "webdriverio": "7.16.6"
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": "7488a4c9cfbc165eb3735ba59091759be754bff2"
40
+ "gitHead": "3c4691df750c120c1b05d168d1b50bf047512892"
41
41
  }