@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.js CHANGED
@@ -4689,7 +4689,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4689
4689
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4690
4690
  var CanUpdateAppProfilePermission = "0x036fef61";
4691
4691
  function getDefaultClientId() {
4692
- const version = true ? "0.4.0-dev.7" : "0.0.0";
4692
+ const version = true ? "0.4.0" : "0.0.0";
4693
4693
  return `ecloud-sdk/v${version}`;
4694
4694
  }
4695
4695
  var UserApiClient = class {
@@ -5311,7 +5311,7 @@ function getEnvironmentConfig(environment, chainID) {
5311
5311
  };
5312
5312
  }
5313
5313
  function getBuildType() {
5314
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5314
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5315
5315
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5316
5316
  const buildType = buildTimeType || runtimeType;
5317
5317
  if (buildType === "dev") {