@layr-labs/ecloud-sdk 0.1.0-dev.2 → 0.1.0-rc.2
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/dist/index.js
CHANGED
|
@@ -89,7 +89,7 @@ function getBillingEnvironmentConfig(build) {
|
|
|
89
89
|
return config;
|
|
90
90
|
}
|
|
91
91
|
function getBuildType() {
|
|
92
|
-
const buildTimeType = true ? "
|
|
92
|
+
const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
|
|
93
93
|
const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
|
|
94
94
|
const buildType = buildTimeType || runtimeType;
|
|
95
95
|
if (buildType === "dev") {
|
|
@@ -2420,7 +2420,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
2420
2420
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
2421
2421
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
2422
2422
|
function getDefaultClientId() {
|
|
2423
|
-
const version = true ? "0.1.0-
|
|
2423
|
+
const version = true ? "0.1.0-rc.2" : "0.0.0";
|
|
2424
2424
|
return `ecloud-sdk/v${version}`;
|
|
2425
2425
|
}
|
|
2426
2426
|
var UserApiClient = class {
|