inquirerjs-checkbox-search 0.6.0 → 1.0.1

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # inquirerjs-checkbox-search
2
2
 
3
+ [![npm version](https://badge.fury.io/js/inquirerjs-checkbox-search.svg)](https://www.npmjs.com/package/inquirerjs-checkbox-search)
4
+
3
5
  A multi-select prompt with text filtering/search capability for [inquirer.js](https://github.com/SBoudrias/Inquirer.js).
4
6
 
5
7
  ![Demo showing inquirerjs-checkbox-search in action](docs/img/basic-demo.gif)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inquirerjs-checkbox-search",
3
- "version": "0.6.0",
3
+ "version": "1.0.1",
4
4
  "description": "A multi-select prompt with text filtering for inquirer.js",
5
5
  "keywords": [
6
6
  "answer",
@@ -113,7 +113,7 @@
113
113
  "vitest": "^3.2.3"
114
114
  },
115
115
  "engines": {
116
- "node": ">=18"
116
+ "node": ">=20"
117
117
  },
118
118
  "publishConfig": {
119
119
  "access": "public"
@@ -129,7 +129,7 @@
129
129
  }
130
130
  },
131
131
  "peerDependencies": {
132
- "@types/node": ">=18"
132
+ "@types/node": ">=20"
133
133
  },
134
134
  "peerDependenciesMeta": {
135
135
  "@types/node": {