@layr-labs/ecloud-sdk 0.3.2-dev → 0.3.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/dist/browser.js CHANGED
@@ -245,7 +245,7 @@ function getBillingEnvironmentConfig(build) {
245
245
  return config;
246
246
  }
247
247
  function getBuildType() {
248
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
248
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
249
249
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
250
250
  const buildType = buildTimeType || runtimeType;
251
251
  if (buildType === "dev") {
@@ -567,7 +567,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
567
567
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
568
568
  var CanUpdateAppProfilePermission = "0x036fef61";
569
569
  function getDefaultClientId() {
570
- const version = true ? "0.3.2-dev" : "0.0.0";
570
+ const version = true ? "0.3.2" : "0.0.0";
571
571
  return `ecloud-sdk/v${version}`;
572
572
  }
573
573
  var UserApiClient = class {