@base44-preview/cli 0.0.30-pr.189.875c8ec → 0.0.30-pr.189.94b6060
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
|
@@ -154727,7 +154727,7 @@ async function pushConnectors(connectors) {
|
|
|
154727
154727
|
const localTypes = new Set(connectors.map((c) => c.type));
|
|
154728
154728
|
for (const connector of connectors) {
|
|
154729
154729
|
try {
|
|
154730
|
-
const response = await setConnector(connector.type, connector.scopes);
|
|
154730
|
+
const response = await setConnector(connector.type, connector.scopes ?? []);
|
|
154731
154731
|
results.push(setResponseToResult(connector.type, response));
|
|
154732
154732
|
} catch (err) {
|
|
154733
154733
|
results.push({
|
|
@@ -174932,4 +174932,4 @@ export {
|
|
|
174932
174932
|
CLIExitError
|
|
174933
174933
|
};
|
|
174934
174934
|
|
|
174935
|
-
//# debugId=
|
|
174935
|
+
//# debugId=58650510CAFB460264756E2164756E21
|