@layr-labs/ecloud-sdk 0.4.0-dev.7 → 0.4.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.js CHANGED
@@ -4833,7 +4833,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4833
4833
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4834
4834
  var CanUpdateAppProfilePermission = "0x036fef61";
4835
4835
  function getDefaultClientId() {
4836
- const version = true ? "0.4.0-dev.7" : "0.0.0";
4836
+ const version = true ? "0.4.0" : "0.0.0";
4837
4837
  return `ecloud-sdk/v${version}`;
4838
4838
  }
4839
4839
  var UserApiClient = class {
@@ -5681,7 +5681,7 @@ function getBillingEnvironmentConfig(build) {
5681
5681
  return config;
5682
5682
  }
5683
5683
  function getBuildType() {
5684
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5684
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5685
5685
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5686
5686
  const buildType = buildTimeType || runtimeType;
5687
5687
  if (buildType === "dev") {