@types/pino
Advanced tools
Comparing version 5.15.5 to 5.17.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for pino 5.15 | ||
// Type definitions for pino 5.17 | ||
// Project: https://github.com/pinojs/pino.git, http://getpino.io | ||
@@ -230,2 +230,6 @@ // Definitions by: Peter Snider <https://github.com/psnider> | ||
*/ | ||
levelKey?: string; | ||
/** | ||
* (DEPRECATED, use `levelKey`) Changes the property `level` to any string value you pass in. Default: 'level' | ||
*/ | ||
changeLevelName?: string; | ||
@@ -232,0 +236,0 @@ /** |
{ | ||
"name": "@types/pino", | ||
"version": "5.15.5", | ||
"version": "5.17.0", | ||
"description": "TypeScript definitions for pino", | ||
@@ -81,4 +81,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "aa43a1d62f1c1fde02c51be08096ab47b3897f3b5ed9c7e40bd61fd14c12b323", | ||
"typesPublisherContentHash": "d806d1423d24e0c714095c09549931173a586f447a0eeb06d04e9f908701edf3", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 Feb 2020 17:33:08 GMT | ||
* Last updated: Mon, 09 Mar 2020 18:07:37 GMT | ||
* Dependencies: [@types/sonic-boom](https://npmjs.com/package/@types/sonic-boom), [@types/pino-std-serializers](https://npmjs.com/package/@types/pino-std-serializers), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Peter Snider (https://github.com/psnider), BendingBender (https://github.com/BendingBender), Christian Rackerseder (https://github.com/screendriver), GP (https://github.com/paambaati), Alex Ferrando (https://github.com/alferpal), Oleksandr Sidko (https://github.com/mortiy), Harris Lummis (https://github.com/lummish), Raoul Jaeckel (https://github.com/raoulus), Cory Donkin (https://github.com/Cooryd), Adam Vigneaux (https://github.com/AdamVig), Austin Beer (https://github.com/austin-beer), and Michel Nemnom (https://github.com/Pegase745). | ||
These definitions were written by [Peter Snider](https://github.com/psnider), [BendingBender](https://github.com/BendingBender), [Christian Rackerseder](https://github.com/screendriver), [GP](https://github.com/paambaati), [Alex Ferrando](https://github.com/alferpal), [Oleksandr Sidko](https://github.com/mortiy), [Harris Lummis](https://github.com/lummish), [Raoul Jaeckel](https://github.com/raoulus), [Cory Donkin](https://github.com/Cooryd), [Adam Vigneaux](https://github.com/AdamVig), [Austin Beer](https://github.com/austin-beer), and [Michel Nemnom](https://github.com/Pegase745). |
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
36267
680