@wdio/webdriver-mock-service 8.0.0-alpha.547 → 8.0.0-alpha.558
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,4 +3,4 @@ WebdriverIO WebDriver Mock Service
|
|
|
3
3
|
|
|
4
4
|
> Internal mock service to stub all endpoints for testing purposes.
|
|
5
5
|
|
|
6
|
-
__Note:__ This service is for internal use only and not recommended to use in production test suites. It is used by the WebbdriverIO project for testing purposes.
|
|
6
|
+
__Note:__ This service is for internal use only and is not recommended to use in production test suites. It is used by the WebbdriverIO project for testing purposes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/webdriver-mock-service",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.558+9156ec0f4",
|
|
4
4
|
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-webdriver-mock-service",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"typeScriptVersion": "3.8.3",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@types/uuid": "^8.3.4",
|
|
26
|
-
"@wdio/protocols": "8.0.0-alpha.
|
|
27
|
-
"@wdio/types": "8.0.0-alpha.
|
|
26
|
+
"@wdio/protocols": "8.0.0-alpha.558+9156ec0f4",
|
|
27
|
+
"@wdio/types": "8.0.0-alpha.558+9156ec0f4",
|
|
28
28
|
"nock": "^13.2.4",
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
|
-
"webdriverio": "8.0.0-alpha.
|
|
30
|
+
"webdriverio": "8.0.0-alpha.558+9156ec0f4"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "9156ec0f422b7e784ea148e569fe423ba21a0355"
|
|
36
36
|
}
|