@social-mail/social-mail-client 1.8.273 → 1.8.274

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.
@@ -25221,7 +25221,8 @@ System.register([], function (_export, _context) {
25221
25221
  return url.replace("/view/", "/html/") + ".html";
25222
25222
  },
25223
25223
  webP(file, size = 300) {
25224
- const url = file.url.replace("/view/", `/webp(${300})/`);
25224
+ const webp = `/webp(${300})/`;
25225
+ const url = file.url.replace("/view/", webp).replace("/webm-branded/", webp);
25225
25226
  return url + `.${size}.webp`;
25226
25227
  },
25227
25228
  webM(file) {