Comparing version 7.12.2 to 7.12.3
@@ -6,3 +6,3 @@ import { logLevels } from './constants'; | ||
declare const Roarr: import("./types").Logger<import("./types").JsonObject>; | ||
export type { MessageSerializer, Logger, LogLevelName, Message, MessageEventHandler, RoarrGlobalState, TransformMessageFunction, } from './types'; | ||
export type { Logger, LogLevelName, Message, MessageContext, MessageEventHandler, MessageSerializer, RoarrGlobalState, TransformMessageFunction, } from './types'; | ||
export { getLogLevelName, logLevels, Roarr, ROARR, }; |
@@ -6,3 +6,3 @@ import { logLevels } from './constants'; | ||
declare const Roarr: import("./types").Logger<import("./types").JsonObject>; | ||
export type { MessageSerializer, Logger, LogLevelName, LogWriter, Message, MessageEventHandler, RoarrGlobalState, TransformMessageFunction, } from './types'; | ||
export type { Logger, LogLevelName, LogWriter, Message, MessageContext, MessageEventHandler, MessageSerializer, RoarrGlobalState, TransformMessageFunction, } from './types'; | ||
export { getLogLevelName, logLevels, Roarr, ROARR, }; |
@@ -75,3 +75,3 @@ { | ||
"typings": "./dist/src/Roarr.d.ts", | ||
"version": "7.12.2" | ||
"version": "7.12.3" | ||
} |
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
87125