create-wdio 9.31.6 → 9.32.0-alpha.3
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/config/cli.js +1 -1
- package/build/index.js +1 -1
- package/build/install/cli.js +1 -1
- package/build/utils/index.js +1 -1
- package/package.json +2 -2
package/build/config/cli.js
CHANGED
|
@@ -669,7 +669,7 @@ async function formatConfigFilePaths(config) {
|
|
|
669
669
|
// package.json
|
|
670
670
|
var package_default = {
|
|
671
671
|
name: "create-wdio",
|
|
672
|
-
version: "9.31.
|
|
672
|
+
version: "9.31.6",
|
|
673
673
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
674
674
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
675
675
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
package/build/index.js
CHANGED
|
@@ -24,7 +24,7 @@ import spawn from "cross-spawn";
|
|
|
24
24
|
// package.json
|
|
25
25
|
var package_default = {
|
|
26
26
|
name: "create-wdio",
|
|
27
|
-
version: "9.31.
|
|
27
|
+
version: "9.31.6",
|
|
28
28
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
29
29
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
30
30
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
package/build/install/cli.js
CHANGED
|
@@ -85,7 +85,7 @@ import spawn from "cross-spawn";
|
|
|
85
85
|
// package.json
|
|
86
86
|
var package_default = {
|
|
87
87
|
name: "create-wdio",
|
|
88
|
-
version: "9.31.
|
|
88
|
+
version: "9.31.6",
|
|
89
89
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
90
90
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
91
91
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
package/build/utils/index.js
CHANGED
|
@@ -88,7 +88,7 @@ async function detectCompiler(answers) {
|
|
|
88
88
|
// package.json
|
|
89
89
|
var package_default = {
|
|
90
90
|
name: "create-wdio",
|
|
91
|
-
version: "9.31.
|
|
91
|
+
version: "9.31.6",
|
|
92
92
|
description: "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
93
93
|
author: "WebdriverIO Team <mail@webdriver.io>",
|
|
94
94
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-wdio",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.32.0-alpha.3+d8b6a29ba",
|
|
4
4
|
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run",
|
|
5
5
|
"author": "WebdriverIO Team <mail@webdriver.io>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "d8b6a29ba73af54edb002d2a2e1a55b64849a8ef"
|
|
81
81
|
}
|