@techie04/xpresser-mailer
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@techie04/xpresser-mailer", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Mailer Plugin for xpresser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,9 +12,3 @@ "use strict"; | ||
const AwsSesProvider = new MailProvider_1.MailProvider("aws", { | ||
/** | ||
* Initialize | ||
* Validate Config and Return Client/Transporter | ||
* @param config | ||
* @param $ | ||
*/ | ||
initialize(config, $) { | ||
initialize(config) { | ||
// Remove null or undefined values. | ||
@@ -21,0 +15,0 @@ config.removeNullOrUndefined(); |
@@ -12,7 +12,2 @@ "use strict"; | ||
const SmtpProvider = new MailProvider_1.MailProvider("smtp", { | ||
/** | ||
* Initialize | ||
* Validate Config and Return Client/Transporter | ||
* @param config | ||
*/ | ||
initialize(config) { | ||
@@ -19,0 +14,0 @@ // Remove null or undefined values. |
@@ -124,3 +124,3 @@ # XpresserJs Mailer Plugin | ||
export default PostmarkProvider; | ||
export default CustomProvider; | ||
``` | ||
@@ -127,0 +127,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
29010
486