@cedarjs/cli 1.0.0-canary.13140 → 1.0.0-canary.13143
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.
|
@@ -6,20 +6,21 @@ const NETLIFY_TOML = `[build]
|
|
|
6
6
|
functions = "api/dist/functions"
|
|
7
7
|
|
|
8
8
|
[build.environment]
|
|
9
|
-
NODE_VERSION = "
|
|
9
|
+
NODE_VERSION = "24"
|
|
10
10
|
|
|
11
11
|
[[redirects]]
|
|
12
12
|
from = "/*"
|
|
13
13
|
to = "/200.html"
|
|
14
14
|
status = 200
|
|
15
15
|
|
|
16
|
-
# To use Netlify Dev, install Netlify's CLI (\`netlify-cli\`) from NPM and use
|
|
17
|
-
# to connect your local project to a site on Netlify. Then run
|
|
16
|
+
# To use Netlify Dev, install Netlify's CLI (\`netlify-cli\`) from NPM and use
|
|
17
|
+
# \`netlify link\` to connect your local project to a site on Netlify. Then run
|
|
18
|
+
# \`netlify dev\`.
|
|
18
19
|
#
|
|
19
20
|
# Quick links to the docs:
|
|
20
|
-
# -
|
|
21
|
-
# - Netlify's CLI https://docs.netlify.com/cli/get-started
|
|
22
|
-
# - \`netlify link\` https://
|
|
21
|
+
# - Netlify Dev https://docs.netlify.com/api-and-cli-guides/cli-guides/local-development
|
|
22
|
+
# - Netlify's CLI https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/
|
|
23
|
+
# - \`netlify link\` https://cli.netlify.com/commands/link/
|
|
23
24
|
[dev]
|
|
24
25
|
framework = "redwoodjs"
|
|
25
26
|
# Make sure \`targetPort\` matches \`web.port\` in the \`redwood.toml\`:
|
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.13143+ac6f89209",
|
|
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.28.5",
|
|
34
34
|
"@babel/runtime-corejs3": "7.28.4",
|
|
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.13143",
|
|
36
|
+
"@cedarjs/cli-helpers": "1.0.0-canary.13143",
|
|
37
|
+
"@cedarjs/fastify-web": "1.0.0-canary.13143",
|
|
38
|
+
"@cedarjs/internal": "1.0.0-canary.13143",
|
|
39
|
+
"@cedarjs/prerender": "1.0.0-canary.13143",
|
|
40
|
+
"@cedarjs/project-config": "1.0.0-canary.13143",
|
|
41
|
+
"@cedarjs/structure": "1.0.0-canary.13143",
|
|
42
|
+
"@cedarjs/telemetry": "1.0.0-canary.13143",
|
|
43
|
+
"@cedarjs/web-server": "1.0.0-canary.13143",
|
|
44
44
|
"@listr2/prompt-adapter-enquirer": "2.0.16",
|
|
45
45
|
"@opentelemetry/api": "1.8.0",
|
|
46
46
|
"@opentelemetry/core": "1.22.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"semver": "7.7.3",
|
|
81
81
|
"smol-toml": "1.6.0",
|
|
82
82
|
"string-env-interpolation": "1.0.1",
|
|
83
|
-
"systeminformation": "5.
|
|
83
|
+
"systeminformation": "5.29.0",
|
|
84
84
|
"termi-link": "1.1.0",
|
|
85
85
|
"title-case": "3.0.3",
|
|
86
86
|
"unionfs": "4.6.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "ac6f8920971001990ed97df69a7f932d8eef7a42"
|
|
106
106
|
}
|