@base44-preview/cli 0.0.30-pr.211.e650aac → 0.0.30-pr.211.eb36cd7
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
|
@@ -170325,7 +170325,7 @@ ${summaryLines.join(`
|
|
|
170325
170325
|
});
|
|
170326
170326
|
if (oauthOutcomes.size === 0) {
|
|
170327
170327
|
const pending = needsOAuth.map((c3) => c3.type).join(", ");
|
|
170328
|
-
M2.info(`
|
|
170328
|
+
M2.info(`To authorize, run 'base44 connectors push' or open the links above in your browser.`);
|
|
170329
170329
|
}
|
|
170330
170330
|
}
|
|
170331
170331
|
M2.message(`${theme.styles.header("Dashboard")}: ${theme.colors.links(getDashboardUrl())}`);
|
|
@@ -174957,4 +174957,4 @@ export {
|
|
|
174957
174957
|
CLIExitError
|
|
174958
174958
|
};
|
|
174959
174959
|
|
|
174960
|
-
//# debugId=
|
|
174960
|
+
//# debugId=11497327DA6C4B7264756E2164756E21
|