@breadstone/archipel-platform-mailing 0.0.40 → 0.0.42

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/archipel-platform-mailing",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
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",
@@ -134,10 +134,10 @@
134
134
  "README.md"
135
135
  ],
136
136
  "dependencies": {
137
- "@breadstone/archipel-platform-blob-storage": "0.0.40",
138
- "@breadstone/archipel-platform-configuration": "0.0.40",
139
- "@breadstone/archipel-platform-core": "0.0.40",
140
- "@breadstone/archipel-platform-resources": "0.0.40",
137
+ "@breadstone/archipel-platform-blob-storage": "0.0.42",
138
+ "@breadstone/archipel-platform-configuration": "0.0.42",
139
+ "@breadstone/archipel-platform-core": "0.0.42",
140
+ "@breadstone/archipel-platform-resources": "0.0.42",
141
141
  "tslib": "2.8.1"
142
142
  },
143
143
  "peerDependencies": {
@@ -183,11 +183,11 @@
183
183
  "@nestjs/terminus": "11.1.1",
184
184
  "@sendgrid/mail": "8.1.6",
185
185
  "form-data": "4.0.5",
186
- "mailgun.js": "13.0.0",
186
+ "mailgun.js": "13.1.0",
187
187
  "nodemailer": "8.0.7",
188
188
  "postmark": "4.0.7",
189
189
  "resend": "6.12.3",
190
190
  "rxjs": "7.8.2",
191
- "vitest": "4.1.5"
191
+ "vitest": "4.1.7"
192
192
  }
193
193
  }