@inquirer/input
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "@inquirer/input", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Inquirer input text prompt", | ||
@@ -57,7 +57,7 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^9.0.4", | ||
"@inquirer/type": "^1.5.0" | ||
"@inquirer/core": "^9.0.5", | ||
"@inquirer/type": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"@inquirer/testing": "^2.1.27" | ||
"@inquirer/testing": "^2.1.28" | ||
}, | ||
@@ -68,3 +68,2 @@ "scripts": { | ||
"tsc:cjs": "rm -rf dist/cjs && tsc -p ./tsconfig.cjs.json && node ../../tools/fix-ext.mjs", | ||
"tsc:watch": "tsc -p ./tsconfig.json --watch", | ||
"attw": "attw --pack" | ||
@@ -91,3 +90,3 @@ }, | ||
"sideEffects": false, | ||
"gitHead": "f2c4983dd390c6244fb4668a8e87c9e786e4326f" | ||
"gitHead": "92eb67edb388404a6d737c0605648ac797c84fb6" | ||
} |
@@ -18,2 +18,21 @@ # `@inquirer/input` | ||
```sh | ||
npm install @inquirer/prompts | ||
``` | ||
</td> | ||
<td> | ||
```sh | ||
yarn add @inquirer/prompts | ||
``` | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colSpan="2" align="center">Or</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
```sh | ||
npm install @inquirer/input | ||
@@ -36,3 +55,5 @@ ``` | ||
```js | ||
import input from '@inquirer/input'; | ||
import { input } from '@inquirer/prompts'; | ||
// Or | ||
// import input from '@inquirer/input'; | ||
@@ -39,0 +60,0 @@ const answer = await input({ message: 'Enter your name' }); |
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
14416
96
Updated@inquirer/core@^9.0.5
Updated@inquirer/type@^1.5.1