@cedarjs/cli 1.0.0-canary.12845 → 1.0.0-canary.12846

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.
@@ -1,6 +1,6 @@
1
1
  # base
2
2
  # ----
3
- FROM node:20-bookworm-slim as base
3
+ FROM node:24-bookworm-slim as base
4
4
 
5
5
  RUN npm install --global corepack
6
6
 
@@ -59,7 +59,7 @@ RUN yarn cedar build web --no-prerender
59
59
 
60
60
  # api serve
61
61
  # ---------
62
- FROM node:20-bookworm-slim as api_serve
62
+ FROM node:24-bookworm-slim as api_serve
63
63
 
64
64
  RUN npm install --global corepack
65
65
 
@@ -103,7 +103,7 @@ CMD [ "node_modules/.bin/cedarjs-server", "api" ]
103
103
 
104
104
  # web serve
105
105
  # ---------
106
- FROM node:20-bookworm-slim as web_serve
106
+ FROM node:24-bookworm-slim as web_serve
107
107
 
108
108
  RUN npm install --global corepack
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "1.0.0-canary.12845+89fb74ca9",
3
+ "version": "1.0.0-canary.12846+b3b484d08",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "@babel/preset-typescript": "7.27.1",
33
33
  "@babel/runtime-corejs3": "7.27.6",
34
- "@cedarjs/api-server": "1.0.0-canary.12845",
35
- "@cedarjs/cli-helpers": "1.0.0-canary.12845",
36
- "@cedarjs/fastify-web": "1.0.0-canary.12845",
37
- "@cedarjs/internal": "1.0.0-canary.12845",
38
- "@cedarjs/prerender": "1.0.0-canary.12845",
39
- "@cedarjs/project-config": "1.0.0-canary.12845",
40
- "@cedarjs/structure": "1.0.0-canary.12845",
41
- "@cedarjs/telemetry": "1.0.0-canary.12845",
42
- "@cedarjs/web-server": "1.0.0-canary.12845",
34
+ "@cedarjs/api-server": "1.0.0-canary.12846",
35
+ "@cedarjs/cli-helpers": "1.0.0-canary.12846",
36
+ "@cedarjs/fastify-web": "1.0.0-canary.12846",
37
+ "@cedarjs/internal": "1.0.0-canary.12846",
38
+ "@cedarjs/prerender": "1.0.0-canary.12846",
39
+ "@cedarjs/project-config": "1.0.0-canary.12846",
40
+ "@cedarjs/structure": "1.0.0-canary.12846",
41
+ "@cedarjs/telemetry": "1.0.0-canary.12846",
42
+ "@cedarjs/web-server": "1.0.0-canary.12846",
43
43
  "@listr2/prompt-adapter-enquirer": "2.0.16",
44
44
  "@opentelemetry/api": "1.8.0",
45
45
  "@opentelemetry/core": "1.22.0",
@@ -101,5 +101,5 @@
101
101
  "publishConfig": {
102
102
  "access": "public"
103
103
  },
104
- "gitHead": "89fb74ca92842f3da4d780c47a526c2bec2a7a1f"
104
+ "gitHead": "b3b484d08766d2e9dc0f36c06ea59410b91f7671"
105
105
  }