@base44-preview/cli 0.0.30-pr.219.90d5222 → 0.0.30-pr.222.4fab1c9
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 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -168799,7 +168799,7 @@ async function checkForUpgrade() {
|
|
|
168799
168799
|
function formatUpgradeMessage(info) {
|
|
168800
168800
|
const { shinyOrange } = theme.colors;
|
|
168801
168801
|
const { bold: bold2 } = theme.styles;
|
|
168802
|
-
return `${shinyOrange("Update available!")} ${shinyOrange(`${info.currentVersion} → ${info.latestVersion}`)} ${shinyOrange("Run:")} ${bold2(shinyOrange("npm
|
|
168802
|
+
return `${shinyOrange("Update available!")} ${shinyOrange(`${info.currentVersion} → ${info.latestVersion}`)} ${shinyOrange("Run:")} ${bold2(shinyOrange("npm install -g base44@latest"))}`;
|
|
168803
168803
|
}
|
|
168804
168804
|
async function printUpgradeNotificationIfAvailable() {
|
|
168805
168805
|
try {
|
|
@@ -174517,4 +174517,4 @@ export {
|
|
|
174517
174517
|
CLIExitError
|
|
174518
174518
|
};
|
|
174519
174519
|
|
|
174520
|
-
//# debugId=
|
|
174520
|
+
//# debugId=A5B25B882897A75664756E2164756E21
|