@layr-labs/ecloud-sdk 0.3.0-dev.0 → 0.3.0

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/index.js CHANGED
@@ -4609,7 +4609,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4609
4609
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4610
4610
  var CanUpdateAppProfilePermission = "0x036fef61";
4611
4611
  function getDefaultClientId() {
4612
- const version = true ? "0.3.0-dev.0" : "0.0.0";
4612
+ const version = true ? "0.3.0" : "0.0.0";
4613
4613
  return `ecloud-sdk/v${version}`;
4614
4614
  }
4615
4615
  var UserApiClient = class {
@@ -5446,7 +5446,7 @@ function getBillingEnvironmentConfig(build) {
5446
5446
  return config;
5447
5447
  }
5448
5448
  function getBuildType() {
5449
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5449
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5450
5450
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5451
5451
  const buildType = buildTimeType || runtimeType;
5452
5452
  if (buildType === "dev") {