@cardsgame/utils
Advanced tools
Comparing version
@@ -17,3 +17,5 @@ "use strict"; | ||
exports.IS_CHROME = process ? Boolean(process.env.LOGS_CHROME) : false; | ||
exports.chalk = new chalk_1.default.Instance({ level: exports.IS_CHROME ? 1 : 0 }); | ||
exports.chalk = new chalk_1.default.Instance({ | ||
level: isBrowser ? 0 : exports.IS_CHROME ? 0 : 1 | ||
}); | ||
var LogLevels; | ||
@@ -20,0 +22,0 @@ (function (LogLevels) { |
{ | ||
"name": "@cardsgame/utils", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c88ae67e3c16ed80c10761c1d62d34073ef16392" | ||
"gitHead": "b467b6a1d8ccc20444312ef435c247160719add6" | ||
} |
Sorry, the diff of this file is not supported yet
33768
0.18%556
0.36%