Comparing version 1.0.0-b3 to 1.0.0-b4
@@ -60,3 +60,8 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
debug = [ | ||
// debug@0.x | ||
path.join('node_modules', 'debug', 'lib', 'debug.js'), | ||
// debug@1.x | ||
path.join('node_modules', 'debug', 'node.js'), | ||
path.join('node_modules', 'debug', 'debug.js'), | ||
// dbug@0.x | ||
path.join('node_modules', 'dbug', 'lib', 'dbug.js'), | ||
@@ -130,3 +135,3 @@ path.join('node_modules', 'dbug', 'index.js') | ||
'(.+)', // logger name | ||
'\\u001b\\[90m', // color end | ||
'\\u001b\\[\\d?0m', // color end | ||
'(.+)', // message | ||
@@ -133,0 +138,0 @@ '$' |
@@ -21,2 +21,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
}; | ||
const BOLD = chalk.bold; | ||
@@ -103,3 +104,3 @@ const TO_JSON = '%O'; | ||
// else levelname doesnt have a color | ||
record.name = chalk.bold(name); | ||
record.name = BOLD(name); | ||
} | ||
@@ -106,0 +107,0 @@ |
@@ -242,4 +242,4 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
_log: function _log(level, msg /*, args...*/) { | ||
level = LEVELS.getLevel(level); | ||
_log: function _log(_level, msg /*, args...*/) { | ||
var level = LEVELS.getLevel(_level); | ||
var args; | ||
@@ -262,4 +262,4 @@ var promise; | ||
log: function log(level /* msg, messageArs... */) { | ||
level = LEVELS.getLevel(level); | ||
log: function log(_level /* msg, messageArs... */) { | ||
var level = LEVELS.getLevel(_level); | ||
// if level >= this.getEffectiveLevel(), tell our handlers | ||
@@ -266,0 +266,0 @@ if (this.isEnabledFor(level)) { |
{ | ||
"name": "intel", | ||
"version": "1.0.0-b3", | ||
"version": "1.0.0-b4", | ||
"dependencies": { | ||
"bluebird": "~1.2.0", | ||
"chalk": "~0.4.0", | ||
"bluebird": "^2.2.1", | ||
"chalk": "~0.5.1", | ||
"dbug": "~0.4.1", | ||
@@ -15,3 +15,3 @@ "stack-trace": "~0.0.9", | ||
"blanket": "~1.1.6", | ||
"debug": "0.x", | ||
"debug": "~1.0.2", | ||
"insist": "0.x", | ||
@@ -31,3 +31,3 @@ "jshint": "2.x", | ||
"coverage": "mocha --ui exports --require blanket -R ../../../test/util/reporter", | ||
"matcha": "matcha -I exports" | ||
"bench": "matcha -I exports" | ||
}, | ||
@@ -34,0 +34,0 @@ "config": { |
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
81649
1457
+ Addedansi-regex@0.2.1(transitive)
+ Addedansi-styles@1.1.0(transitive)
+ Addedbluebird@2.11.0(transitive)
+ Addedchalk@0.5.1(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@0.1.0(transitive)
+ Addedstrip-ansi@0.3.0(transitive)
+ Addedsupports-color@0.2.0(transitive)
- Removedansi-styles@1.0.0(transitive)
- Removedbluebird@1.2.4(transitive)
- Removedchalk@0.4.0(transitive)
- Removedhas-color@0.1.7(transitive)
- Removedstrip-ansi@0.1.1(transitive)
Updatedbluebird@^2.2.1
Updatedchalk@~0.5.1