@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.cjs CHANGED
@@ -4505,7 +4505,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4505
4505
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4506
4506
  var CanUpdateAppProfilePermission = "0x036fef61";
4507
4507
  function getDefaultClientId() {
4508
- const version = true ? "0.3.2-dev" : "0.0.0";
4508
+ const version = true ? "0.3.2" : "0.0.0";
4509
4509
  return `ecloud-sdk/v${version}`;
4510
4510
  }
4511
4511
  var UserApiClient = class {
@@ -5116,7 +5116,7 @@ function getEnvironmentConfig(environment, chainID) {
5116
5116
  };
5117
5117
  }
5118
5118
  function getBuildType() {
5119
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5119
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5120
5120
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5121
5121
  const buildType = buildTimeType || runtimeType;
5122
5122
  if (buildType === "dev") {