@base44-preview/cli 0.0.31-pr.211.1b42e07 → 0.0.31-pr.211.25a2296
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 +3 -1
- package/dist/cli/index.js.map +5 -5
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -194306,6 +194306,7 @@ async function promptOAuthFlows(pending, options) {
|
|
|
194306
194306
|
if (pending.length === 0) {
|
|
194307
194307
|
return outcomes;
|
|
194308
194308
|
}
|
|
194309
|
+
M2.info("");
|
|
194309
194310
|
M2.warn(`${pending.length} connector(s) require authorization in your browser:`);
|
|
194310
194311
|
for (const connector2 of pending) {
|
|
194311
194312
|
M2.info(` ${connector2.type}: ${theme.styles.dim(connector2.redirectUrl)}`);
|
|
@@ -194374,6 +194375,7 @@ function printSummary(results, oauthOutcomes) {
|
|
|
194374
194375
|
}
|
|
194375
194376
|
}
|
|
194376
194377
|
}
|
|
194378
|
+
M2.info("");
|
|
194377
194379
|
M2.info(theme.styles.bold("Summary:"));
|
|
194378
194380
|
if (synced.length > 0) {
|
|
194379
194381
|
M2.success(`Synced: ${synced.join(", ")}`);
|
|
@@ -199641,4 +199643,4 @@ export {
|
|
|
199641
199643
|
CLIExitError
|
|
199642
199644
|
};
|
|
199643
199645
|
|
|
199644
|
-
//# debugId=
|
|
199646
|
+
//# debugId=CEF794213C64721E64756E2164756E21
|