@layr-labs/ecloud-sdk 0.1.0-dev.1 → 0.1.0-rc.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 +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version=0.1.0-
|
|
1
|
+
version=0.1.0-rc.1
|
|
2
2
|
commit=bd1a94f02bdaebb6621925b9137be57d7240075c
|
package/dist/index.cjs
CHANGED
|
@@ -193,7 +193,7 @@ function getBillingEnvironmentConfig(build) {
|
|
|
193
193
|
return config;
|
|
194
194
|
}
|
|
195
195
|
function getBuildType() {
|
|
196
|
-
const buildTimeType = true ? "
|
|
196
|
+
const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
|
|
197
197
|
const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
|
|
198
198
|
const buildType = buildTimeType || runtimeType;
|
|
199
199
|
if (buildType === "dev") {
|
|
@@ -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-
|
|
2515
|
+
const version = true ? "0.1.0-rc.1" : "0.0.0";
|
|
2516
2516
|
return `ecloud-sdk/v${version}`;
|
|
2517
2517
|
}
|
|
2518
2518
|
var UserApiClient = class {
|