@cedarjs/cli 4.0.0-canary.13676 → 4.0.0-canary.13680
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.
|
|
3
|
+
"version": "4.0.0-canary.13680+e0abeb9cd",
|
|
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.
|
|
37
|
-
"@cedarjs/cli-helpers": "4.0.0-canary.
|
|
38
|
-
"@cedarjs/fastify-web": "4.0.0-canary.
|
|
39
|
-
"@cedarjs/internal": "4.0.0-canary.
|
|
40
|
-
"@cedarjs/prerender": "4.0.0-canary.
|
|
41
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
42
|
-
"@cedarjs/structure": "4.0.0-canary.
|
|
43
|
-
"@cedarjs/telemetry": "4.0.0-canary.
|
|
44
|
-
"@cedarjs/utils": "4.0.0-canary.
|
|
45
|
-
"@cedarjs/web-server": "4.0.0-canary.
|
|
36
|
+
"@cedarjs/api-server": "4.0.0-canary.13680",
|
|
37
|
+
"@cedarjs/cli-helpers": "4.0.0-canary.13680",
|
|
38
|
+
"@cedarjs/fastify-web": "4.0.0-canary.13680",
|
|
39
|
+
"@cedarjs/internal": "4.0.0-canary.13680",
|
|
40
|
+
"@cedarjs/prerender": "4.0.0-canary.13680",
|
|
41
|
+
"@cedarjs/project-config": "4.0.0-canary.13680",
|
|
42
|
+
"@cedarjs/structure": "4.0.0-canary.13680",
|
|
43
|
+
"@cedarjs/telemetry": "4.0.0-canary.13680",
|
|
44
|
+
"@cedarjs/utils": "4.0.0-canary.13680",
|
|
45
|
+
"@cedarjs/web-server": "4.0.0-canary.13680",
|
|
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": "
|
|
111
|
+
"gitHead": "e0abeb9cd80ac30b5b37656103df512022cc9ffe"
|
|
112
112
|
}
|