inquirerjs-checkbox-search 1.0.1 → 1.0.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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # inquirerjs-checkbox-search
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/inquirerjs-checkbox-search.svg)](https://www.npmjs.com/package/inquirerjs-checkbox-search)
4
+ [![code coverage](https://codecov.io/gh/Texarkanine/inquirerjs-checkbox-search/graph/badge.svg)](https://codecov.io/gh/Texarkanine/inquirerjs-checkbox-search)
4
5
 
5
6
  A multi-select prompt with text filtering/search capability for [inquirer.js](https://github.com/SBoudrias/Inquirer.js).
6
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inquirerjs-checkbox-search",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A multi-select prompt with text filtering for inquirer.js",
5
5
  "keywords": [
6
6
  "answer",
@@ -105,7 +105,7 @@
105
105
  "@vitest/coverage-v8": "^3.2.3",
106
106
  "@vitest/ui": "^3.2.3",
107
107
  "eslint": "^9.0.0",
108
- "eslint-config-prettier": "^9.0.0",
108
+ "eslint-config-prettier": "^10.1.8",
109
109
  "prettier": "^3.0.0",
110
110
  "rimraf": "^6.0.0",
111
111
  "tshy": "^3.0.2",