@layr-labs/ecloud-sdk 0.4.1-dev → 0.4.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 CHANGED
@@ -1,2 +1,2 @@
1
- version=0.4.1-dev
1
+ version=0.4.1
2
2
  commit=720969aa6002b32d775e72494d1fa8884019b0e4
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") {