@flusys/nestjs-email 1.0.0 → 1.0.1

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.
@@ -1,4 +1,3 @@
1
- // ─── Shared Styles ───────────────────────────────────────────────────────────
2
1
  "use strict";
3
2
  Object.defineProperty(exports, "__esModule", {
4
3
  value: true
@@ -17,6 +16,7 @@ _export(exports, {
17
16
  return getResetPasswordEmailFormat;
18
17
  }
19
18
  });
19
+ // ─── Shared Styles ───────────────────────────────────────────────────────────
20
20
  const BASE_STYLES = `
21
21
  body { font-family: Arial, sans-serif; background-color: #f4f4f7; margin: 0; padding: 0; }
22
22
  .email-container { max-width: 500px; margin: 40px auto; background-color: #ffffff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); text-align: center; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flusys/nestjs-email",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Modular email package with SMTP, SendGrid, and Mailgun providers",
5
5
  "main": "cjs/index.js",
6
6
  "module": "fesm/index.js",
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "dependencies": {
107
- "@flusys/nestjs-core": "1.0.0",
108
- "@flusys/nestjs-shared": "1.0.0"
107
+ "@flusys/nestjs-core": "1.0.1",
108
+ "@flusys/nestjs-shared": "1.0.1"
109
109
  }
110
110
  }