@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.cjs CHANGED
@@ -2471,7 +2471,7 @@ function getBillingEnvironmentConfig(build) {
2471
2471
  return config;
2472
2472
  }
2473
2473
  function getBuildType() {
2474
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
2474
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
2475
2475
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
2476
2476
  const buildType = buildTimeType || runtimeType;
2477
2477
  if (buildType === "dev") {