@layr-labs/ecloud-sdk 0.3.4-dev → 0.3.4

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") {
@@ -602,7 +602,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
602
602
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
603
603
  var CanUpdateAppProfilePermission = "0x036fef61";
604
604
  function getDefaultClientId() {
605
- const version = true ? "0.3.4-dev" : "0.0.0";
605
+ const version = true ? "0.3.4" : "0.0.0";
606
606
  return `ecloud-sdk/v${version}`;
607
607
  }
608
608
  var UserApiClient = class {