@webiny/cli 5.40.0-beta.4 → 5.40.0-beta.6
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/bin.js +1 -1
- package/package.json +4 -4
package/bin.js
CHANGED
|
@@ -13,7 +13,7 @@ const currentNodeVersion = process.versions.node;
|
|
|
13
13
|
[
|
|
14
14
|
`You are running Node.js ${currentNodeVersion}, but Webiny requires version 14 or higher.`,
|
|
15
15
|
`Please switch to one of the required versions and try again.`,
|
|
16
|
-
`For more information, please visit https://
|
|
16
|
+
`For more information, please visit https://www.webiny.com/docs/get-started/install-webiny#prerequisites.`
|
|
17
17
|
].join(" ")
|
|
18
18
|
)
|
|
19
19
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/cli",
|
|
3
|
-
"version": "5.40.0-beta.
|
|
3
|
+
"version": "5.40.0-beta.6",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"bin": {
|
|
6
6
|
"webiny": "./bin.js"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"author": "Pavel Denisjuk <pavel@webiny.com>",
|
|
14
14
|
"description": "A tool to bootstrap a Webiny project.",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@webiny/telemetry": "5.40.0-beta.
|
|
17
|
-
"@webiny/wcp": "5.40.0-beta.
|
|
16
|
+
"@webiny/telemetry": "5.40.0-beta.6",
|
|
17
|
+
"@webiny/wcp": "5.40.0-beta.6",
|
|
18
18
|
"boolean": "3.2.0",
|
|
19
19
|
"camelcase": "5.3.1",
|
|
20
20
|
"chalk": "4.1.2",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "e6ce53a387a9b1ab39aa8d15e4ed9be2359f17aa"
|
|
69
69
|
}
|