@cedarjs/cli 1.0.0-canary.12730 → 1.0.0-canary.12732
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.
|
@@ -11,10 +11,8 @@ function checkNodeVersion() {
|
|
|
11
11
|
}
|
|
12
12
|
checks.ok = false;
|
|
13
13
|
checks.message = [
|
|
14
|
-
`Your Node.js version is ${c.warning(
|
|
15
|
-
|
|
16
|
-
)}, but Redwood requires ${c.important(`>=${LOWER_BOUND}`)}.`,
|
|
17
|
-
"Upgrade your Node.js version using `nvm` or a similar tool. See https://redwoodjs.com/docs/how-to/using-nvm."
|
|
14
|
+
`Your Node.js version is ${c.warning(pVersion)}, but Cedar requires ${c.important(`>= ${LOWER_BOUND}`)}.`,
|
|
15
|
+
"Upgrade your Node.js version using `nvm`, `n`, or a similar tool. See https://cedarjs.com/docs/how-to/using-nvm."
|
|
18
16
|
].join("\n");
|
|
19
17
|
return checks;
|
|
20
18
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12732+9081420ce",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/preset-typescript": "7.27.1",
|
|
34
34
|
"@babel/runtime-corejs3": "7.27.6",
|
|
35
|
-
"@cedarjs/api-server": "1.0.0-canary.
|
|
36
|
-
"@cedarjs/cli-helpers": "1.0.0-canary.
|
|
37
|
-
"@cedarjs/fastify-web": "1.0.0-canary.
|
|
38
|
-
"@cedarjs/internal": "1.0.0-canary.
|
|
39
|
-
"@cedarjs/prerender": "1.0.0-canary.
|
|
40
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
41
|
-
"@cedarjs/structure": "1.0.0-canary.
|
|
42
|
-
"@cedarjs/telemetry": "1.0.0-canary.
|
|
43
|
-
"@cedarjs/web-server": "1.0.0-canary.
|
|
35
|
+
"@cedarjs/api-server": "1.0.0-canary.12732",
|
|
36
|
+
"@cedarjs/cli-helpers": "1.0.0-canary.12732",
|
|
37
|
+
"@cedarjs/fastify-web": "1.0.0-canary.12732",
|
|
38
|
+
"@cedarjs/internal": "1.0.0-canary.12732",
|
|
39
|
+
"@cedarjs/prerender": "1.0.0-canary.12732",
|
|
40
|
+
"@cedarjs/project-config": "1.0.0-canary.12732",
|
|
41
|
+
"@cedarjs/structure": "1.0.0-canary.12732",
|
|
42
|
+
"@cedarjs/telemetry": "1.0.0-canary.12732",
|
|
43
|
+
"@cedarjs/web-server": "1.0.0-canary.12732",
|
|
44
44
|
"@listr2/prompt-adapter-enquirer": "2.0.16",
|
|
45
45
|
"@opentelemetry/api": "1.8.0",
|
|
46
46
|
"@opentelemetry/core": "1.22.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "9081420ce3c1d72953b010937f11e30b26fcfa49"
|
|
106
106
|
}
|