@types/inquirer
Advanced tools
Comparing version 8.2.2 to 8.2.3
@@ -52,5 +52,15 @@ // Type definitions for inquirer 8.2 | ||
/** | ||
* Represents a function for prompting questions to the user. | ||
*/ | ||
export interface PromptFunction { | ||
/** | ||
* Prompts the questions to the user. | ||
*/ | ||
<T extends Answers = Answers>(questions: QuestionCollection<T>, initialAnswers?: Partial<T>): Promise<T>; | ||
} | ||
/** | ||
* Provides prompts for answering questions. | ||
*/ | ||
interface PromptModuleBase { | ||
export interface PromptModuleBase extends PromptFunction { | ||
/** | ||
@@ -57,0 +67,0 @@ * Registers a new prompt-type. |
{ | ||
"name": "@types/inquirer", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"description": "TypeScript definitions for inquirer", | ||
@@ -75,4 +75,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inquirer", | ||
}, | ||
"typesPublisherContentHash": "783eafd873586a5773631cf4480928abedb8fe4f18840a609bd69d734f293e55", | ||
"typesPublisherContentHash": "9683ac081eebdc9b6fd8412bb83910e1e3cfa6ccdb6560e5b6f1f29857f55938", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 04 Aug 2022 22:02:20 GMT | ||
* Last updated: Mon, 15 Aug 2022 18:32:41 GMT | ||
* Dependencies: [@types/rxjs](https://npmjs.com/package/@types/rxjs), [@types/through](https://npmjs.com/package/@types/through) | ||
@@ -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
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
72649
2427
0