Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "apheleia", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "fast and simplistic logger.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Apheleia.js", |
@@ -48,2 +48,6 @@ import { Writable } from "stream" | ||
export class SimpleTransport extends Transport {} | ||
export class SimpleFormat implements Format { | ||
transform(level: string, message: string, args: any[], meta: object): string | ||
formatMetaDataObject(meta: object): string | ||
formatMetaData(key: string, value: any): string | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17761
507