@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.cjs CHANGED
@@ -4982,7 +4982,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4982
4982
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4983
4983
  var CanUpdateAppProfilePermission = "0x036fef61";
4984
4984
  function getDefaultClientId() {
4985
- const version = true ? "0.4.0-dev.7" : "0.0.0";
4985
+ const version = true ? "0.4.0" : "0.0.0";
4986
4986
  return `ecloud-sdk/v${version}`;
4987
4987
  }
4988
4988
  var UserApiClient = class {
@@ -5830,7 +5830,7 @@ function getBillingEnvironmentConfig(build) {
5830
5830
  return config;
5831
5831
  }
5832
5832
  function getBuildType() {
5833
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5833
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5834
5834
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5835
5835
  const buildType = buildTimeType || runtimeType;
5836
5836
  if (buildType === "dev") {