@cedarjs/cli 1.0.0-canary.12391 → 1.0.0-canary.12394
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.
- package/dist/commands/upgrade.js +2 -2
- package/package.json +11 -11
package/dist/commands/upgrade.js
CHANGED
|
@@ -112,7 +112,7 @@ const handler = async ({ dryRun, tag, verbose, dedupe, yes }) => {
|
|
|
112
112
|
task: async (ctx) => setLatestVersionToContext(ctx, tag)
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
title: "Updating your
|
|
115
|
+
title: "Updating your CedarJS version",
|
|
116
116
|
task: (ctx) => updateCedarDepsForAllSides(ctx, { dryRun, verbose }),
|
|
117
117
|
enabled: (ctx) => !!ctx.versionToUpgradeTo
|
|
118
118
|
},
|
|
@@ -153,7 +153,7 @@ const handler = async ({ dryRun, tag, verbose, dedupe, yes }) => {
|
|
|
153
153
|
`One more thing...
|
|
154
154
|
|
|
155
155
|
${c.warning(
|
|
156
|
-
`\u{1F389} Your project has been upgraded to
|
|
156
|
+
`\u{1F389} Your project has been upgraded to CedarJS ${version}!`
|
|
157
157
|
)}
|
|
158
158
|
|
|
159
159
|
`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.12394+6ab81cc88",
|
|
4
4
|
"description": "The Redwood Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime-corejs3": "7.27.6",
|
|
32
|
-
"@cedarjs/api-server": "1.0.0-canary.
|
|
33
|
-
"@cedarjs/cli-helpers": "1.0.0-canary.
|
|
34
|
-
"@cedarjs/fastify-web": "1.0.0-canary.
|
|
35
|
-
"@cedarjs/internal": "1.0.0-canary.
|
|
36
|
-
"@cedarjs/prerender": "1.0.0-canary.
|
|
37
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
38
|
-
"@cedarjs/structure": "1.0.0-canary.
|
|
39
|
-
"@cedarjs/telemetry": "1.0.0-canary.
|
|
40
|
-
"@cedarjs/web-server": "1.0.0-canary.
|
|
32
|
+
"@cedarjs/api-server": "1.0.0-canary.12394",
|
|
33
|
+
"@cedarjs/cli-helpers": "1.0.0-canary.12394",
|
|
34
|
+
"@cedarjs/fastify-web": "1.0.0-canary.12394",
|
|
35
|
+
"@cedarjs/internal": "1.0.0-canary.12394",
|
|
36
|
+
"@cedarjs/prerender": "1.0.0-canary.12394",
|
|
37
|
+
"@cedarjs/project-config": "1.0.0-canary.12394",
|
|
38
|
+
"@cedarjs/structure": "1.0.0-canary.12394",
|
|
39
|
+
"@cedarjs/telemetry": "1.0.0-canary.12394",
|
|
40
|
+
"@cedarjs/web-server": "1.0.0-canary.12394",
|
|
41
41
|
"@listr2/prompt-adapter-enquirer": "2.0.12",
|
|
42
42
|
"@opentelemetry/api": "1.8.0",
|
|
43
43
|
"@opentelemetry/core": "1.22.0",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"typescript": "5.6.2",
|
|
97
97
|
"vitest": "3.2.4"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "6ab81cc888ad2ab338e4fa474b39fb9536cd8813"
|
|
100
100
|
}
|