@types/yeoman-environment
Advanced tools
Comparing version 2.10.3 to 2.10.4
@@ -468,3 +468,3 @@ // Type definitions for yeoman-environment 2.10 | ||
*/ | ||
cwd?: string; | ||
cwd?: string | undefined; | ||
@@ -514,3 +514,3 @@ /** | ||
*/ | ||
arguments?: string | string[]; | ||
arguments?: string | string[] | undefined; | ||
@@ -520,3 +520,3 @@ /** | ||
*/ | ||
options?: TOptions; | ||
options?: TOptions | undefined; | ||
} | ||
@@ -531,3 +531,3 @@ | ||
*/ | ||
localOnly?: boolean; | ||
localOnly?: boolean | undefined; | ||
} | ||
@@ -542,3 +542,3 @@ | ||
*/ | ||
packagePath?: boolean; | ||
packagePath?: boolean | undefined; | ||
@@ -548,3 +548,3 @@ /** | ||
*/ | ||
singleResult?: boolean; | ||
singleResult?: boolean | undefined; | ||
} | ||
@@ -559,3 +559,3 @@ | ||
*/ | ||
filterPaths?: boolean; | ||
filterPaths?: boolean | undefined; | ||
} | ||
@@ -570,3 +570,3 @@ | ||
*/ | ||
packagePaths?: string[]; | ||
packagePaths?: string[] | undefined; | ||
@@ -576,3 +576,3 @@ /** | ||
*/ | ||
npmPaths?: string[]; | ||
npmPaths?: string[] | undefined; | ||
@@ -582,3 +582,3 @@ /** | ||
*/ | ||
filePatterns?: string[]; | ||
filePatterns?: string[] | undefined; | ||
@@ -588,3 +588,3 @@ /** | ||
*/ | ||
packagePatterns?: string[]; | ||
packagePatterns?: string[] | undefined; | ||
@@ -594,3 +594,3 @@ /** | ||
*/ | ||
singleResult?: boolean; | ||
singleResult?: boolean | undefined; | ||
@@ -600,3 +600,3 @@ /** | ||
*/ | ||
globbyDeep?: number; | ||
globbyDeep?: number | undefined; | ||
} | ||
@@ -611,3 +611,3 @@ | ||
*/ | ||
packagePatterns?: string[]; | ||
packagePatterns?: string[] | undefined; | ||
} | ||
@@ -614,0 +614,0 @@ |
@@ -13,3 +13,3 @@ import { Change } from "diff"; | ||
*/ | ||
console?: Console; | ||
console?: Console | undefined; | ||
} | ||
@@ -16,0 +16,0 @@ |
@@ -37,3 +37,3 @@ import { Color, Modifiers } from "chalk"; | ||
*/ | ||
colors?: ColorMap<TCategories>; | ||
colors?: ColorMap<TCategories> | undefined; | ||
@@ -43,3 +43,3 @@ /** | ||
*/ | ||
console?: Console; | ||
console?: Console | undefined; | ||
@@ -49,3 +49,3 @@ /** | ||
*/ | ||
stderr?: WriteStream; | ||
stderr?: WriteStream | undefined; | ||
@@ -55,3 +55,3 @@ /** | ||
*/ | ||
stdout?: WriteStream; | ||
stdout?: WriteStream | undefined; | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "@types/yeoman-environment", | ||
"version": "2.10.3", | ||
"version": "2.10.4", | ||
"description": "TypeScript definitions for yeoman-environment", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yeoman-environment", | ||
"license": "MIT", | ||
@@ -35,4 +36,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "d136375cf6e2237038808bf40d866738c1646aac07449090e1078c74759f12e6", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "5ca2552ba7fd5e1122c4acf063776f628263f3676c1b6ccb393fa0100069ba03", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 30 Apr 2021 17:31:25 GMT | ||
* Last updated: Fri, 02 Jul 2021 16:32:08 GMT | ||
* Dependencies: [@types/mem-fs](https://npmjs.com/package/@types/mem-fs), [@types/inquirer](https://npmjs.com/package/@types/inquirer), [@types/yeoman-generator](https://npmjs.com/package/@types/yeoman-generator), [@types/diff](https://npmjs.com/package/@types/diff), [@types/chalk](https://npmjs.com/package/@types/chalk), [@types/text-table](https://npmjs.com/package/@types/text-table) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
28488
0