@stacksjs/email 0.47.2 → 0.47.4

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,3 +1,4 @@
1
+ export declare const email: any;
1
2
  declare const _default: {
2
3
  email: any;
3
4
  };
@@ -1,5 +1,5 @@
1
1
  import { notification } from "@stacksjs/config";
2
- const email = notification.email;
2
+ export const email = notification.email;
3
3
  export default {
4
4
  email
5
5
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.47.2",
4
+ "version": "0.47.4",
5
5
  "packageManager": "pnpm@7.21.0",
6
6
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
7
7
  "author": "Chris Breuer",
@@ -21,7 +21,15 @@
21
21
  "ses",
22
22
  "aws",
23
23
  "maizzle",
24
- "stacks"
24
+ "stacks",
25
+ "emailjs",
26
+ "mailgun",
27
+ "mailjet",
28
+ "mandrill",
29
+ "netcore",
30
+ "nodemailer",
31
+ "postmark",
32
+ "sendgrid"
25
33
  ],
26
34
  "main": "dist/index.mjs",
27
35
  "module": "dist/index.mjs",
@@ -50,15 +58,15 @@
50
58
  "@novu/sendgrid": "^0.10.0",
51
59
  "@novu/ses": "^0.10.0",
52
60
  "@novu/stateless": "^0.10.0",
53
- "@stacksjs/cli": "0.47.2",
54
- "@stacksjs/config": "0.47.2",
55
- "@stacksjs/error-handling": "0.47.2",
56
- "@stacksjs/types": "0.47.2"
61
+ "@stacksjs/cli": "0.47.4",
62
+ "@stacksjs/config": "0.47.4",
63
+ "@stacksjs/error-handling": "0.47.4",
64
+ "@stacksjs/types": "0.47.4"
57
65
  },
58
66
  "devDependencies": {
59
67
  "mkdist": "^1.0.0",
60
68
  "typescript": "^4.9.4",
61
- "@stacksjs/testing": "0.47.2"
69
+ "@stacksjs/testing": "0.47.4"
62
70
  },
63
71
  "scripts": {
64
72
  "build": "mkdist -d",