@social-mail/social-mail-web-server 1.8.493 → 1.8.495

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-web-server",
3
- "version": "1.8.493",
3
+ "version": "1.8.495",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -17,7 +17,7 @@ export default async function seedUI(config: DBConfig) {
17
17
  await config.saveVersion(UIPackageConfig, {
18
18
  package: "@social-mail/social-mail-client",
19
19
  view: "dist/web/AppIndex",
20
- version: "1.9.120"
20
+ version: "1.9.121"
21
21
  });
22
22
 
23
23
  await config.saveVersion(WebComponentsPackageConfig, {
@@ -142,7 +142,7 @@ async function inlineCSS(window, document: Document){
142
142
  if (!value) {
143
143
  continue;
144
144
  }
145
- const replaced = value.replace("/webp", "/jpg").replaceAll(".webp", ".jpg");
145
+ const replaced = value.replace("/webp", "/png").replaceAll(".webp", ".png");
146
146
  if (replaced !== value) {
147
147
  e.setAttribute(name, replaced);
148
148
  }