@monodeploy/logging
Advanced tools
Comparing version 3.3.1 to 3.5.0
@@ -5,2 +5,12 @@ # Changelog | ||
## [3.5.0](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@3.3.1...@monodeploy/logging@3.5.0) "@monodeploy/logging" (2022-11-30)<a name="3.5.0"></a> | ||
### Features | ||
* target yarn v3.3.0 ([0f1248e](https://github.com/tophat/monodeploy/commits/0f1248e)) | ||
* target yarn v3.3.0 (#576) ([0f1248e](https://github.com/tophat/monodeploy/commits/0f1248e)) | ||
## [3.3.1](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@3.3.0...@monodeploy/logging@3.3.1) "@monodeploy/logging" (2022-10-13)<a name="3.3.1"></a> | ||
@@ -7,0 +17,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { Writable } from 'stream'; | ||
import { Report } from '@yarnpkg/core'; | ||
import { type Writable } from 'stream'; | ||
import { type Report } from '@yarnpkg/core'; | ||
export * from './invariants'; | ||
@@ -10,3 +10,3 @@ export declare const LOG_LEVELS: { | ||
}; | ||
declare type Logger = (message: string | Error | unknown, { report, extras }: { | ||
type Logger = (message: string | Error | unknown, { report, extras }: { | ||
report?: Report | null; | ||
@@ -13,0 +13,0 @@ extras?: string; |
{ | ||
"name": "@monodeploy/logging", | ||
"version": "3.3.1", | ||
"version": "3.5.0", | ||
"repository": { | ||
@@ -31,8 +31,8 @@ "type": "git", | ||
"@types/node": "^14.17.14", | ||
"@yarnpkg/core": "^3.2.5" | ||
"@yarnpkg/core": "^3.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.2.5" | ||
"@yarnpkg/core": "^3.3.0" | ||
}, | ||
"types": "./lib/index.d.ts" | ||
} |
13230