@cedarjs/cli 3.0.0-canary.13535 → 3.0.0-canary.13538
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.
|
@@ -188,7 +188,7 @@ const handler = async ({
|
|
|
188
188
|
}
|
|
189
189
|
if (preUpgradeMessage) {
|
|
190
190
|
console.log("");
|
|
191
|
-
console.log(` \u{1F4E3} ${c.info("Pre-upgrade
|
|
191
|
+
console.log(` \u{1F4E3} ${c.info("Pre-upgrade Script Messages:")}`);
|
|
192
192
|
console.log(" " + preUpgradeMessage.replace(/\n/g, "\n "));
|
|
193
193
|
}
|
|
194
194
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/cli",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.13538+4b0006516",
|
|
4
4
|
"description": "The CedarJS Command Line",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"@babel/parser": "7.29.0",
|
|
35
35
|
"@babel/preset-typescript": "7.28.5",
|
|
36
36
|
"@babel/runtime-corejs3": "7.29.0",
|
|
37
|
-
"@cedarjs/api-server": "3.0.0-canary.
|
|
38
|
-
"@cedarjs/cli-helpers": "3.0.0-canary.
|
|
39
|
-
"@cedarjs/fastify-web": "3.0.0-canary.
|
|
40
|
-
"@cedarjs/internal": "3.0.0-canary.
|
|
41
|
-
"@cedarjs/prerender": "3.0.0-canary.
|
|
42
|
-
"@cedarjs/project-config": "3.0.0-canary.
|
|
43
|
-
"@cedarjs/structure": "3.0.0-canary.
|
|
44
|
-
"@cedarjs/telemetry": "3.0.0-canary.
|
|
45
|
-
"@cedarjs/utils": "3.0.0-canary.
|
|
46
|
-
"@cedarjs/web-server": "3.0.0-canary.
|
|
37
|
+
"@cedarjs/api-server": "3.0.0-canary.13538",
|
|
38
|
+
"@cedarjs/cli-helpers": "3.0.0-canary.13538",
|
|
39
|
+
"@cedarjs/fastify-web": "3.0.0-canary.13538",
|
|
40
|
+
"@cedarjs/internal": "3.0.0-canary.13538",
|
|
41
|
+
"@cedarjs/prerender": "3.0.0-canary.13538",
|
|
42
|
+
"@cedarjs/project-config": "3.0.0-canary.13538",
|
|
43
|
+
"@cedarjs/structure": "3.0.0-canary.13538",
|
|
44
|
+
"@cedarjs/telemetry": "3.0.0-canary.13538",
|
|
45
|
+
"@cedarjs/utils": "3.0.0-canary.13538",
|
|
46
|
+
"@cedarjs/web-server": "3.0.0-canary.13538",
|
|
47
47
|
"@listr2/prompt-adapter-enquirer": "4.2.1",
|
|
48
48
|
"@opentelemetry/api": "1.9.0",
|
|
49
49
|
"@opentelemetry/core": "1.30.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"publishConfig": {
|
|
108
108
|
"access": "public"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "4b0006516456079faf79a01cf51132d9f916245f"
|
|
111
111
|
}
|