@inquirer/core
Advanced tools
Comparing version 10.1.2 to 10.1.3
@@ -72,3 +72,2 @@ "use strict"; | ||
const { promise, resolve, reject } = promise_polyfill_js_1.PromisePolyfill.withResolver(); | ||
/** @deprecated pass an AbortSignal in the context options instead. See {@link https://github.com/SBoudrias/Inquirer.js#canceling-prompt} */ | ||
const cancel = () => reject(new errors_js_1.CancelPromptError()); | ||
@@ -75,0 +74,0 @@ if (signal) { |
@@ -43,3 +43,2 @@ import * as readline from 'node:readline'; | ||
const { promise, resolve, reject } = PromisePolyfill.withResolver(); | ||
/** @deprecated pass an AbortSignal in the context options instead. See {@link https://github.com/SBoudrias/Inquirer.js#canceling-prompt} */ | ||
const cancel = () => reject(new CancelPromptError()); | ||
@@ -46,0 +45,0 @@ if (signal) { |
{ | ||
"name": "@inquirer/core", | ||
"version": "10.1.2", | ||
"version": "10.1.3", | ||
"description": "Core Inquirer prompt API", | ||
@@ -89,6 +89,6 @@ "keywords": [ | ||
"@arethetypeswrong/cli": "^0.17.2", | ||
"@inquirer/testing": "^2.1.39", | ||
"@inquirer/testing": "^2.1.40", | ||
"@repo/tsconfig": "workspace:*", | ||
"@types/mute-stream": "^0.0.4", | ||
"@types/node": "^22.10.2", | ||
"@types/node": "^22.10.5", | ||
"@types/wrap-ansi": "^3.0.0", | ||
@@ -112,3 +112,3 @@ "tshy": "^3.0.2" | ||
}, | ||
"gitHead": "7613d7474f1f17a18019b89f208f46be10c5b02f" | ||
"gitHead": "43afbb5a1a96a23342f9fa3867e3d5d0a9abc8fe" | ||
} |
@@ -7,2 +7,22 @@ # `@inquirer/core` | ||
# Special Thanks | ||
<div align="center"> | ||
<br> | ||
<br> | ||
<a href="https://www.warp.dev/?utm_source=npmjs&utm_medium=referral&utm_campaign=inquirer"> | ||
<div> | ||
<picture> | ||
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c"> | ||
</picture> | ||
</div> | ||
<b>Warp, the intelligent terminal for developers</b> | ||
<div> | ||
<sup>Available for MacOS and Linux<br> | ||
Visit warp.dev to learn more | ||
</sup> | ||
</div> | ||
</a> | ||
</div> | ||
# Installation | ||
@@ -9,0 +29,0 @@ |
Sorry, the diff of this file is not supported yet
99592
404
2220