bare-logger
Advanced tools
+5
-1
@@ -8,5 +8,9 @@ const { formatWithOptions } = require('bare-format') | ||
| this.colors = colors | ||
| this._colors = colors | ||
| } | ||
| get colors() { | ||
| return this._colors | ||
| } | ||
| format(...data) { | ||
@@ -13,0 +17,0 @@ return format(data, this.colors) |
+1
-1
| { | ||
| "name": "bare-logger", | ||
| "version": "2.0.2", | ||
| "version": "2.0.3", | ||
| "description": "Low-level logger for Bare", | ||
@@ -5,0 +5,0 @@ "exports": { |
567005
0.01%88
3.53%