@siteone/builder-logger
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -16,7 +16,7 @@ const chalk = require('chalk') | ||
module.exports = msg => { | ||
module.exports = (msg) => { | ||
module.exports.info( | ||
msg.includes('@bldr') | ||
? msg.replace(RGX, chalk.magenta.underline('$1')) | ||
: msg | ||
: msg, | ||
) | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@siteone/builder-logger", | ||
"description": "Logging utility package", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": "Viktor Bezdek <viktor.bezdek@siteone.cz>", | ||
@@ -15,3 +15,3 @@ "dependencies": { | ||
"scripts": {}, | ||
"gitHead": "bf2bde0d6e746a0cb7c8159ef68554bb2740f35b" | ||
"gitHead": "b3901041c309b7ba1f72885186f4e23c54cc400c" | ||
} |
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
1218