@types/bunyan-format
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -18,3 +18,3 @@ // Type definitions for bunyan-format 0.2 | ||
interface Options { | ||
outputMode?: 'short' | 'long' | 'simple' | 'json' | 'bunyan' | undefined; | ||
outputMode?: 'short' | 'long' | 'simple' | 'json' | 'bunyan' | 'inspect' | undefined; | ||
color?: boolean | undefined; | ||
@@ -21,0 +21,0 @@ colorFromLevel?: ColorFromLevel | undefined; |
{ | ||
"name": "@types/bunyan-format", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "TypeScript definitions for bunyan-format", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bunyan-format", | ||
}, | ||
"typesPublisherContentHash": "50ef33e59bb0c6ef791e977dfe32c3cf2e0f44800491170b73f2f455d3b2f161", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "22cee05fc9cf19359366a7ba11acb66c6bc9abe640bf28ff2edc9bb4cd8033c6", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -28,3 +28,3 @@ # Installation | ||
interface Options { | ||
outputMode?: 'short' | 'long' | 'simple' | 'json' | 'bunyan' | undefined; | ||
outputMode?: 'short' | 'long' | 'simple' | 'json' | 'bunyan' | 'inspect' | undefined; | ||
color?: boolean | undefined; | ||
@@ -51,3 +51,3 @@ colorFromLevel?: ColorFromLevel | undefined; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 00:35:45 GMT | ||
* Last updated: Mon, 08 Aug 2022 03:32:11 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -54,0 +54,0 @@ * Global values: none |
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
5341