@inquirer/input
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@inquirer/input", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Inquirer input text prompt", | ||
@@ -57,9 +57,8 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@inquirer/core": "^1.0.1", | ||
"@inquirer/type": "^1.0.0", | ||
"@inquirer/core": "^1.0.2", | ||
"@inquirer/type": "^1.0.1", | ||
"chalk": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@inquirer/testing": "^1.0.0", | ||
"@jest/globals": "^29.5.0" | ||
"@inquirer/testing": "^1.0.1" | ||
}, | ||
@@ -71,3 +70,3 @@ "scripts": { | ||
"tsc:cjs": "tsc -p ./tsconfig.cjs.json && yarn run fix-ext", | ||
"fix-ext": "ts-node ../../tools/rename-ext.ts" | ||
"fix-ext": "ts-node ../../tools/rename-ext.mts" | ||
}, | ||
@@ -92,3 +91,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e93c4cb14f0c35ebd1efb065776b90f48899b075" | ||
"gitHead": "5b8563d850962ce48daba46e7e95e7285d581a56" | ||
} |
@@ -34,3 +34,3 @@ # `@inquirer/input` | ||
Copyright (c) 2022 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart)) | ||
Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/> | ||
Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
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
1
11389
Updated@inquirer/core@^1.0.2
Updated@inquirer/type@^1.0.1