@putkoff/abstract-logger 0.0.79 → 0.0.81

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.
@@ -8,4 +8,4 @@ export interface LogStringOptions {
8
8
  consumerLogger?: any;
9
9
  skip?: number;
10
10
  }
11
- export type LogType = "info" | "warn" | "error" | "debug" | "success" | "processing" | "listening" | "connect" | "prune" | string | null;
11
+ export type LogType = string | null;
@@ -8,4 +8,4 @@ export interface LogStringOptions {
8
8
  consumerLogger?: any;
9
9
  skip?: number;
10
10
  }
11
- export type LogType = "info" | "warn" | "error" | "debug" | "success" | "processing" | "listening" | "connect" | "prune" | string | null;
11
+ export type LogType = string | null;
@@ -8,4 +8,4 @@ export interface LogStringOptions {
8
8
  consumerLogger?: any;
9
9
  skip?: number;
10
10
  }
11
- export type LogType = "info" | "warn" | "error" | "debug" | "success" | "processing" | "listening" | "connect" | "prune" | string | null;
11
+ export type LogType = string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putkoff/abstract-logger",
3
- "version": "0.0.79",
3
+ "version": "0.0.81",
4
4
  "type": "module",
5
5
  "description": "Lightweight TypeScript logger wrapper with auto-context tracing and Winston integration.",
6
6
  "main": "dist/cjs/index.js",