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

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
@@ -4693,7 +4693,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4693
4693
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4694
4694
  var CanUpdateAppProfilePermission = "0x036fef61";
4695
4695
  function getDefaultClientId() {
4696
- const version = true ? "0.4.1-dev" : "0.0.0";
4696
+ const version = true ? "0.4.1" : "0.0.0";
4697
4697
  return `ecloud-sdk/v${version}`;
4698
4698
  }
4699
4699
  var UserApiClient = class {
@@ -5315,7 +5315,7 @@ function getEnvironmentConfig(environment, chainID) {
5315
5315
  };
5316
5316
  }
5317
5317
  function getBuildType() {
5318
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5318
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5319
5319
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5320
5320
  const buildType = buildTimeType || runtimeType;
5321
5321
  if (buildType === "dev") {