@layr-labs/ecloud-sdk 0.4.0-dev.7 → 0.4.0

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/compute.cjs CHANGED
@@ -4725,7 +4725,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4725
4725
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4726
4726
  var CanUpdateAppProfilePermission = "0x036fef61";
4727
4727
  function getDefaultClientId() {
4728
- const version = true ? "0.4.0-dev.7" : "0.0.0";
4728
+ const version = true ? "0.4.0" : "0.0.0";
4729
4729
  return `ecloud-sdk/v${version}`;
4730
4730
  }
4731
4731
  var UserApiClient = class {
@@ -5347,7 +5347,7 @@ function getEnvironmentConfig(environment, chainID) {
5347
5347
  };
5348
5348
  }
5349
5349
  function getBuildType() {
5350
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5350
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5351
5351
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5352
5352
  const buildType = buildTimeType || runtimeType;
5353
5353
  if (buildType === "dev") {