@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.cjs CHANGED
@@ -4755,7 +4755,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4755
4755
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4756
4756
  var CanUpdateAppProfilePermission = "0x036fef61";
4757
4757
  function getDefaultClientId() {
4758
- const version = true ? "0.3.2-dev" : "0.0.0";
4758
+ const version = true ? "0.3.2" : "0.0.0";
4759
4759
  return `ecloud-sdk/v${version}`;
4760
4760
  }
4761
4761
  var UserApiClient = class {
@@ -5592,7 +5592,7 @@ function getBillingEnvironmentConfig(build) {
5592
5592
  return config;
5593
5593
  }
5594
5594
  function getBuildType() {
5595
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5595
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5596
5596
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5597
5597
  const buildType = buildTimeType || runtimeType;
5598
5598
  if (buildType === "dev") {