@paybyrd/logger-js
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.6
@@ -1,5 +0,4 @@ | ||
import { IRestLoggerOptions } from "./IRestLoggerOptions"; | ||
import { ILog } from "./ILog"; | ||
import { ILogger } from "./ILogger"; | ||
import { LogLevel } from "./LogLevel"; | ||
export { ILog, ILogger, IRestLoggerOptions, LogLevel }; | ||
export { IRestLoggerOptions } from "./IRestLoggerOptions"; | ||
export { ILog } from "./ILog"; | ||
export { ILogger } from "./ILogger"; | ||
export { LogLevel } from "./LogLevel"; |
export { ConsoleLogger } from "./ConsoleLogger"; | ||
export { RestLogger } from "./RestLogger"; | ||
export { ILog, ILogger, LogLevel, IRestLoggerOptions } from "./abstractions"; | ||
export * from "./abstractions"; |
{ | ||
"name": "@paybyrd/logger-js", | ||
"version": "1.0.0-rc.5", | ||
"version": "1.0.0-rc.6", | ||
"description": "JS logger implementation", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
42206
108