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