package update and small tweak to type annotation
This commit is contained in:
parent
cd52e15ce5
commit
69e5c1520a
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ class Logger {
|
|||
* historySize: number,
|
||||
* onHistoryFull: () => void,
|
||||
* argsPlaceholder: string,
|
||||
* dict: {[key: string]: string}
|
||||
* defaultLevel: string,
|
||||
* dict: Map<string, string>,
|
||||
* logFrom: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
||||
* logFrom2: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
||||
* }} options
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "logger4njs",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "Logger for Node JS",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
Reference in a new issue