@layr-labs/ecloud-sdk 0.1.1-dev → 0.1.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/billing.cjs +1 -1
- package/dist/billing.cjs.map +1 -1
- package/dist/billing.js +2 -2
- package/dist/{chunk-AXSYVG7H.js → chunk-73YDSHDG.js} +3 -3
- package/dist/{chunk-AXSYVG7H.js.map → chunk-73YDSHDG.js.map} +1 -1
- package/dist/{chunk-X4Y6OOUS.js → chunk-LUFEUEOG.js} +2 -2
- package/dist/{chunk-2R7M3OXI.js → chunk-XNWF467Z.js} +2 -2
- package/dist/compute.cjs +2 -2
- package/dist/compute.cjs.map +1 -1
- package/dist/compute.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-X4Y6OOUS.js.map → chunk-LUFEUEOG.js.map} +0 -0
- /package/dist/{chunk-2R7M3OXI.js.map → chunk-XNWF467Z.js.map} +0 -0
package/dist/compute.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -206,7 +206,7 @@ function getBillingEnvironmentConfig(build) {
|
|
|
206
206
|
return config;
|
|
207
207
|
}
|
|
208
208
|
function getBuildType() {
|
|
209
|
-
const buildTimeType = true ? "
|
|
209
|
+
const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
|
|
210
210
|
const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
|
|
211
211
|
const buildType = buildTimeType || runtimeType;
|
|
212
212
|
if (buildType === "dev") {
|
|
@@ -2525,7 +2525,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
2525
2525
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
2526
2526
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
2527
2527
|
function getDefaultClientId() {
|
|
2528
|
-
const version = true ? "0.1.1
|
|
2528
|
+
const version = true ? "0.1.1" : "0.0.0";
|
|
2529
2529
|
return `ecloud-sdk/v${version}`;
|
|
2530
2530
|
}
|
|
2531
2531
|
var UserApiClient = class {
|