@base44-preview/cli 0.0.37-pr.360.194aaef → 0.0.37-pr.361.487ef13
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 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -234212,7 +234212,8 @@ async function setSecrets(secrets) {
|
|
|
234212
234212
|
let response;
|
|
234213
234213
|
try {
|
|
234214
234214
|
response = await appClient.post("secrets", {
|
|
234215
|
-
json: secrets
|
|
234215
|
+
json: secrets,
|
|
234216
|
+
timeout: false
|
|
234216
234217
|
});
|
|
234217
234218
|
} catch (error48) {
|
|
234218
234219
|
throw await ApiError.fromHttpError(error48, "setting secrets");
|
|
@@ -248705,4 +248706,4 @@ export {
|
|
|
248705
248706
|
CLIExitError
|
|
248706
248707
|
};
|
|
248707
248708
|
|
|
248708
|
-
//# debugId=
|
|
248709
|
+
//# debugId=713CC237B538FE8F64756E2164756E21
|