@emigrate/types
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -200,2 +200,9 @@ export type Awaitable<T> = T | PromiseLike<T>; | ||
dry: boolean; | ||
/** | ||
* Forcibly enable or disable colors in the output. | ||
* | ||
* If set to true, the reporter should use colors in the output. | ||
* If set to false, the reporter should not use colors in the output. | ||
*/ | ||
color?: boolean; | ||
}; | ||
@@ -202,0 +209,0 @@ export type EmigrateReporter = Partial<{ |
{ | ||
"name": "@emigrate/types", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46051
317