loggerhythm
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -6,3 +6,3 @@ import { Chalk } from 'chalk'; | ||
INFO = "info", | ||
VERBOSE = "verbose", | ||
VERBOSE = "verbose" | ||
} | ||
@@ -9,0 +9,0 @@ export interface ILogFunction { |
@@ -17,3 +17,3 @@ import { ILoggerhythmHook, ILoggerSubscription } from './interfaces'; | ||
verbose(message: string, ...logObjects: Array<any>): void; | ||
private _log(logLevel, message, ...logObjects); | ||
private _log; | ||
} |
{ | ||
"name": "loggerhythm", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "wrapper for winston to use it like debug with namespaces", | ||
@@ -28,2 +28,6 @@ "publicConfig": { | ||
{ | ||
"name": "Christian Werner", | ||
"email": "christian.werner@5Minds.de" | ||
}, | ||
{ | ||
"name": "Martin Moellenbeck", | ||
@@ -49,13 +53,14 @@ "email": "martin.moellenbeck@5Minds.de" | ||
"devDependencies": { | ||
"@types/node": "^10.0.0", | ||
"benchmark": "^2.1.4", | ||
"gulp": "^3.9.1", | ||
"gulptraum": "^2.2.2", | ||
"gulptraum-typescript": "^1.3.3", | ||
"mocha": "^3.0.2", | ||
"should": "^11.1.0", | ||
"gulp": "^4.0.0", | ||
"gulptraum": "^3.1.0", | ||
"gulptraum-typescript": "^3.0.0", | ||
"mocha": "^5.2.0", | ||
"should": "^13.2.3", | ||
"tsconfig": "^7.0.0", | ||
"tslint": "^5.7.0", | ||
"tslint-eslint-config-5minds": "^1.0.2", | ||
"typescript": "^2.5.2" | ||
"typescript": "^3.3.0" | ||
} | ||
} |
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
32967
11