@cedarjs/cli 4.0.0-canary.13806 → 4.0.0-canary.13808

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.
@@ -99,7 +99,7 @@ ENV NODE_ENV=production
99
99
  # This is important if you intend to configure GraphQL to use Realtime.
100
100
  #
101
101
  # CMD [ "./api/dist/server.js" ]
102
- CMD [ "node_modules/.bin/cedarjs-server", "api" ]
102
+ CMD ["node_modules/.bin/cedarjs-server", "api"]
103
103
 
104
104
  # web serve
105
105
  # ---------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "4.0.0-canary.13806+b31c3fe3be",
3
+ "version": "4.0.0-canary.13808+65a6e354e0",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,16 +33,16 @@
33
33
  "dependencies": {
34
34
  "@babel/parser": "7.29.2",
35
35
  "@babel/preset-typescript": "7.28.5",
36
- "@cedarjs/api-server": "4.0.0-canary.13806",
37
- "@cedarjs/cli-helpers": "4.0.0-canary.13806",
38
- "@cedarjs/fastify-web": "4.0.0-canary.13806",
39
- "@cedarjs/internal": "4.0.0-canary.13806",
40
- "@cedarjs/prerender": "4.0.0-canary.13806",
41
- "@cedarjs/project-config": "4.0.0-canary.13806",
42
- "@cedarjs/structure": "4.0.0-canary.13806",
43
- "@cedarjs/telemetry": "4.0.0-canary.13806",
44
- "@cedarjs/utils": "4.0.0-canary.13806",
45
- "@cedarjs/web-server": "4.0.0-canary.13806",
36
+ "@cedarjs/api-server": "4.0.0-canary.13808",
37
+ "@cedarjs/cli-helpers": "4.0.0-canary.13808",
38
+ "@cedarjs/fastify-web": "4.0.0-canary.13808",
39
+ "@cedarjs/internal": "4.0.0-canary.13808",
40
+ "@cedarjs/prerender": "4.0.0-canary.13808",
41
+ "@cedarjs/project-config": "4.0.0-canary.13808",
42
+ "@cedarjs/structure": "4.0.0-canary.13808",
43
+ "@cedarjs/telemetry": "4.0.0-canary.13808",
44
+ "@cedarjs/utils": "4.0.0-canary.13808",
45
+ "@cedarjs/web-server": "4.0.0-canary.13808",
46
46
  "@listr2/prompt-adapter-enquirer": "4.2.1",
47
47
  "@opentelemetry/api": "1.9.0",
48
48
  "@opentelemetry/core": "1.30.1",
@@ -108,5 +108,5 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "gitHead": "b31c3fe3be1062435c47ad2bf88517725b59c3ac"
111
+ "gitHead": "65a6e354e008fb4b103f050ce52147a11018c160"
112
112
  }