@layr-labs/ecloud-sdk 1.0.0-dev.2 → 1.0.0-devep1

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/browser.js CHANGED
@@ -618,7 +618,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
618
618
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
619
619
  var CanUpdateAppProfilePermission = "0x036fef61";
620
620
  function getDefaultClientId() {
621
- const version = true ? "1.0.0-dev.2" : "0.0.0";
621
+ const version = true ? "1.0.0-devep1" : "0.0.0";
622
622
  return `ecloud-sdk/v${version}`;
623
623
  }
624
624
  var UserApiClient = class {