@social-mail/social-mail-client 1.8.24 → 1.8.25

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.
@@ -26898,7 +26898,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/sleep", "@web-atoms/core/di
26898
26898
  }
26899
26899
  doc[webComponentsInstalled] = true;
26900
26900
  let path = this.path;
26901
- const packages = yield FetchBuilder.get("/social-mail/config/packages").asJson();
26901
+ const packages = yield FetchBuilder.get("/social-mail/config/ui-packages").asJson();
26902
26902
  for (const element of packages) {
26903
26903
  path = path.replace(element.latest, element.version);
26904
26904
  }