@layr-labs/ecloud-sdk 0.4.2-dev → 0.4.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 CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.2-dev
1
+ version=0.4.2
2
2
  commit=9ce3e64075eeaa0d5998fa1c2e53c2b065f0572e
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 ? "dev"?.toLowerCase() : void 0;
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") {