@layr-labs/ecloud-cli 0.4.2 → 0.4.3

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.
@@ -220,7 +220,7 @@ function listApps(environment) {
220
220
 
221
221
  // src/utils/version.ts
222
222
  function getCliVersion() {
223
- return true ? "0.4.2" : "0.0.0";
223
+ return true ? "0.4.3" : "0.0.0";
224
224
  }
225
225
  function getClientId() {
226
226
  return `ecloud-cli/v${getCliVersion()}`;
@@ -199,7 +199,7 @@ function getAppName(environment, appID) {
199
199
 
200
200
  // src/utils/version.ts
201
201
  function getCliVersion() {
202
- return true ? "0.4.2" : "0.0.0";
202
+ return true ? "0.4.3" : "0.0.0";
203
203
  }
204
204
  function getClientId() {
205
205
  return `ecloud-cli/v${getCliVersion()}`;
@@ -246,7 +246,7 @@ function listApps(environment) {
246
246
 
247
247
  // src/utils/version.ts
248
248
  function getCliVersion() {
249
- return true ? "0.4.2" : "0.0.0";
249
+ return true ? "0.4.3" : "0.0.0";
250
250
  }
251
251
  function getClientId() {
252
252
  return `ecloud-cli/v${getCliVersion()}`;
@@ -286,7 +286,7 @@ function listApps(environment) {
286
286
 
287
287
  // src/utils/version.ts
288
288
  function getCliVersion() {
289
- return true ? "0.4.2" : "0.0.0";
289
+ return true ? "0.4.3" : "0.0.0";
290
290
  }
291
291
  function getClientId() {
292
292
  return `ecloud-cli/v${getCliVersion()}`;
@@ -237,7 +237,7 @@ function listApps(environment) {
237
237
 
238
238
  // src/utils/version.ts
239
239
  function getCliVersion() {
240
- return true ? "0.4.2" : "0.0.0";
240
+ return true ? "0.4.3" : "0.0.0";
241
241
  }
242
242
  function getClientId() {
243
243
  return `ecloud-cli/v${getCliVersion()}`;
@@ -245,7 +245,7 @@ function listApps(environment) {
245
245
 
246
246
  // src/utils/version.ts
247
247
  function getCliVersion() {
248
- return true ? "0.4.2" : "0.0.0";
248
+ return true ? "0.4.3" : "0.0.0";
249
249
  }
250
250
  function getClientId() {
251
251
  return `ecloud-cli/v${getCliVersion()}`;
@@ -245,7 +245,7 @@ function listApps(environment) {
245
245
 
246
246
  // src/utils/version.ts
247
247
  function getCliVersion() {
248
- return true ? "0.4.2" : "0.0.0";
248
+ return true ? "0.4.3" : "0.0.0";
249
249
  }
250
250
  function getClientId() {
251
251
  return `ecloud-cli/v${getCliVersion()}`;
@@ -245,7 +245,7 @@ function listApps(environment) {
245
245
 
246
246
  // src/utils/version.ts
247
247
  function getCliVersion() {
248
- return true ? "0.4.2" : "0.0.0";
248
+ return true ? "0.4.3" : "0.0.0";
249
249
  }
250
250
  function getClientId() {
251
251
  return `ecloud-cli/v${getCliVersion()}`;
@@ -312,7 +312,7 @@ function listApps(environment) {
312
312
 
313
313
  // src/utils/version.ts
314
314
  function getCliVersion() {
315
- return true ? "0.4.2" : "0.0.0";
315
+ return true ? "0.4.3" : "0.0.0";
316
316
  }
317
317
  function getClientId() {
318
318
  return `ecloud-cli/v${getCliVersion()}`;
@@ -1900,7 +1900,7 @@ var AppUpgrade = class _AppUpgrade extends Command {
1900
1900
  flags["resource-usage-monitoring"]
1901
1901
  );
1902
1902
  const logVisibility = logSettings.publicLogs ? "public" : logSettings.logRedirect ? "private" : "off";
1903
- const { prepared, gasEstimate } = isVerifiable ? await compute.app.prepareUpgradeFromVerifiableBuild(appID, {
1903
+ const { prepared, gasEstimate } = verifiableMode === "git" ? await compute.app.prepareUpgradeFromVerifiableBuild(appID, {
1904
1904
  imageRef,
1905
1905
  imageDigest: verifiableImageDigest,
1906
1906
  envFile: envFilePath,