@ptkdev/logger
Advanced tools
Comparing version 1.1.3 to 1.2.0
@@ -1,3 +0,4 @@ | ||
# v1.1.3 (May 05, 2020) | ||
# v1.2.0 (May 06, 2020) | ||
* Fix: security patch | ||
* Translations: ๐ช๐ธ ๐ต๐น (Thanks: Bruno Kummel) | ||
@@ -4,0 +5,0 @@ [![](https://img.shields.io/badge/donate-paypal-005EA6.svg?logo=paypal)](https://www.paypal.me/ptkdev) [![](https://img.shields.io/badge/donate-patreon-F87668.svg?logo=patreon)](https://www.patreon.com/ptkdev) [![](https://img.shields.io/badge/donate-sponsors-ea4aaa.svg?logo=github)](https://github.com/sponsors/ptkdev/) [![](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/ptkdev) |
@@ -17,5 +17,7 @@ /** | ||
const languages = { | ||
"en": require("../translations/en"), | ||
"it": require("../translations/it"), | ||
"pl": require("../translations/pl"), | ||
en: require("../translations/en"), | ||
it: require("../translations/it"), | ||
pl: require("../translations/pl"), | ||
pt: require("../translations/pt"), | ||
es: require("../translations/es") | ||
}; | ||
@@ -22,0 +24,0 @@ const logger = console; |
{ | ||
"name": "@ptkdev/logger", | ||
"description": "Beautiful Logger for Node.js: the best alternative to the console.log statement", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"main": "modules/logger.js", | ||
@@ -21,3 +21,3 @@ "author": "Patryk Rzucidลo [@ptkdev] <support@ptkdev.io> (https://ptk.dev)", | ||
"scripts": { | ||
"example": "node example/exampe.js", | ||
"example": "node examples/example.js", | ||
"clean": "rm -rf node_modules package-lock.json && npm install", | ||
@@ -82,4 +82,5 @@ "update": "rm -f package-lock.json && npm update", | ||
"contributors": [ | ||
"Ilua Chubarov [@Ilya] <agoalofalife@gmail.com> (https://github.com/agoalofalife)" | ||
"Ilua Chubarov [@Ilya] <agoalofalife@gmail.com> (https://github.com/agoalofalife)", | ||
"Bruno Kummel [@Bruck1701] <kummel@gmail.com> (https://github.com/Bruck1701)" | ||
] | ||
} |
@@ -5,3 +5,3 @@ [![Beautiful Logger for Node.js: the best alternative to the console.log statement](https://raw.githubusercontent.com/ptkdev/ptkdev-logger/nightly/.github/assets/ptkdev-logger-logo.png)](https://www.npmjs.com/package/@ptkdev/logger) | ||
[![](https://img.shields.io/badge/version-v1.1.3-lightgrey.svg)](https://github.com/ptkdev/ptkdev-logger/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/ptkdev-logger/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/ptkdev-logger/badge.svg)](https://snyk.io/test/github/ptkdev/ptkdev-logger) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io) | ||
[![](https://img.shields.io/badge/version-v1.2.0-lightgrey.svg)](https://github.com/ptkdev/ptkdev-logger/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/ptkdev-logger/blob/master/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/ptkdev-logger/badge.svg)](https://snyk.io/test/github/ptkdev/ptkdev-logger) [![](https://discordapp.com/api/guilds/383373985666301975/embed.png)](http://discord.ptkdev.io) | ||
@@ -33,3 +33,3 @@ > The best alternative to the console.log statement | ||
* [โ๏ธ] The JSON logs format is compatible with [pinojs](https://github.com/pinojs/pino) | ||
* [โ๏ธ] Translations: ๐ฌ๐ง ๐ฎ๐น ๐ต๐ฑ (Help me โค๏ธ) | ||
* [โ๏ธ] Translations: ๐ฌ๐ง ๐ฎ๐น ๐ต๐ฑ ๐ช๐ธ ๐ต๐น (Help me โค๏ธ) | ||
@@ -126,2 +126,3 @@ ## ๐ Screenshot | ||
<td align="center"><a href="https://github.com/agoalofalife"><img src="https://avatars1.githubusercontent.com/u/15719824?v=4" width="100px;" alt=""/><br /><sub><b>Ilua Chubarov</b></sub></a><br /><a href="https://github.com/ptkdev/ptkdev-logger/commits?author=agoalofalife" title="Code">๐ป</a></td> | ||
<td align="center"><a href="https://github.com/Bruck1701"><img src="https://avatars2.githubusercontent.com/u/17711277?v=4" width="100px;" alt=""/><br /><sub><b>Bruno Kรผmmel</b></sub></a><br /><a href="https://github.com/ptkdev/ptkdev-logger/commits?author=Bruck1701" title="Code">๐ป</a> <a href="#translation-Bruck1701" title="Translation">๐</a></td> | ||
</tr> | ||
@@ -128,0 +129,0 @@ </table> |
41058
16
515
153