@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.js CHANGED
@@ -4837,7 +4837,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
4837
4837
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
4838
4838
  var CanUpdateAppProfilePermission = "0x036fef61";
4839
4839
  function getDefaultClientId() {
4840
- const version = true ? "0.4.1" : "0.0.0";
4840
+ const version = true ? "0.4.2-dev" : "0.0.0";
4841
4841
  return `ecloud-sdk/v${version}`;
4842
4842
  }
4843
4843
  var UserApiClient = class {
@@ -5685,7 +5685,7 @@ function getBillingEnvironmentConfig(build) {
5685
5685
  return config;
5686
5686
  }
5687
5687
  function getBuildType() {
5688
- const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
5688
+ const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
5689
5689
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
5690
5690
  const buildType = buildTimeType || runtimeType;
5691
5691
  if (buildType === "dev") {