@base44-preview/cli 0.0.37-pr.365.290ff33 → 0.0.37-pr.365.600b1d5
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/cli/index.js +2 -5
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -242023,10 +242023,7 @@ function formatUpgradeBox(info) {
|
|
|
242023
242023
|
const { bold: bold2 } = theme.styles;
|
|
242024
242024
|
const lines = [
|
|
242025
242025
|
shinyOrange(`Update available! ${info.currentVersion} → ${bold2(info.latestVersion)}`),
|
|
242026
|
-
shinyOrange(`Run: ${bold2(UPGRADE_COMMAND)}`)
|
|
242027
|
-
"",
|
|
242028
|
-
"[Agent Hints]",
|
|
242029
|
-
` Run: ${UPGRADE_COMMAND}`
|
|
242026
|
+
shinyOrange(`Run: ${bold2(UPGRADE_COMMAND)}`)
|
|
242030
242027
|
];
|
|
242031
242028
|
const maxVisualWidth = Math.max(...lines.map((l) => stripAnsi(l).length));
|
|
242032
242029
|
const pad = (line) => {
|
|
@@ -250831,4 +250828,4 @@ export {
|
|
|
250831
250828
|
CLIExitError
|
|
250832
250829
|
};
|
|
250833
250830
|
|
|
250834
|
-
//# debugId=
|
|
250831
|
+
//# debugId=BFC56E0BF807E18264756E2164756E21
|