@inquirer/input 4.1.8 → 4.1.9

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 +10 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -4,6 +4,16 @@ Interactive free text input component for command line interfaces. Supports vali
4
4
 
5
5
  ![Input prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/input.svg)
6
6
 
7
+ # Special Thanks
8
+
9
+ <div align="center" markdown="1">
10
+
11
+ [![Graphite](https://github.com/user-attachments/assets/53db40ca-2254-481a-a094-6597f8716e29)](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)<br>
12
+
13
+ ### [Graphite is the AI developer productivity platform helping teams on GitHub ship higher quality software, faster](https://graphite.dev/?utm_source=npmjs&utm_medium=repo&utm_campaign=inquirerjs)
14
+
15
+ </div>
16
+
7
17
  # Installation
8
18
 
9
19
  <table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inquirer/input",
3
- "version": "4.1.8",
3
+ "version": "4.1.9",
4
4
  "description": "Inquirer input text prompt",
5
5
  "keywords": [
6
6
  "answer",
@@ -74,12 +74,12 @@
74
74
  "tsc": "tshy"
75
75
  },
76
76
  "dependencies": {
77
- "@inquirer/core": "^10.1.9",
78
- "@inquirer/type": "^3.0.5"
77
+ "@inquirer/core": "^10.1.10",
78
+ "@inquirer/type": "^3.0.6"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@arethetypeswrong/cli": "^0.17.4",
82
- "@inquirer/testing": "^2.1.45",
82
+ "@inquirer/testing": "^2.1.46",
83
83
  "@repo/tsconfig": "workspace:*",
84
84
  "tshy": "^3.0.2"
85
85
  },
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "83508f90ca65d26abc1408e4209e4f8fc73e43fe"
109
+ "gitHead": "d367155a8d64d8b3e93f9c763adccf708aedc8a8"
110
110
  }