@guiiai/logg
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
import { Color } from 'colorette'; | ||
import { ChalkInstance } from 'chalk'; | ||
@@ -176,3 +176,3 @@ declare enum LogLevel { | ||
declare const availableLogLevelStrings: LogLevelString[]; | ||
declare const logLevelToChalkColorMap: Record<LogLevel, Color>; | ||
declare const logLevelToChalkColorMap: Record<LogLevel, ChalkInstance>; | ||
declare const availableLogLevels: LogLevel[]; | ||
@@ -179,0 +179,0 @@ declare const availableFormats: Format[]; |
{ | ||
"name": "@guiiai/logg", | ||
"type": "module", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Yet another simple, nearly zero dependency, structural log compliance logger implementation.", | ||
@@ -30,3 +30,3 @@ "contributors": [ | ||
"dependencies": { | ||
"colorette": "^2.0.20" | ||
"chalk": "^5.3.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
60080
1345
+ Addedchalk@^5.3.0
+ Addedchalk@5.3.0(transitive)
- Removedcolorette@^2.0.20
- Removedcolorette@2.0.20(transitive)