@layr-labs/ecloud-sdk 0.4.0-dev.6 → 0.4.0

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
@@ -249,7 +249,7 @@ function getBillingEnvironmentConfig(build) {
249
249
  return config;
250
250
  }
251
251
  function getBuildType() {
252
- const buildTimeType = true ? "dev"?.toLowerCase() : void 0;
252
+ const buildTimeType = true ? "prod"?.toLowerCase() : void 0;
253
253
  const runtimeType = process.env.BUILD_TYPE?.toLowerCase();
254
254
  const buildType = buildTimeType || runtimeType;
255
255
  if (buildType === "dev") {
@@ -606,7 +606,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
606
606
  var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
607
607
  var CanUpdateAppProfilePermission = "0x036fef61";
608
608
  function getDefaultClientId() {
609
- const version = true ? "0.4.0-dev.6" : "0.0.0";
609
+ const version = true ? "0.4.0" : "0.0.0";
610
610
  return `ecloud-sdk/v${version}`;
611
611
  }
612
612
  var UserApiClient = class {