pulsewatch-server 1.0.52 → 1.0.53

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.
@@ -57,7 +57,7 @@ export function getEmailTemplate(payload) {
57
57
  ${showMessageBox
58
58
  ? `
59
59
  <tr>
60
- <td style="padding:0 32px 20px;">
60
+ <td style="padding:20px 32px 20px;">
61
61
  <div style="
62
62
  background:#f8fafc;
63
63
  border:1px solid #e5e7eb;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pulsewatch-server",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Complete uptime monitoring server - Drop-in Express backend with monitoring engine, database, REST API, and real-time updates. No authentication required.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",