@layr-labs/ecloud-sdk 0.3.2-dev → 0.3.2

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
@@ -4466,7 +4466,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4466
4466
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4467
4467
  var CanUpdateAppProfilePermission = "0x036fef61";
4468
4468
  function getDefaultClientId() {
4469
- const version = true ? "0.3.2-dev" : "0.0.0";
4469
+ const version = true ? "0.3.2" : "0.0.0";
4470
4470
  return `ecloud-sdk/v${version}`;
4471
4471
  }
4472
4472
  var UserApiClient = class {
@@ -5077,7 +5077,7 @@ function getEnvironmentConfig(environment, chainID) {
5077
5077
  };
5078
5078
  }
5079
5079
  function getBuildType() {
5080
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5080
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5081
5081
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5082
5082
  const buildType = buildTimeType || runtimeType;
5083
5083
  if (buildType === "dev") {