@tellimer/mailer
Advanced tools
Comparing version 1.0.0-RC11 to 1.0.0-RC12
@@ -126,3 +126,3 @@ "use strict"; | ||
// data.mailSettings = { sandboxMode: { enable: true } } | ||
// console.log(JSON.stringify(data, undefined, 2)) | ||
console.log(JSON.stringify(data, undefined, 2)); | ||
senders.push(mail_1.default.send(data)); | ||
@@ -129,0 +129,0 @@ } |
{ | ||
"name": "@tellimer/mailer", | ||
"version": "1.0.0-RC11", | ||
"version": "1.0.0-RC12", | ||
"license": "MIT", | ||
@@ -13,4 +13,6 @@ "main": "dist/index.js", | ||
}, | ||
"peerDependencies": { | ||
"@sendgrid/mail": "^7.6.0" | ||
}, | ||
"dependencies": { | ||
"@sendgrid/mail": "^7.6.0", | ||
"@tellimer/mailable": "workspace:*" | ||
@@ -17,0 +19,0 @@ }, |
@@ -155,3 +155,3 @@ import sendgrid from '@sendgrid/mail' | ||
// data.mailSettings = { sandboxMode: { enable: true } } | ||
// console.log(JSON.stringify(data, undefined, 2)) | ||
console.log(JSON.stringify(data, undefined, 2)) | ||
senders.push(sendgrid.send(data)) | ||
@@ -158,0 +158,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31391
- Removed@sendgrid/mail@^7.6.0