@wdio/testingbot-service 9.7.1 → 9.7.2
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 +4 -4
package/build/index.js
CHANGED
|
@@ -270,9 +270,9 @@ var TestingBotService = class {
|
|
|
270
270
|
};
|
|
271
271
|
|
|
272
272
|
// src/index.ts
|
|
273
|
-
var
|
|
273
|
+
var index_default = TestingBotService;
|
|
274
274
|
var launcher = TestingBotLauncher;
|
|
275
275
|
export {
|
|
276
|
-
|
|
276
|
+
index_default as default,
|
|
277
277
|
launcher
|
|
278
278
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/testingbot-service",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.2",
|
|
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",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"@wdio/logger": "9.4.4",
|
|
36
36
|
"@wdio/types": "9.6.3",
|
|
37
37
|
"testingbot-tunnel-launcher": "^1.1.7",
|
|
38
|
-
"webdriverio": "9.7.
|
|
38
|
+
"webdriverio": "9.7.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "^20.1.0",
|
|
42
|
-
"@wdio/globals": "9.7.
|
|
42
|
+
"@wdio/globals": "9.7.2"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
|
|
48
48
|
}
|