pn-lambda-logger
Advanced tools
Comparing version
@@ -7,6 +7,6 @@ "use strict"; | ||
const inspectOptions = { | ||
depth: Infinity, | ||
depth: 10, | ||
maxArrayLength: Infinity, | ||
compact: false, | ||
breakLength: Infinity, | ||
breakLength: 100, | ||
}; | ||
@@ -13,0 +13,0 @@ function colorize(logOutput) { |
{ | ||
"name": "pn-lambda-logger", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "Logger for AWS Lambda nodejs.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
31604
-0.03%