Comparing version 7.0.7 to 7.1.0
import type { RoarrGlobalState } from './types'; | ||
declare const ROARR: RoarrGlobalState; | ||
declare const Roarr: import("./types").Logger; | ||
export type { Logger, Message, TranslateMessageFunction, MessageEventHandler, } from './types'; | ||
export type { Logger, Message, MessageEventHandler, RoarrGlobalState, TranslateMessageFunction, } from './types'; | ||
export { Roarr, ROARR, }; |
import type { RoarrGlobalState } from './types'; | ||
declare const ROARR: RoarrGlobalState; | ||
declare const Roarr: import("./types").Logger; | ||
export type { Logger, Message, TranslateMessageFunction, MessageEventHandler, } from './types'; | ||
export type { Logger, Message, MessageEventHandler, RoarrGlobalState, TranslateMessageFunction, } from './types'; | ||
export { Roarr, ROARR, }; |
@@ -82,3 +82,3 @@ { | ||
"typings": "./dist/src/Roarr.d.ts", | ||
"version": "7.0.7" | ||
"version": "7.1.0" | ||
} |
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
72308