diff --git a/index.d.ts b/index.d.ts index 5007519e646365c229573ff830498e80a76938a2..932931c0ff3c354f66d36c7dbfc1d167a89ef283 100755 --- a/index.d.ts +++ b/index.d.ts @@ -1,8 +1,7 @@ -export as namespace Log; /*~ Write your module's methods and properties in this class */ export class Log { - constructor(config?: any); + constructor(config?: LogConfig); info(...message: any): string; notice(...message: any): string; debug(...message: any): string; diff --git a/package.json b/package.json index 0dc915a6269b546135cd7f698bf4bd0cce916c7d..c547a63ac5be91aec4c18d16fa49c0048ff5d03b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libs/log", - "version": "3.1.4", + "version": "3.1.5", "description": "A simple Logger with Options!", "main": "index.js", "scripts": {