@aws-lambda-powertools/logger
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -67,3 +67,3 @@ "use strict"; | ||
const stackLines = stack.split('\n'); | ||
const regex = /\((.*):(\d+):(\d+)\)\\?$/; | ||
const regex = /\(([^)]*?):(\d+?):(\d+?)\)\\?$/; | ||
let i; | ||
@@ -70,0 +70,0 @@ for (i = 0; i < stackLines.length; i++) { |
@@ -64,3 +64,3 @@ /** | ||
const stackLines = stack.split('\n'); | ||
const regex = /\((.*):(\d+):(\d+)\)\\?$/; | ||
const regex = /\(([^)]*?):(\d+?):(\d+?)\)\\?$/; | ||
let i; | ||
@@ -67,0 +67,0 @@ for (i = 0; i < stackLines.length; i++) { |
{ | ||
"name": "@aws-lambda-powertools/logger", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library", | ||
@@ -28,3 +28,3 @@ "author": { | ||
"dependencies": { | ||
"@aws-lambda-powertools/commons": "^2.0.2", | ||
"@aws-lambda-powertools/commons": "^2.0.3", | ||
"lodash.merge": "^4.6.2" | ||
@@ -31,0 +31,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
199703