@cedarjs/cli 4.0.0-canary.13675 → 4.0.0-canary.13677

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.
@@ -127,12 +127,11 @@ const handler = async (upgradeOptions) => {
127
127
  title: "One more thing..",
128
128
  task: (ctx, task) => {
129
129
  const version = ctx.versionToUpgradeTo;
130
+ const upgradeMessage = dryRun ? `\u{1F3C3} Dry run complete. Your project would be upgraded to CedarJS ${version}.` : `\u{1F389} Your project has been upgraded to CedarJS ${version}!`;
130
131
  const messageSections = [
131
132
  `One more thing...
132
133
 
133
- ${c.warning(
134
- `\u{1F389} Your project has been upgraded to CedarJS ${version}!`
135
- )}
134
+ ${c.warning(upgradeMessage)}
136
135
 
137
136
  `
138
137
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/cli",
3
- "version": "4.0.0-canary.13675+8262a8b2b",
3
+ "version": "4.0.0-canary.13677+5367a90ac",
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.13675",
37
- "@cedarjs/cli-helpers": "4.0.0-canary.13675",
38
- "@cedarjs/fastify-web": "4.0.0-canary.13675",
39
- "@cedarjs/internal": "4.0.0-canary.13675",
40
- "@cedarjs/prerender": "4.0.0-canary.13675",
41
- "@cedarjs/project-config": "4.0.0-canary.13675",
42
- "@cedarjs/structure": "4.0.0-canary.13675",
43
- "@cedarjs/telemetry": "4.0.0-canary.13675",
44
- "@cedarjs/utils": "4.0.0-canary.13675",
45
- "@cedarjs/web-server": "4.0.0-canary.13675",
36
+ "@cedarjs/api-server": "4.0.0-canary.13677",
37
+ "@cedarjs/cli-helpers": "4.0.0-canary.13677",
38
+ "@cedarjs/fastify-web": "4.0.0-canary.13677",
39
+ "@cedarjs/internal": "4.0.0-canary.13677",
40
+ "@cedarjs/prerender": "4.0.0-canary.13677",
41
+ "@cedarjs/project-config": "4.0.0-canary.13677",
42
+ "@cedarjs/structure": "4.0.0-canary.13677",
43
+ "@cedarjs/telemetry": "4.0.0-canary.13677",
44
+ "@cedarjs/utils": "4.0.0-canary.13677",
45
+ "@cedarjs/web-server": "4.0.0-canary.13677",
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": "8262a8b2baf0be63592cde7f6198d234cfd5698b"
111
+ "gitHead": "5367a90ac1304cf1360e4269983db3d7680e1e7f"
112
112
  }