@bitdiver/logadapter
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -8,3 +8,3 @@ import { LogAdapterOptions } from './interfaceLogAdpaterOptions'; | ||
export { LogAdapterInterface } from './interfaceLogAdapter'; | ||
export { LogMessageInterface } from './interfaceLogMessage'; | ||
export { LogMessageInterface, LogMessageMetaInterface } from './interfaceLogMessage'; | ||
export { LogAdapterConsole, LogAdapterConsoleJson, LogAdapterMemory, LogAdapterFile }; | ||
@@ -11,0 +11,0 @@ export { LEVEL_DEBUG, LEVEL_INFO, LEVEL_WARNING, LEVEL_ERROR, LEVEL_FATAL } from './logLevel'; |
@@ -49,4 +49,4 @@ export interface LogMessageInterface { | ||
/** The type of this step */ | ||
typ: 'singel' | 'normal'; | ||
type: 'single' | 'normal'; | ||
} | ||
export {}; |
{ | ||
"name": "@bitdiver/logadapter", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39503
0