@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.
package/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.2
2
- commit=9ce3e64075eeaa0d5998fa1c2e53c2b065f0572e
1
+ version=0.4.3
2
+ commit=7df310e65040a43464be7cb70cd17f793e071a5c
@@ -305,7 +305,7 @@ function findAvailableName(environment, baseName) {
305
305
 
306
306
  // src/utils/version.ts
307
307
  function getCliVersion() {
308
- return true ? "0.4.2" : "0.0.0";
308
+ return true ? "0.4.3" : "0.0.0";
309
309
  }
310
310
  function getClientId() {
311
311
  return `ecloud-cli/v${getCliVersion()}`;
@@ -1888,7 +1888,7 @@ Warning: Wallet ${chalk2.bold(address)} has zero balance on ${environment}.`)
1888
1888
  flags["resource-usage-monitoring"]
1889
1889
  );
1890
1890
  const logVisibility = logSettings.publicLogs ? "public" : logSettings.logRedirect ? "private" : "off";
1891
- const { prepared, gasEstimate } = isVerifiable ? await compute.app.prepareDeployFromVerifiableBuild({
1891
+ const { prepared, gasEstimate } = verifiableMode === "git" ? await compute.app.prepareDeployFromVerifiableBuild({
1892
1892
  name: appName,
1893
1893
  imageRef,
1894
1894
  imageDigest: verifiableImageDigest,