Comparing version 1.1.0 to 1.1.1
@@ -111,3 +111,3 @@ // Simple SMTP Email Sender | ||
self.logDebug(9, message, entry); | ||
log.push( message, entry ); | ||
log.push([ message, { date: Tools.timeNow(), level, ...entry } ]); | ||
}; | ||
@@ -114,0 +114,0 @@ } ); |
{ | ||
"name": "pixl-mail", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A very simple class for sending e-mail via SMTP.", | ||
@@ -5,0 +5,0 @@ "author": "Joseph Huckaby <jhuckaby@gmail.com>", |
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
13731