@layr-labs/ecloud-sdk 0.2.0-dev.3 → 0.2.0
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-QN7KAUOB.js → chunk-CA5Y4OVI.js} +3 -3
- package/dist/{chunk-QN7KAUOB.js.map → chunk-CA5Y4OVI.js.map} +1 -1
- package/dist/{chunk-OUCNETHL.js → chunk-ZDXN2WKP.js} +2 -2
- package/dist/{chunk-R44OVMCY.js → chunk-ZTLKZMSW.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-OUCNETHL.js.map → chunk-ZDXN2WKP.js.map} +0 -0
- /package/dist/{chunk-R44OVMCY.js.map → chunk-ZTLKZMSW.js.map} +0 -0
package/dist/compute.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -221,7 +221,7 @@ function getBillingEnvironmentConfig(build) {
|
|
|
221
221
|
return config;
|
|
222
222
|
}
|
|
223
223
|
function getBuildType() {
|
|
224
|
-
const buildTimeType = true ? "
|
|
224
|
+
const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
|
|
225
225
|
const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
|
|
226
226
|
const buildType = buildTimeType || runtimeType;
|
|
227
227
|
if (buildType === "dev") {
|
|
@@ -2612,7 +2612,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
2612
2612
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
2613
2613
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
2614
2614
|
function getDefaultClientId() {
|
|
2615
|
-
const version = true ? "0.2.0
|
|
2615
|
+
const version = true ? "0.2.0" : "0.0.0";
|
|
2616
2616
|
return `ecloud-sdk/v${version}`;
|
|
2617
2617
|
}
|
|
2618
2618
|
var UserApiClient = class {
|