@cedarjs/cli 2.0.3-next.1 → 2.0.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# base
|
|
2
2
|
# ----
|
|
3
|
-
FROM node:
|
|
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:
|
|
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:
|
|
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": "2.0.3
|
|
3
|
+
"version": "2.0.3",
|
|
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": "2.0.3
|
|
35
|
-
"@cedarjs/cli-helpers": "2.0.3
|
|
36
|
-
"@cedarjs/fastify-web": "2.0.3
|
|
37
|
-
"@cedarjs/internal": "2.0.3
|
|
38
|
-
"@cedarjs/prerender": "2.0.3
|
|
39
|
-
"@cedarjs/project-config": "2.0.3
|
|
40
|
-
"@cedarjs/structure": "2.0.3
|
|
41
|
-
"@cedarjs/telemetry": "2.0.3
|
|
42
|
-
"@cedarjs/web-server": "2.0.3
|
|
34
|
+
"@cedarjs/api-server": "2.0.3",
|
|
35
|
+
"@cedarjs/cli-helpers": "2.0.3",
|
|
36
|
+
"@cedarjs/fastify-web": "2.0.3",
|
|
37
|
+
"@cedarjs/internal": "2.0.3",
|
|
38
|
+
"@cedarjs/prerender": "2.0.3",
|
|
39
|
+
"@cedarjs/project-config": "2.0.3",
|
|
40
|
+
"@cedarjs/structure": "2.0.3",
|
|
41
|
+
"@cedarjs/telemetry": "2.0.3",
|
|
42
|
+
"@cedarjs/web-server": "2.0.3",
|
|
43
43
|
"@listr2/prompt-adapter-enquirer": "2.0.16",
|
|
44
44
|
"@opentelemetry/api": "1.8.0",
|
|
45
45
|
"@opentelemetry/core": "1.22.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@opentelemetry/resources": "1.22.0",
|
|
48
48
|
"@opentelemetry/sdk-trace-node": "1.22.0",
|
|
49
49
|
"@opentelemetry/semantic-conventions": "1.22.0",
|
|
50
|
-
"@prisma/internals": "6.19.
|
|
50
|
+
"@prisma/internals": "6.19.1",
|
|
51
51
|
"ansis": "4.1.0",
|
|
52
52
|
"archiver": "7.0.1",
|
|
53
53
|
"boxen": "5.1.2",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"lodash": "4.17.21",
|
|
73
73
|
"pascalcase": "1.0.0",
|
|
74
74
|
"pluralize": "8.0.0",
|
|
75
|
-
"portfinder": "1.0.
|
|
75
|
+
"portfinder": "1.0.38",
|
|
76
76
|
"prettier": "3.6.2",
|
|
77
|
-
"prisma": "6.19.
|
|
77
|
+
"prisma": "6.19.1",
|
|
78
78
|
"prompts": "2.4.2",
|
|
79
79
|
"rimraf": "6.0.1",
|
|
80
80
|
"semver": "7.6.3",
|
|
@@ -92,14 +92,14 @@
|
|
|
92
92
|
"@babel/cli": "7.27.2",
|
|
93
93
|
"@babel/core": "^7.26.10",
|
|
94
94
|
"@types/archiver": "^6",
|
|
95
|
-
"memfs": "4.
|
|
95
|
+
"memfs": "4.51.1",
|
|
96
96
|
"node-ssh": "13.2.1",
|
|
97
|
-
"tsx": "4.
|
|
97
|
+
"tsx": "4.21.0",
|
|
98
98
|
"typescript": "5.9.3",
|
|
99
99
|
"vitest": "3.2.4"
|
|
100
100
|
},
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "19cf3ac8ebf0a881a6c6e7372effee2f9d633d3d"
|
|
105
105
|
}
|