@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/index.js CHANGED
@@ -4645,7 +4645,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4645
4645
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4646
4646
  var CanUpdateAppProfilePermission = "0x036fef61";
4647
4647
  function getDefaultClientId() {
4648
- const version = true ? "0.3.4-dev" : "0.0.0";
4648
+ const version = true ? "0.3.4" : "0.0.0";
4649
4649
  return `ecloud-sdk/v${version}`;
4650
4650
  }
4651
4651
  var UserApiClient = class {
@@ -5482,7 +5482,7 @@ function getBillingEnvironmentConfig(build) {
5482
5482
  return config;
5483
5483
  }
5484
5484
  function getBuildType() {
5485
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5485
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5486
5486
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5487
5487
  const buildType = buildTimeType || runtimeType;
5488
5488
  if (buildType === "dev") {