@spinajs/log
Advanced tools
Comparing version 1.2.88 to 1.2.103
import { IColoredConsoleTargetOptions, ILogEntry, LogTarget } from "@spinajs/log-common"; | ||
import { Chalk } from "chalk"; | ||
export declare const DEFAULT_THEME: { | ||
@@ -14,3 +13,3 @@ security: string[]; | ||
export declare class ColoredConsoleTarget extends LogTarget<IColoredConsoleTargetOptions> { | ||
protected theme: Chalk[]; | ||
protected theme: any[]; | ||
protected StdConsoleCallbackMap: { | ||
@@ -17,0 +16,0 @@ 5: { |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { IFileTargetOptions, ILogEntry, LogTarget } from "@spinajs/log-common"; | ||
@@ -3,0 +4,0 @@ import * as fs from "fs"; |
{ | ||
"name": "@spinajs/log", | ||
"version": "1.2.88", | ||
"version": "1.2.103", | ||
"description": "Log lib for all spinejs related libs", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "7c42b937cd76ac16d6af25d7d503eb1a93ce5271" | ||
"gitHead": "18a08cf4cd3e4d2c728d2d372e3a42ddde071be8" | ||
} |
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
61702