@applitools/logger
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@applitools/logger", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Applitools logger", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@applitools/bongo": "^2.0.3", | ||
"@applitools/bongo": "^2.1.0", | ||
"@types/mocha": "^9.1.1", | ||
@@ -64,0 +64,0 @@ "@types/node": "^17.0.31", |
@@ -1,4 +0,5 @@ | ||
import chalk from 'chalk'; | ||
import { type LogLevelName } from './log-level'; | ||
declare type Style = typeof chalk.ForegroundColor | typeof chalk.BackgroundColor; | ||
declare type ForegroundColor = 'black' | 'red' | 'green' | 'yellow' | 'blue' | 'magenta' | 'cyan' | 'white' | 'gray' | 'grey' | 'blackBright' | 'redBright' | 'greenBright' | 'yellowBright' | 'blueBright' | 'magentaBright' | 'cyanBright' | 'whiteBright'; | ||
declare type BackgroundColor = 'bgBlack' | 'bgRed' | 'bgGreen' | 'bgYellow' | 'bgBlue' | 'bgMagenta' | 'bgCyan' | 'bgWhite' | 'bgGray' | 'bgGrey' | 'bgBlackBright' | 'bgRedBright' | 'bgGreenBright' | 'bgYellowBright' | 'bgBlueBright' | 'bgMagentaBright' | 'bgCyanBright' | 'bgWhiteBright'; | ||
declare type Style = ForegroundColor | BackgroundColor; | ||
export declare type ColoringOptions = { | ||
@@ -5,0 +6,0 @@ timestamp?: Style | Style[]; |
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
40283
550