Comparing version 2.5.0 to 2.5.1
@@ -30,3 +30,3 @@ import * as picocolors_types from 'picocolors/types'; | ||
interface ITag extends ITagTypes { | ||
(message: string, type: keyof ITagTypes, label?: string): void; | ||
(message: string, type?: keyof ITagTypes, label?: string): void; | ||
} | ||
@@ -33,0 +33,0 @@ declare const tag: ITag; |
{ | ||
"name": "diy-log", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Various console log level prefixes with support for color symbols and tags.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,12 @@ | ||
# diy-log | ||
# diy-log 🌈 | ||
[![version](https://img.shields.io/npm/v/diy-log?style=flat-square)](https://www.npmjs.com/package/diy-log) | ||
[![Codecov](https://img.shields.io/codecov/c/github/meqn/diy-log?token=HYQ5I268HN&style=flat-square&logo=codecov)](https://codecov.io/gh/Meqn/diy-log) | ||
[![release](https://img.shields.io/github/actions/workflow/status/meqn/diy-log/release.yml?style=flat-square)](https://github.com/Meqn/pipflow/releases) | ||
[![node.js](https://img.shields.io/node/v/diy-log?style=flat-square&logo=nodedotjs)](https://nodejs.org/en/about/releases/) | ||
[![languages](https://img.shields.io/github/languages/top/meqn/diy-log?style=flat-square)](https://github.com/Meqn/diy-log) | ||
[![downloads](https://img.shields.io/npm/dm/diy-log?style=flat-square)](https://www.npmjs.com/package/diy-log) | ||
> Various console log level prefixes with support for color symbols and tags. | ||
@@ -4,0 +13,0 @@ |
13252
108