@layr-labs/ecloud-sdk 0.4.0-dev.7 → 0.4.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 +1 -1
- package/dist/billing.js.map +1 -1
- package/dist/browser.cjs +2 -2
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.js +2 -2
- package/dist/browser.js.map +1 -1
- package/dist/compute.cjs +2 -2
- package/dist/compute.cjs.map +1 -1
- package/dist/compute.js +2 -2
- package/dist/compute.js.map +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.4.0
|
|
1
|
+
version=0.4.0
|
|
2
2
|
commit=1d1fd38cab7bb2f42ef069fc76754411a632bfba
|
package/dist/billing.cjs
CHANGED
|
@@ -526,7 +526,7 @@ function getBillingEnvironmentConfig(build) {
|
|
|
526
526
|
return config;
|
|
527
527
|
}
|
|
528
528
|
function getBuildType() {
|
|
529
|
-
const buildTimeType = true ? "
|
|
529
|
+
const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
|
|
530
530
|
const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
|
|
531
531
|
const buildType = buildTimeType || runtimeType;
|
|
532
532
|
if (buildType === "dev") {
|