@stacksjs/email 0.52.10 → 0.53.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.
Files changed (2) hide show
  1. package/dist/index.mjs +4 -5
  2. package/package.json +10 -10
package/dist/index.mjs CHANGED
@@ -12,20 +12,19 @@ import { NodemailerProvider } from '@novu/nodemailer';
12
12
  import { PostmarkEmailProvider } from '@novu/postmark';
13
13
  import { EmailJsProvider } from '@novu/emailjs';
14
14
 
15
- const email$1 = notification.email;
15
+ const email = notification.email;
16
16
  const config$1 = {
17
- email: email$1
17
+ email
18
18
  };
19
19
 
20
20
  const maizzleConfig = {
21
21
  __proto__: null,
22
22
  default: config$1,
23
- email: email$1
23
+ email: email
24
24
  };
25
25
 
26
- const email = notification.email;
27
26
  const config = {
28
- ...email?.build,
27
+ // ...email?.build,
29
28
  theme: {
30
29
  screens: {
31
30
  sm: "480px",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/email",
3
3
  "type": "module",
4
- "version": "0.52.10",
4
+ "version": "0.53.1",
5
5
  "packageManager": "pnpm@8.5.1",
6
6
  "description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
7
7
  "author": "Chris Breuer",
@@ -59,19 +59,19 @@
59
59
  "@novu/sendgrid": "^0.15.0",
60
60
  "@novu/ses": "^0.15.0",
61
61
  "@novu/stateless": "^0.15.0",
62
- "@stacksjs/cli": "0.52.10",
63
- "@stacksjs/config": "0.52.10",
64
- "@stacksjs/error-handling": "0.52.10",
65
- "@stacksjs/types": "0.52.10"
62
+ "@stacksjs/cli": "0.53.1",
63
+ "@stacksjs/config": "0.53.1",
64
+ "@stacksjs/error-handling": "0.53.1",
65
+ "@stacksjs/types": "0.53.1"
66
66
  },
67
67
  "dependencies": {
68
- "@stacksjs/cli": "0.52.10",
69
- "@stacksjs/error-handling": "0.52.10",
70
- "@stacksjs/logging": "0.52.10"
68
+ "@stacksjs/cli": "0.53.1",
69
+ "@stacksjs/error-handling": "0.53.1",
70
+ "@stacksjs/logging": "0.53.1"
71
71
  },
72
72
  "devDependencies": {
73
- "@stacksjs/development": "0.52.10",
74
- "@stacksjs/types": "0.52.10"
73
+ "@stacksjs/development": "0.53.1",
74
+ "@stacksjs/types": "0.53.1"
75
75
  },
76
76
  "scripts": {
77
77
  "build": "unbuild",