@d-fischer/logger
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,3 +6,2 @@ declare enum LogLevel { | ||
INFO = 3, | ||
DEBUG = 4, | ||
/** @deprecated use DEBUG instead */ | ||
@@ -14,2 +13,3 @@ DEBUG1 = 4, | ||
DEBUG3 = 4, | ||
DEBUG = 4, | ||
TRACE = 7 | ||
@@ -16,0 +16,0 @@ } |
@@ -11,3 +11,2 @@ "use strict"; | ||
LogLevel[LogLevel["INFO"] = 3] = "INFO"; | ||
LogLevel[LogLevel["DEBUG"] = 4] = "DEBUG"; | ||
/** @deprecated use DEBUG instead */ | ||
@@ -19,2 +18,3 @@ LogLevel[LogLevel["DEBUG1"] = 4] = "DEBUG1"; | ||
LogLevel[LogLevel["DEBUG3"] = 4] = "DEBUG3"; | ||
LogLevel[LogLevel["DEBUG"] = 4] = "DEBUG"; | ||
LogLevel[LogLevel["TRACE"] = 7] = "TRACE"; | ||
@@ -21,0 +21,0 @@ })(LogLevel || (LogLevel = {})); |
{ | ||
"name": "@d-fischer/logger", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple logger for Node and the browser.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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