@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 +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version=0.1.0-dev
|
|
2
|
-
commit=
|
|
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 {
|