@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.cjs CHANGED
@@ -4540,7 +4540,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4540
4540
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4541
4541
  var CanUpdateAppProfilePermission = "0x036fef61";
4542
4542
  function getDefaultClientId() {
4543
- const version = true ? "0.3.4-dev" : "0.0.0";
4543
+ const version = true ? "0.3.4" : "0.0.0";
4544
4544
  return `ecloud-sdk/v${version}`;
4545
4545
  }
4546
4546
  var UserApiClient = class {
@@ -5151,7 +5151,7 @@ function getEnvironmentConfig(environment, chainID) {
5151
5151
  };
5152
5152
  }
5153
5153
  function getBuildType() {
5154
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5154
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5155
5155
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5156
5156
  const buildType = buildTimeType || runtimeType;
5157
5157
  if (buildType === "dev") {