@layr-labs/ecloud-sdk 0.0.1-dev-rfc.1 → 0.0.1-rfc.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/dist/index.js CHANGED
@@ -2416,7 +2416,7 @@ function getBillingEnvironmentConfig(build) {
2416
2416
  return config;
2417
2417
  }
2418
2418
  function getBuildType() {
2419
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
2419
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
2420
2420
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
2421
2421
  const buildType = buildTimeType || runtimeType;
2422
2422
  if (buildType === "dev") {