package update and small tweak to type annotation

This commit is contained in:
Strix 2022-05-08 00:23:38 +02:00
parent cd52e15ce5
commit 69e5c1520a
Signed by untrusted user who does not match committer: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "logger4njs",
"version": "1.0.3",
"version": "1.0.4",
"description": "Logger for Node JS",
"main": "index.js",
"directories": {