@layr-labs/ecloud-sdk 0.1.0-dev → 0.1.0-dev.1

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/VERSION CHANGED
@@ -1,2 +1,2 @@
1
- version=0.1.0-dev
2
- commit=77a74ce3558ed2d1331016cab7356a0c36c2833f
1
+ version=0.1.0-dev.1
2
+ commit=bd1a94f02bdaebb6621925b9137be57d7240075c
package/dist/index.cjs CHANGED
@@ -2512,7 +2512,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
2512
2512
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
2513
2513
  var CanUpdateAppProfilePermission = "0x036fef61";
2514
2514
  function getDefaultClientId() {
2515
- const version = true ? "0.1.0-dev" : "0.0.0";
2515
+ const version = true ? "0.1.0-dev.1" : "0.0.0";
2516
2516
  return `ecloud-sdk/v${version}`;
2517
2517
  }
2518
2518
  var UserApiClient = class {