@wdio/config 9.1.2 → 9.2.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/node/index.js +1 -1
- package/package.json +5 -5
package/build/node/index.js
CHANGED
|
@@ -102,7 +102,7 @@ async function loadTypeScriptCompiler(tsConfigPath) {
|
|
|
102
102
|
return false;
|
|
103
103
|
}
|
|
104
104
|
try {
|
|
105
|
-
if (process.env.
|
|
105
|
+
if (process.env.WDIO_UNIT_TESTS && process.env.THROW_TSX_RESOLVE) {
|
|
106
106
|
throw new Error("test fail");
|
|
107
107
|
}
|
|
108
108
|
const loaderPath = await resolve("tsx", import.meta.url);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/config",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "A helper utility to parse and validate WebdriverIO options",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-config",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"url": "https://github.com/webdriverio/webdriverio/issues"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@wdio/logger": "9.1.
|
|
40
|
-
"@wdio/types": "9.
|
|
41
|
-
"@wdio/utils": "9.
|
|
39
|
+
"@wdio/logger": "9.1.3",
|
|
40
|
+
"@wdio/types": "9.2.2",
|
|
41
|
+
"@wdio/utils": "9.2.2",
|
|
42
42
|
"decamelize": "^6.0.0",
|
|
43
43
|
"deepmerge-ts": "^7.0.3",
|
|
44
44
|
"glob": "^10.2.2",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"minimatch": "^9.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "a82feee9b819e978b0d75dc899dd8284303935e1"
|
|
54
54
|
}
|