@cedarjs/cli 5.0.0-canary.2401 → 5.0.0-canary.2404

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.
@@ -111,7 +111,7 @@ const vercelConfig = {
111
111
  };
112
112
  const vercelUDConfig = {
113
113
  build: {
114
- command: "yarn cedar build --ud --verbose",
114
+ command: "yarn cedar build --ud --verbose --apiRootPath=/.api/functions",
115
115
  env: {
116
116
  ENABLE_EXPERIMENTAL_COREPACK: "1"
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "5.0.0-canary.2401",
3
+ "version": "5.0.0-canary.2404",
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.3",
35
35
  "@babel/preset-typescript": "7.28.5",
36
- "@cedarjs/api-server": "5.0.0-canary.2401",
37
- "@cedarjs/cli-helpers": "5.0.0-canary.2401",
38
- "@cedarjs/fastify-web": "5.0.0-canary.2401",
39
- "@cedarjs/internal": "5.0.0-canary.2401",
40
- "@cedarjs/prerender": "5.0.0-canary.2401",
41
- "@cedarjs/project-config": "5.0.0-canary.2401",
42
- "@cedarjs/structure": "5.0.0-canary.2401",
43
- "@cedarjs/telemetry": "5.0.0-canary.2401",
44
- "@cedarjs/utils": "5.0.0-canary.2401",
45
- "@cedarjs/vite": "5.0.0-canary.2401",
46
- "@cedarjs/web-server": "5.0.0-canary.2401",
36
+ "@cedarjs/api-server": "5.0.0-canary.2404",
37
+ "@cedarjs/cli-helpers": "5.0.0-canary.2404",
38
+ "@cedarjs/fastify-web": "5.0.0-canary.2404",
39
+ "@cedarjs/internal": "5.0.0-canary.2404",
40
+ "@cedarjs/prerender": "5.0.0-canary.2404",
41
+ "@cedarjs/project-config": "5.0.0-canary.2404",
42
+ "@cedarjs/structure": "5.0.0-canary.2404",
43
+ "@cedarjs/telemetry": "5.0.0-canary.2404",
44
+ "@cedarjs/utils": "5.0.0-canary.2404",
45
+ "@cedarjs/vite": "5.0.0-canary.2404",
46
+ "@cedarjs/web-server": "5.0.0-canary.2404",
47
47
  "@listr2/prompt-adapter-enquirer": "4.2.1",
48
48
  "@opentelemetry/api": "1.9.1",
49
49
  "@opentelemetry/core": "1.30.1",