@jhits/plugin-newsletter 0.0.1 → 0.0.3

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": "@jhits/plugin-newsletter",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Newsletter management and email delivery plugin for the JHITS ecosystem",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -43,4 +43,4 @@
43
43
  "src",
44
44
  "package.json"
45
45
  ]
46
- }
46
+ }
@@ -1,3 +1,5 @@
1
+ import 'server-only';
2
+
1
3
  /**
2
4
  * Plugin Newsletter - Server-Only Entry Point
3
5
  * This file exports only server-side API handlers