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