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,
|
* historySize: number,
|
||||||
* onHistoryFull: () => void,
|
* onHistoryFull: () => void,
|
||||||
* argsPlaceholder: string,
|
* argsPlaceholder: string,
|
||||||
* dict: {[key: string]: string}
|
* defaultLevel: string,
|
||||||
|
* dict: Map<string, string>,
|
||||||
* logFrom: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
* logFrom: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
||||||
* logFrom2: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
* logFrom2: 'debug' | 'info' | 'warn' | 'error' | 'fatal'
|
||||||
* }} options
|
* }} options
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "logger4njs",
|
"name": "logger4njs",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"description": "Logger for Node JS",
|
"description": "Logger for Node JS",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Reference in a new issue