@layr-labs/ecloud-sdk 0.4.1 → 0.4.2-dev

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
@@ -4986,7 +4986,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4986
4986
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4987
4987
  var CanUpdateAppProfilePermission = "0x036fef61";
4988
4988
  function getDefaultClientId() {
4989
- const version = true ? "0.4.1" : "0.0.0";
4989
+ const version = true ? "0.4.2-dev" : "0.0.0";
4990
4990
  return `ecloud-sdk/v${version}`;
4991
4991
  }
4992
4992
  var UserApiClient = class {
@@ -5834,7 +5834,7 @@ function getBillingEnvironmentConfig(build) {
5834
5834
  return config;
5835
5835
  }
5836
5836
  function getBuildType() {
5837
- const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5837
+ const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5838
5838
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5839
5839
  const buildType = buildTimeType || runtimeType;
5840
5840
  if (buildType === "dev") {