azdo-cli 0.10.0-develop.210 → 0.10.0-develop.213

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -417,7 +417,9 @@ async function promptForPat() {
417
417
  return new Promise((resolve2) => {
418
418
  const rl = createInterface({
419
419
  input: process.stdin,
420
- output: process.stderr
420
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
421
+ output: null
422
+ // null disables readline's automatic echo
421
423
  });
422
424
  process.stderr.write(PAT_PROMPT);
423
425
  process.stdin.setRawMode(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azdo-cli",
3
- "version": "0.10.0-develop.210",
3
+ "version": "0.10.0-develop.213",
4
4
  "description": "Azure DevOps CLI tool",
5
5
  "type": "module",
6
6
  "bin": {