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

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
@@ -4501,7 +4501,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4501
4501
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4502
4502
  var CanUpdateAppProfilePermission = "0x036fef61";
4503
4503
  function getDefaultClientId() {
4504
- const version = true ? "0.3.4-dev" : "0.0.0";
4504
+ const version = true ? "0.3.4" : "0.0.0";
4505
4505
  return `ecloud-sdk/v${version}`;
4506
4506
  }
4507
4507
  var UserApiClient = class {
@@ -5112,7 +5112,7 @@ function getEnvironmentConfig(environment, chainID) {
5112
5112
  };
5113
5113
  }
5114
5114
  function getBuildType() {
5115
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5115
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5116
5116
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5117
5117
  const buildType = buildTimeType || runtimeType;
5118
5118
  if (buildType === "dev") {