@inquirer/prompts 2.3.0 → 2.3.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.
package/README.md CHANGED
@@ -147,7 +147,7 @@ const allowEmail = await confirm(
147
147
  },
148
148
  }),
149
149
  clearPromptOnDone: true,
150
- }
150
+ },
151
151
  );
152
152
  ```
153
153
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@inquirer/prompts",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Inquirer prompts, combined in a single package",
5
5
  "main": "./dist/cjs/index.js",
6
- "typings": "./dist/cjs/types/index.d.cts",
6
+ "typings": "./dist/cjs/types/index.d.ts",
7
7
  "files": [
8
8
  "dist/**/*"
9
9
  ],
@@ -71,22 +71,22 @@
71
71
  "default": "./dist/esm/index.mjs"
72
72
  },
73
73
  "require": {
74
- "types": "./dist/cjs/types/index.d.cts",
74
+ "types": "./dist/cjs/types/index.d.ts",
75
75
  "default": "./dist/cjs/index.js"
76
76
  }
77
77
  }
78
78
  },
79
79
  "dependencies": {
80
- "@inquirer/checkbox": "^1.3.3",
81
- "@inquirer/confirm": "^2.0.4",
82
- "@inquirer/core": "^2.3.0",
83
- "@inquirer/editor": "^1.2.2",
84
- "@inquirer/expand": "^1.1.3",
85
- "@inquirer/input": "^1.2.3",
86
- "@inquirer/password": "^1.1.3",
87
- "@inquirer/rawlist": "^1.2.3",
88
- "@inquirer/select": "^1.2.3"
80
+ "@inquirer/checkbox": "^1.3.4",
81
+ "@inquirer/confirm": "^2.0.5",
82
+ "@inquirer/core": "^2.3.1",
83
+ "@inquirer/editor": "^1.2.3",
84
+ "@inquirer/expand": "^1.1.4",
85
+ "@inquirer/input": "^1.2.4",
86
+ "@inquirer/password": "^1.1.4",
87
+ "@inquirer/rawlist": "^1.2.4",
88
+ "@inquirer/select": "^1.2.4"
89
89
  },
90
90
  "homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md",
91
- "gitHead": "4c139f50414bd538eae1d48e61fd2586581d3e70"
91
+ "gitHead": "b1b29c0b6da9420d739cd46704c205515de2db04"
92
92
  }
File without changes