@inquirer/prompts 7.8.0 → 7.8.2

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/README.md +14 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -484,6 +484,20 @@ Directory size: 123M
484
484
  Delete
485
485
  ```
486
486
 
487
+ [**Ordered Checkbox Prompt**](https://github.com/kyou-izumi/inquirer-ordered-checkbox)<br/>
488
+ A sortable checkbox prompt that maintains the order of selection. Perfect for prioritizing tasks or ranking options.
489
+
490
+ ```
491
+ ? Configure your development workflow:
492
+ [1] Set up CI/CD pipeline
493
+ ❯ [3] Code quality tools
494
+ [ ] Documentation
495
+ [2] Performance monitoring
496
+ ──────────────
497
+ - Legacy system (disabled)
498
+ (Linting, formatting, and analysis)
499
+ ```
500
+
487
501
  # License
488
502
 
489
503
  Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "7.8.0",
3
+ "version": "7.8.2",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "keywords": [
6
6
  "answer",
@@ -76,9 +76,9 @@
76
76
  "tsc": "tshy"
77
77
  },
78
78
  "dependencies": {
79
- "@inquirer/checkbox": "^4.2.0",
79
+ "@inquirer/checkbox": "^4.2.1",
80
80
  "@inquirer/confirm": "^5.1.14",
81
- "@inquirer/editor": "^4.2.15",
81
+ "@inquirer/editor": "^4.2.17",
82
82
  "@inquirer/expand": "^4.0.17",
83
83
  "@inquirer/input": "^4.2.1",
84
84
  "@inquirer/number": "^3.0.17",
@@ -112,5 +112,5 @@
112
112
  "optional": true
113
113
  }
114
114
  },
115
- "gitHead": "69944cc0ef991049e24e4f6bcd3896a93f23b30b"
115
+ "gitHead": "daf4d6f08a55ab0e0cca61d95ec0f579e7b3e698"
116
116
  }