@wdio/cli 9.4.4 → 9.4.5
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 +1 -1
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -2138,7 +2138,7 @@ Shard: ${this._config.shard.current} / ${this._config.shard.total}` : "",
|
|
|
2138
2138
|
|
|
2139
2139
|
// src/launcher.ts
|
|
2140
2140
|
var log3 = logger3("@wdio/cli:launcher");
|
|
2141
|
-
var TS_FILE_EXTENSIONS = [".ts", ".tsx"];
|
|
2141
|
+
var TS_FILE_EXTENSIONS = [".ts", ".tsx", ".mts", ".cts"];
|
|
2142
2142
|
var Launcher = class {
|
|
2143
2143
|
constructor(_configFilePath, _args = {}, _isWatchMode = false) {
|
|
2144
2144
|
this._configFilePath = _configFilePath;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/cli",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.5",
|
|
4
4
|
"description": "WebdriverIO testrunner command line interface",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/node": "^20.1.1",
|
|
43
43
|
"@vitest/snapshot": "^2.1.1",
|
|
44
44
|
"@wdio/config": "9.4.4",
|
|
45
|
-
"@wdio/globals": "9.4.
|
|
45
|
+
"@wdio/globals": "9.4.5",
|
|
46
46
|
"@wdio/logger": "9.4.4",
|
|
47
47
|
"@wdio/protocols": "9.4.4",
|
|
48
48
|
"@wdio/types": "9.4.4",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"read-pkg-up": "^10.0.0",
|
|
62
62
|
"recursive-readdir": "^2.2.3",
|
|
63
63
|
"tsx": "^4.7.2",
|
|
64
|
-
"webdriverio": "9.4.
|
|
64
|
+
"webdriverio": "9.4.5",
|
|
65
65
|
"yargs": "^17.7.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "cef3ee07f23f9029e3a73cfee2ab2326b5d44b05"
|
|
81
81
|
}
|