@social-mail/social-mail-web-server 1.8.368 → 1.8.369

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.368",
3
+ "version": "1.8.369",
4
4
  "description": "## Phase 1",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -67,11 +67,11 @@ export default class BlogContentTransformer {
67
67
  c.replaceNodeWithHtml(v);
68
68
  }
69
69
  }
70
- return;
70
+ continue;
71
71
  }
72
72
 
73
73
  if (!c.isElement) {
74
- return;
74
+ continue;
75
75
  }
76
76
 
77
77
  c.replaceSrc(prefix);
@@ -79,7 +79,7 @@ export default class BlogContentTransformer {
79
79
 
80
80
  if (element.getAttribute("data-stream-enabled")) {
81
81
  await this.updateStream(c, { emailID, eDomain, postID });
82
- return;
82
+ continue;
83
83
  }
84
84
 
85
85
  const hashTag = element.getAttribute("hash-tag");
@@ -99,7 +99,7 @@ export default class BlogContentTransformer {
99
99
  } else {
100
100
  element.setAttribute("src", urlService.toImageUrl({ eDomain, postID, file, size: 0, publicRead: true }));
101
101
  }
102
- return;
102
+ continue;
103
103
  }
104
104
 
105
105
  // check for cid: