@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.cjs CHANGED
@@ -740,7 +740,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
740
740
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
741
741
  var CanUpdateAppProfilePermission = "0x036fef61";
742
742
  function getDefaultClientId() {
743
- const version = true ? "1.0.0-dev.3" : "0.0.0";
743
+ const version = true ? "1.0.0-devep2" : "0.0.0";
744
744
  return `ecloud-sdk/v${version}`;
745
745
  }
746
746
  var UserApiClient = class {