@types/inquirer
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -33,3 +33,4 @@ // Type definitions for Inquirer.js | ||
*/ | ||
prompt(questions: Questions, cb?: (answers: Answers) => any): ui.Prompt; | ||
prompt(questions: Questions, cb: (answers: Answers) => any): ui.Prompt; | ||
prompt(questions: Questions): Promise<Answers>; | ||
prompts: Prompts; | ||
@@ -36,0 +37,0 @@ Separator: objects.SeparatorStatic; |
{ | ||
"name": "@types/inquirer", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "TypeScript definitions for Inquirer.js", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "e49628f0cf3d851d5a6dc5557d57d8a6da92cbef1e96ad50edab3c2bc5e0f279" | ||
"typesPublisherContentHash": "949aeedea7fe95398db01a61e3cab23c5b19f887ea3f03737af5b15fdf474ff2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Oct 2016 19:23:27 GMT | ||
* Last updated: Mon, 14 Nov 2016 19:34:55 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: rx |
@@ -10,4 +10,4 @@ { | ||
], | ||
"libraryMajorVersion": "0", | ||
"libraryMinorVersion": "0", | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "Inquirer.js", | ||
@@ -29,3 +29,3 @@ "typingsPackageName": "inquirer", | ||
"hasPackageJson": false, | ||
"contentHash": "e49628f0cf3d851d5a6dc5557d57d8a6da92cbef1e96ad50edab3c2bc5e0f279" | ||
"contentHash": "949aeedea7fe95398db01a61e3cab23c5b19f887ea3f03737af5b15fdf474ff2" | ||
} |
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
12168
306