@applitools/logger
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -6,2 +6,7 @@ # Changelog | ||
## 1.0.8 - 2021/12/22 | ||
- fix log file regexp in rolling file handler | ||
- updated to @applitools/utils@1.2.5 (from 1.2.4) | ||
## 1.0.7 - 2021/12/16 | ||
@@ -8,0 +13,0 @@ |
{ | ||
"name": "@applitools/logger", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Applitools logger", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@applitools/utils": "1.2.4", | ||
"@applitools/utils": "1.2.5", | ||
"chalk": "3.0.0" | ||
@@ -57,0 +57,0 @@ }, |
@@ -43,3 +43,3 @@ const path = require('path') | ||
const filenames = fs.readdirSync(dirname) | ||
const filenamePattern = new RegExp(`^${name}-\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{3}Z\\.log$`) | ||
const filenamePattern = new RegExp(`^${name}-\\d{4}_\\d{2}_\\d{2}_\\d{2}_\\d{2}_\\d{2}\\_\\d{3}Z\\.log$`) | ||
return filenames | ||
@@ -46,0 +46,0 @@ .filter(filename => filenamePattern.test(filename), 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
27268
+ Added@applitools/utils@1.2.5(transitive)
- Removed@applitools/utils@1.2.4(transitive)
Updated@applitools/utils@1.2.5