zeddy-logger 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as LogOutput, t as LogData } from "./logger-types-CzUkAYNv.cjs";
1
+ import { n as LogOutput, r as LogTag, t as LogData } from "./logger-types-CzUkAYNv.cjs";
2
2
 
3
3
  //#region src/logger-base.d.ts
4
4
  declare class LoggerBase {
@@ -17,5 +17,5 @@ declare class StandardLogger extends LoggerBase {
17
17
  error(message: string, data?: any): void;
18
18
  }
19
19
  //#endregion
20
- export { LoggerBase, StandardLogger };
20
+ export { type LogData, type LogOutput, type LogTag, LoggerBase, StandardLogger };
21
21
  //# sourceMappingURL=index.d.cts.map
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as LogOutput, t as LogData } from "./logger-types-51ml81fG.mjs";
1
+ import { n as LogOutput, r as LogTag, t as LogData } from "./logger-types-51ml81fG.mjs";
2
2
 
3
3
  //#region src/logger-base.d.ts
4
4
  declare class LoggerBase {
@@ -17,5 +17,5 @@ declare class StandardLogger extends LoggerBase {
17
17
  error(message: string, data?: any): void;
18
18
  }
19
19
  //#endregion
20
- export { LoggerBase, StandardLogger };
20
+ export { type LogData, type LogOutput, type LogTag, LoggerBase, StandardLogger };
21
21
  //# sourceMappingURL=index.d.mts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zeddy-logger",
3
3
  "type": "module",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "description": "Logging library for Node",
6
6
  "author": "Zlatibor Veljković",
7
7
  "license": "The Unlicense",