Comparing version 3.1.1 to 3.1.2
@@ -24,3 +24,3 @@ export interface WriterType { | ||
adopt: <T>(routine: () => Promise<T>, context: MessageContextType) => Promise<T>; | ||
child: (context: TranslateMessageFunctionType | MessageContextType) => LogMethod; | ||
child: (context: TranslateMessageFunctionType | MessageContextType) => Logger; | ||
debug: LogMethod; | ||
@@ -27,0 +27,0 @@ error: LogMethod; |
@@ -80,3 +80,3 @@ { | ||
"typings": "./dist/log.d.ts", | ||
"version": "3.1.1" | ||
"version": "3.1.2" | ||
} |
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
40705