@layr-labs/ecloud-sdk 1.0.0-dev.3 → 1.0.0-devep2

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
@@ -629,7 +629,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
629
629
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
630
630
  var CanUpdateAppProfilePermission = "0x036fef61";
631
631
  function getDefaultClientId() {
632
- const version = true ? "1.0.0-dev.3" : "0.0.0";
632
+ const version = true ? "1.0.0-devep2" : "0.0.0";
633
633
  return `ecloud-sdk/v${version}`;
634
634
  }
635
635
  var UserApiClient = class {