payload-plugin-newsletter 0.20.3 → 0.20.5

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/server.js CHANGED
@@ -3898,6 +3898,7 @@ var createBroadcastPreviewEndpoint = (config, _collectionSlug) => {
3898
3898
  });
3899
3899
  return Response.json({
3900
3900
  success: true,
3901
+ html: htmlContent,
3901
3902
  preview: {
3902
3903
  subject: subject || "Preview",
3903
3904
  preheader: preheader || "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-plugin-newsletter",
3
- "version": "0.20.3",
3
+ "version": "0.20.5",
4
4
  "description": "Complete newsletter management plugin for Payload CMS with subscriber management, magic link authentication, and email service integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",