@cedarjs/cli 5.0.0-canary.13902 → 5.0.0-canary.13908

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.
@@ -22,7 +22,7 @@ const builder = async (yargs) => {
22
22
  builder: (yargs2) => {
23
23
  bothServerCLIConfig.builder(yargs2);
24
24
  return yargs2.option("ud", {
25
- description: "Use the Universal Deploy server (srvx) for the API side. The web side is served by the existing static file server. Pass --ud to opt in; the default is Fastify for both sides.",
25
+ description: "Use the Universal Deploy server for the API side. The web side is served by the existing static file server. Pass --ud to opt in; the default is Fastify for both sides.",
26
26
  type: "boolean",
27
27
  default: false
28
28
  });
@@ -163,7 +163,7 @@ const builder = async (yargs) => {
163
163
  return yargs2.option("ud", {
164
164
  // UD serving is opt-in. Pass --ud to use the new srvx server instead
165
165
  // of the legacy Fastify server.
166
- description: "Use the Universal Deploy server (srvx). Pass --ud to opt in; the default is Fastify.",
166
+ description: "Use the Universal Deploy server. Pass --ud to opt in; the default is Fastify.",
167
167
  type: "boolean",
168
168
  default: false
169
169
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "5.0.0-canary.13902+61d1e11811",
3
+ "version": "5.0.0-canary.13908+2fe5f8d755",
4
4
  "description": "The CedarJS Command Line",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,17 +33,17 @@
33
33
  "dependencies": {
34
34
  "@babel/parser": "7.29.2",
35
35
  "@babel/preset-typescript": "7.28.5",
36
- "@cedarjs/api-server": "5.0.0-canary.13902",
37
- "@cedarjs/cli-helpers": "5.0.0-canary.13902",
38
- "@cedarjs/fastify-web": "5.0.0-canary.13902",
39
- "@cedarjs/internal": "5.0.0-canary.13902",
40
- "@cedarjs/prerender": "5.0.0-canary.13902",
41
- "@cedarjs/project-config": "5.0.0-canary.13902",
42
- "@cedarjs/structure": "5.0.0-canary.13902",
43
- "@cedarjs/telemetry": "5.0.0-canary.13902",
44
- "@cedarjs/utils": "5.0.0-canary.13902",
45
- "@cedarjs/vite": "5.0.0-canary.13902",
46
- "@cedarjs/web-server": "5.0.0-canary.13902",
36
+ "@cedarjs/api-server": "5.0.0-canary.13908",
37
+ "@cedarjs/cli-helpers": "5.0.0-canary.13908",
38
+ "@cedarjs/fastify-web": "5.0.0-canary.13908",
39
+ "@cedarjs/internal": "5.0.0-canary.13908",
40
+ "@cedarjs/prerender": "5.0.0-canary.13908",
41
+ "@cedarjs/project-config": "5.0.0-canary.13908",
42
+ "@cedarjs/structure": "5.0.0-canary.13908",
43
+ "@cedarjs/telemetry": "5.0.0-canary.13908",
44
+ "@cedarjs/utils": "5.0.0-canary.13908",
45
+ "@cedarjs/vite": "5.0.0-canary.13908",
46
+ "@cedarjs/web-server": "5.0.0-canary.13908",
47
47
  "@listr2/prompt-adapter-enquirer": "4.2.1",
48
48
  "@opentelemetry/api": "1.9.0",
49
49
  "@opentelemetry/core": "1.30.1",
@@ -108,5 +108,5 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "gitHead": "61d1e11811bdc624db5b3aab49346430cfc963bc"
111
+ "gitHead": "2fe5f8d7555668e0ecc0bb0489e9c4a5c8eb4662"
112
112
  }