@percy/logger
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
{ | ||
"name": "@percy/logger", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"colors": "^1.4.0", | ||
"winston": "^3.2.1" | ||
"winston": "^3.3.3" | ||
}, | ||
@@ -29,3 +29,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "99e1314ba7c982bcf1a766ec0bb31ec3656d2ec8" | ||
"gitHead": "9e694cfb410f5736467e5dafd96e6a8e9834c77b" | ||
} |
@@ -1,2 +0,2 @@ | ||
import stripAnsi from 'strip-ansi'; | ||
const stripAnsi = require('strip-ansi'); | ||
@@ -22,3 +22,3 @@ const og = { | ||
if (typeof r?.then === 'function') { | ||
if (r && typeof r.then === 'function') { | ||
return r.then(done, e => done(null, e)); | ||
@@ -53,2 +53,2 @@ } else { | ||
export default stdio; | ||
module.exports = stdio; |
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
7551
Updatedwinston@^3.3.3