Comparing version 4.0.8 to 4.0.9
@@ -170,3 +170,3 @@ "use strict"; | ||
// note: Nodemailer doesn't support SESv2 as of August 2023 | ||
const ses = new client_ses_1.SES({ region: sesParams.region }); | ||
const ses = new client_ses_1.SESClient({ region: sesParams.region }); | ||
this.logger.debug('SES send email (Nodemailer)'); | ||
@@ -173,0 +173,0 @@ return await (0, nodemailer_1.createTransport)({ SES: ses }).sendMail(mailOptions); |
{ | ||
"name": "idea-aws", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
134061