@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 CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.0-dev.7
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 ? "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") {