Comparing version 2.4.0 to 2.4.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.4.1"></a> | ||
## [2.4.1](https://github.com/nuxt/consola/compare/v2.4.0...v2.4.1) (2019-02-12) | ||
### Bug Fixes | ||
* **ts:** set type "any" ([#40](https://github.com/nuxt/consola/issues/40)) ([ea9d551](https://github.com/nuxt/consola/commit/ea9d551)) | ||
<a name="2.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [2.4.0](https://github.com/nuxt/consola/compare/v2.3.2...v2.4.0) (2019-02-05) |
{ | ||
"name": "consola", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Elegant Console Logger for Node.js and Browser", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
declare interface ConsolaReporter { | ||
log: (logObj, { async, stdout, stderr }) => void | ||
log: (logObj: any, { async, stdout, stderr }: any) => void | ||
} | ||
@@ -49,4 +49,4 @@ | ||
// Mock | ||
static mockTypes(mockFn: any); | ||
static mock(mockFn: any); | ||
static mockTypes(mockFn: any): any; | ||
static mock(mockFn: any): any; | ||
} | ||
@@ -53,0 +53,0 @@ |
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
67901
0