@cedarjs/cli 3.0.0-canary.13534 → 3.0.0-canary.13536

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 Message:")}`);
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.13534+71d3ca4e9",
3
+ "version": "3.0.0-canary.13536+c58fa02f9",
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.13534",
38
- "@cedarjs/cli-helpers": "3.0.0-canary.13534",
39
- "@cedarjs/fastify-web": "3.0.0-canary.13534",
40
- "@cedarjs/internal": "3.0.0-canary.13534",
41
- "@cedarjs/prerender": "3.0.0-canary.13534",
42
- "@cedarjs/project-config": "3.0.0-canary.13534",
43
- "@cedarjs/structure": "3.0.0-canary.13534",
44
- "@cedarjs/telemetry": "3.0.0-canary.13534",
45
- "@cedarjs/utils": "3.0.0-canary.13534",
46
- "@cedarjs/web-server": "3.0.0-canary.13534",
37
+ "@cedarjs/api-server": "3.0.0-canary.13536",
38
+ "@cedarjs/cli-helpers": "3.0.0-canary.13536",
39
+ "@cedarjs/fastify-web": "3.0.0-canary.13536",
40
+ "@cedarjs/internal": "3.0.0-canary.13536",
41
+ "@cedarjs/prerender": "3.0.0-canary.13536",
42
+ "@cedarjs/project-config": "3.0.0-canary.13536",
43
+ "@cedarjs/structure": "3.0.0-canary.13536",
44
+ "@cedarjs/telemetry": "3.0.0-canary.13536",
45
+ "@cedarjs/utils": "3.0.0-canary.13536",
46
+ "@cedarjs/web-server": "3.0.0-canary.13536",
47
47
  "@listr2/prompt-adapter-enquirer": "4.2.1",
48
48
  "@opentelemetry/api": "1.9.0",
49
49
  "@opentelemetry/core": "1.30.1",
@@ -85,7 +85,7 @@
85
85
  "semver": "7.7.4",
86
86
  "smol-toml": "1.6.0",
87
87
  "string-env-interpolation": "1.0.1",
88
- "systeminformation": "5.31.1",
88
+ "systeminformation": "5.31.2",
89
89
  "termi-link": "1.1.0",
90
90
  "title-case": "3.0.3",
91
91
  "unionfs": "4.6.0",
@@ -107,5 +107,5 @@
107
107
  "publishConfig": {
108
108
  "access": "public"
109
109
  },
110
- "gitHead": "71d3ca4e9a72e27cdab257babf946b3427cf8bd2"
110
+ "gitHead": "c58fa02f98a450aa10595224b4ff5520f5879871"
111
111
  }