Comparing version 2.5.4 to 2.5.5
@@ -5,6 +5,11 @@ # Change Log | ||
## [2.5.4](https://github.com/nuxt/consola/compare/v2.5.3...v2.5.4) (2019-02-24) | ||
## [2.5.5](https://github.com/nuxt/consola/compare/v2.5.4...v2.5.5) (2019-02-25) | ||
### Bug Fixes | ||
* **ts:** export consola ts declarations ([#42](https://github.com/nuxt/consola/issues/42)) ([a884773](https://github.com/nuxt/consola/commit/a884773)) | ||
<a name="2.4.1"></a> | ||
@@ -11,0 +16,0 @@ ## [2.4.1](https://github.com/nuxt/consola/compare/v2.4.0...v2.4.1) (2019-02-12) |
{ | ||
"name": "consola", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "Elegant Console Logger for Node.js and Browser", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,6 +0,6 @@ | ||
declare interface ConsolaReporter { | ||
export declare interface ConsolaReporter { | ||
log: (logObj: any, { async, stdout, stderr }: any) => void | ||
} | ||
declare class Consola { | ||
export declare class Consola { | ||
// Built-in log levels | ||
@@ -7,0 +7,0 @@ static fatal (message: any): void; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
81650
0