Comparing version 2.2.0 to 2.2.1
@@ -245,2 +245,3 @@ 'use strict'; | ||
normalizeStack(stack) { | ||
if (!stack) return 'no data to log'; | ||
let res = stack.replace(/\s+at\s+/g, '\n\t'); | ||
@@ -247,0 +248,0 @@ if (this.home) res = res.replace(this.home, ''); |
{ | ||
"name": "metalog", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -42,7 +42,7 @@ "description": "Logger for Metarhia", | ||
"@metarhia/common": "^2.1.0", | ||
"concolor": "^0.1.14", | ||
"concolor": "^0.1.15", | ||
"metastreams": "^0.1.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.1.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-metarhia": "^7.0.0", | ||
@@ -52,5 +52,5 @@ "eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"prettier": "^1.19.1", | ||
"metatests": "^0.7.1" | ||
"prettier": "^2.0.5", | ||
"metatests": "^0.7.2" | ||
} | ||
} |
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
11055
267
Updatedconcolor@^0.1.15