@cedarjs/cli 4.0.0-canary.13704 → 4.0.0-canary.13706

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.
@@ -208,7 +208,7 @@ const handler = async ({
208
208
  handleInput: true,
209
209
  outputStream
210
210
  });
211
- result.catch((e) => {
211
+ result.then(() => process.exit(0)).catch((e) => {
212
212
  if (e?.message) {
213
213
  errorTelemetry(
214
214
  process.argv,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "4.0.0-canary.13704+8aab36e83",
3
+ "version": "4.0.0-canary.13706+df7a4c206",
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.13704",
37
- "@cedarjs/cli-helpers": "4.0.0-canary.13704",
38
- "@cedarjs/fastify-web": "4.0.0-canary.13704",
39
- "@cedarjs/internal": "4.0.0-canary.13704",
40
- "@cedarjs/prerender": "4.0.0-canary.13704",
41
- "@cedarjs/project-config": "4.0.0-canary.13704",
42
- "@cedarjs/structure": "4.0.0-canary.13704",
43
- "@cedarjs/telemetry": "4.0.0-canary.13704",
44
- "@cedarjs/utils": "4.0.0-canary.13704",
45
- "@cedarjs/web-server": "4.0.0-canary.13704",
36
+ "@cedarjs/api-server": "4.0.0-canary.13706",
37
+ "@cedarjs/cli-helpers": "4.0.0-canary.13706",
38
+ "@cedarjs/fastify-web": "4.0.0-canary.13706",
39
+ "@cedarjs/internal": "4.0.0-canary.13706",
40
+ "@cedarjs/prerender": "4.0.0-canary.13706",
41
+ "@cedarjs/project-config": "4.0.0-canary.13706",
42
+ "@cedarjs/structure": "4.0.0-canary.13706",
43
+ "@cedarjs/telemetry": "4.0.0-canary.13706",
44
+ "@cedarjs/utils": "4.0.0-canary.13706",
45
+ "@cedarjs/web-server": "4.0.0-canary.13706",
46
46
  "@listr2/prompt-adapter-enquirer": "4.2.1",
47
47
  "@opentelemetry/api": "1.9.0",
48
48
  "@opentelemetry/core": "1.30.1",
@@ -50,7 +50,7 @@
50
50
  "@opentelemetry/resources": "1.30.1",
51
51
  "@opentelemetry/sdk-trace-node": "1.30.1",
52
52
  "@opentelemetry/semantic-conventions": "1.38.0",
53
- "@prisma/internals": "7.5.0",
53
+ "@prisma/internals": "7.6.0",
54
54
  "ansis": "4.2.0",
55
55
  "archiver": "7.0.1",
56
56
  "boxen": "5.1.2",
@@ -76,7 +76,7 @@
76
76
  "pluralize": "8.0.0",
77
77
  "portfinder": "1.0.38",
78
78
  "prettier": "3.8.1",
79
- "prisma": "7.5.0",
79
+ "prisma": "7.6.0",
80
80
  "prompts": "2.4.2",
81
81
  "recast": "0.23.11",
82
82
  "rimraf": "6.1.3",
@@ -108,5 +108,5 @@
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "gitHead": "8aab36e83706f77dae344ed1fb1cc25e0db77693"
111
+ "gitHead": "df7a4c206dfe2e1ae168e2326ba251811fa29bdb"
112
112
  }