lambda-monitor-logger
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -10,3 +10,3 @@ "use strict"; | ||
to: Joi.string().email(), | ||
title: Joi.string(), | ||
subject: Joi.string(), | ||
body: Joi.string() | ||
@@ -18,3 +18,3 @@ })); // eslint-disable-next-line no-console | ||
to: obj.to, | ||
title: obj.title, | ||
subject: obj.subject, | ||
body: obj.body | ||
@@ -21,0 +21,0 @@ })}`); |
{ | ||
"name": "lambda-monitor-logger", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Logging designed to be used with lambda-monitor", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
9236