@stacksjs/notifications 0.52.10 → 0.56.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +33 -33
package/README.md CHANGED
@@ -142,7 +142,7 @@ MANDRILL_EMAIL=from@example.com
142
142
  #### EmailJS
143
143
 
144
144
  ```bash
145
- EMAILJS_FROM_EMAIL=from@example.com
145
+ MAIL_FROM_ADDRESS=from@example.com
146
146
  EMAILJS_HOST=example.com
147
147
  EMAILJS_USERNAME=username
148
148
  EMAILJS_PASSWORD=password
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.52.10",
5
- "packageManager": "pnpm@8.5.1",
4
+ "version": "0.56.3",
5
+ "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks notifications integration.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -46,43 +46,43 @@
46
46
  "README.md"
47
47
  ],
48
48
  "peerDependencies": {
49
- "@stacksjs/chat": "0.52.10",
50
- "@stacksjs/cli": "0.52.10",
51
- "@stacksjs/config": "0.52.10",
52
- "@stacksjs/email": "0.52.10",
53
- "@stacksjs/error-handling": "0.52.10",
54
- "@stacksjs/push": "0.52.10",
55
- "@stacksjs/sms": "0.52.10",
56
- "@stacksjs/types": "0.52.10"
49
+ "@stacksjs/cli": "0.56.3",
50
+ "@stacksjs/chat": "0.56.3",
51
+ "@stacksjs/push": "0.56.3",
52
+ "@stacksjs/error-handling": "0.56.3",
53
+ "@stacksjs/config": "0.56.3",
54
+ "@stacksjs/types": "0.56.3",
55
+ "@stacksjs/email": "0.56.3",
56
+ "@stacksjs/sms": "0.56.3"
57
57
  },
58
58
  "dependencies": {
59
- "@maizzle/framework": "^4.4.4"
59
+ "@maizzle/framework": "^4.4.6"
60
60
  },
61
61
  "optionalDependencies": {
62
- "@novu/discord": "^0.15.0",
63
- "@novu/emailjs": "^0.15.0",
64
- "@novu/gupshup": "^0.15.0",
65
- "@novu/mailgun": "^0.15.0",
66
- "@novu/mailjet": "^0.15.0",
67
- "@novu/mandrill": "^0.15.0",
68
- "@novu/netcore": "^0.15.0",
69
- "@novu/nexmo": "^0.15.0",
70
- "@novu/node": "^0.15.0",
71
- "@novu/nodemailer": "^0.15.0",
72
- "@novu/plivo": "^0.15.0",
73
- "@novu/postmark": "^0.15.0",
74
- "@novu/sendgrid": "^0.15.0",
75
- "@novu/ses": "^0.15.0",
76
- "@novu/slack": "^0.15.0",
77
- "@novu/sms77": "^0.15.0",
78
- "@novu/sns": "^0.15.0",
79
- "@novu/stateless": "^0.15.0",
80
- "@novu/telnyx": "^0.15.0",
81
- "@novu/termii": "^0.15.0",
82
- "@novu/twilio": "^0.15.0"
62
+ "@novu/discord": "^0.16.1",
63
+ "@novu/emailjs": "^0.16.1",
64
+ "@novu/gupshup": "^0.16.1",
65
+ "@novu/mailgun": "^0.16.1",
66
+ "@novu/mailjet": "^0.16.1",
67
+ "@novu/mandrill": "^0.16.1",
68
+ "@novu/netcore": "^0.16.1",
69
+ "@novu/nexmo": "^0.16.1",
70
+ "@novu/node": "^0.16.1",
71
+ "@novu/nodemailer": "^0.16.1",
72
+ "@novu/plivo": "^0.16.1",
73
+ "@novu/postmark": "^0.16.1",
74
+ "@novu/sendgrid": "^0.16.1",
75
+ "@novu/ses": "^0.16.1",
76
+ "@novu/slack": "^0.16.1",
77
+ "@novu/sms77": "^0.16.1",
78
+ "@novu/sns": "^0.16.1",
79
+ "@novu/stateless": "^0.16.1",
80
+ "@novu/telnyx": "^0.16.1",
81
+ "@novu/termii": "^0.16.1",
82
+ "@novu/twilio": "^0.16.1"
83
83
  },
84
84
  "devDependencies": {
85
- "@stacksjs/development": "0.52.10"
85
+ "@stacksjs/development": "0.56.3"
86
86
  },
87
87
  "scripts": {
88
88
  "build": "unbuild",