@breadstone/archipel-platform-mailing 0.0.52 → 0.0.54
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/archipel-platform-mailing",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "Email delivery with strategy-based transport and template engines for NestJS applications.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
"README.md"
|
|
133
133
|
],
|
|
134
134
|
"dependencies": {
|
|
135
|
-
"@breadstone/archipel-platform-blob-storage": "0.0.
|
|
136
|
-
"@breadstone/archipel-platform-configuration": "0.0.
|
|
137
|
-
"@breadstone/archipel-platform-core": "0.0.
|
|
138
|
-
"@breadstone/archipel-platform-resources": "0.0.
|
|
135
|
+
"@breadstone/archipel-platform-blob-storage": "0.0.54",
|
|
136
|
+
"@breadstone/archipel-platform-configuration": "0.0.54",
|
|
137
|
+
"@breadstone/archipel-platform-core": "0.0.54",
|
|
138
|
+
"@breadstone/archipel-platform-resources": "0.0.54",
|
|
139
139
|
"tslib": "2.8.1"
|
|
140
140
|
},
|
|
141
141
|
"peerDependencies": {
|
|
@@ -177,16 +177,16 @@
|
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@nestjs/common": "11.1.
|
|
180
|
+
"@nestjs/common": "11.1.28",
|
|
181
181
|
"@nestjs/terminus": "11.1.1",
|
|
182
182
|
"@sendgrid/mail": "8.1.6",
|
|
183
183
|
"form-data": "4.0.6",
|
|
184
|
-
"mailgun.js": "13.
|
|
184
|
+
"mailgun.js": "13.3.0",
|
|
185
185
|
"nodemailer": "9.0.3",
|
|
186
|
-
"postmark": "
|
|
187
|
-
"resend": "6.
|
|
186
|
+
"postmark": "5.1.0",
|
|
187
|
+
"resend": "6.17.2",
|
|
188
188
|
"rxjs": "7.8.2",
|
|
189
|
-
"vitest": "4.1.
|
|
189
|
+
"vitest": "4.1.10"
|
|
190
190
|
},
|
|
191
191
|
"archipel": {
|
|
192
192
|
"category": "Infrastructure"
|