@sprucelabs/log
Advanced tools
Comparing version 10.2.296 to 10.2.297
@@ -88,2 +88,3 @@ (function (global, factory) { | ||
/** @deprecated */ | ||
function __spreadArrays() { | ||
@@ -106,3 +107,3 @@ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; | ||
var strNatives = []; | ||
var natives = strNatives.map(function (n) { return new RegExp("\\(" + n + "\\.js:\\d+:\\d+\\)$"); }); | ||
var natives = strNatives.map(function (n) { return new RegExp("\\(" + n + "\\.js:\\d+:\\d+\\)$"); }); | ||
natives.push( | ||
@@ -427,2 +428,3 @@ // XXX are `bootstrap_node.js` and `node.js` needed in supported versions? | ||
*/ | ||
exports.LogLevel = void 0; | ||
(function (LogLevel) { | ||
@@ -532,3 +534,3 @@ /** Trace level logs the go beyond just normal debug messages. A silly log level. */ | ||
this.stackUtils = new StackUtils({ | ||
cwd: process.cwd(), | ||
cwd: process.cwd(), | ||
}); | ||
@@ -750,3 +752,3 @@ this.setConsoleAdapter(); | ||
if (args.length === 1 && typeof args[0] === 'string') { | ||
var str = rawAboutStr + " " + this.colorize({ | ||
var str = rawAboutStr + " " + this.colorize({ | ||
str: args[0], | ||
@@ -753,0 +755,0 @@ level: level, |
@@ -0,1 +1,3 @@ | ||
## [10.2.297](https://github.com/sprucelabsai/spruce-log/compare/v10.2.296...v10.2.297) (2021-02-20) | ||
## [10.2.296](https://github.com/sprucelabsai/spruce-log/compare/v10.2.295...v10.2.296) (2020-12-31) | ||
@@ -2,0 +4,0 @@ |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "10.2.296", | ||
"version": "10.2.297", | ||
"main": "./build/index.js", | ||
@@ -55,3 +55,3 @@ "types": "./build/index.d.ts", | ||
"chokidar-cli": "^2.1.0", | ||
"concurrently": "^5.3.0", | ||
"concurrently": "^6.0.0", | ||
"eslint": "^7.11.0", | ||
@@ -58,0 +58,0 @@ "eslint-config-spruce": "^10.9.91", |
Sorry, the diff of this file is not supported yet
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
213242
2495