mailery 0.1.2 → 0.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailery",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Embedded, MongoDB-backed email automation for Node.js. Triggered flows, broadcasts, tracking, suppression, and an admin UI you mount inside your Express app.",
5
5
  "license": "MIT",
6
6
  "author": "Jeff Jassky <jeff@jeffjassky.com>",
@@ -66,9 +66,32 @@
66
66
  "docs:preview": "vitepress preview docs"
67
67
  },
68
68
  "peerDependencies": {
69
- "express": "^4.18.0 || ^5.0.0"
69
+ "@agendajs/mongo-backend": "^4.0.0",
70
+ "agenda": "^6.2.0",
71
+ "bottleneck": "^2.19.5",
72
+ "bullmq": "^5.0.0",
73
+ "express": "^4.18.0 || ^5.0.0",
74
+ "ioredis": "^5.0.0"
75
+ },
76
+ "peerDependenciesMeta": {
77
+ "@agendajs/mongo-backend": {
78
+ "optional": true
79
+ },
80
+ "agenda": {
81
+ "optional": true
82
+ },
83
+ "bottleneck": {
84
+ "optional": true
85
+ },
86
+ "bullmq": {
87
+ "optional": true
88
+ },
89
+ "ioredis": {
90
+ "optional": true
91
+ }
70
92
  },
71
93
  "devDependencies": {
94
+ "@agendajs/mongo-backend": "^4.0.2",
72
95
  "@playwright/test": "^1.60.0",
73
96
  "@types/express": "^5.0.6",
74
97
  "@types/html-to-text": "^9.0.4",
@@ -79,7 +102,11 @@
79
102
  "@types/react": "^18.3.0",
80
103
  "@types/react-dom": "^18.3.0",
81
104
  "@vitejs/plugin-react": "^4.3.0",
105
+ "agenda": "^6.2.5",
106
+ "bottleneck": "^2.19.5",
107
+ "bullmq": "^5.76.7",
82
108
  "express": "^5.2.1",
109
+ "ioredis": "^5.10.1",
83
110
  "ioredis-mock": "^8.13.1",
84
111
  "mongodb-memory-server": "^11.1.0",
85
112
  "react": "^18.3.0",
@@ -98,10 +125,8 @@
98
125
  "@maily-to/core": "^0.3.7",
99
126
  "@maily-to/render": "^0.2.3",
100
127
  "@sendgrid/mail": "^8.1.6",
101
- "bullmq": "^5.76.7",
102
128
  "handlebars": "^4.7.9",
103
129
  "html-to-text": "^10.0.0",
104
- "ioredis": "^5.10.1",
105
130
  "mjml": "^5.2.0",
106
131
  "mongodb": "^7.2.0",
107
132
  "y-protocols": "^1.0.7",