@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.cjs CHANGED
@@ -4790,7 +4790,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4790
4790
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4791
4791
  var CanUpdateAppProfilePermission = "0x036fef61";
4792
4792
  function getDefaultClientId() {
4793
- const version = true ? "0.3.4-dev" : "0.0.0";
4793
+ const version = true ? "0.3.4" : "0.0.0";
4794
4794
  return `ecloud-sdk/v${version}`;
4795
4795
  }
4796
4796
  var UserApiClient = class {
@@ -5627,7 +5627,7 @@ function getBillingEnvironmentConfig(build) {
5627
5627
  return config;
5628
5628
  }
5629
5629
  function getBuildType() {
5630
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5630
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5631
5631
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5632
5632
  const buildType = buildTimeType || runtimeType;
5633
5633
  if (buildType === "dev") {