@markuplint/cli-utils 4.4.3 → 4.4.5

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/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [4.4.3](https://github.com/markuplint/markuplint/compare/@markuplint/cli-utils@4.4.2...@markuplint/cli-utils@4.4.3) (2024-06-25)
6
+ ## [4.4.5](https://github.com/markuplint/markuplint/compare/@markuplint/cli-utils@4.4.4...@markuplint/cli-utils@4.4.5) (2024-09-23)
7
+
8
+ **Note:** Version bump only for package @markuplint/cli-utils
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.4.4](https://github.com/markuplint/markuplint/compare/@markuplint/cli-utils@4.4.3...@markuplint/cli-utils@4.4.4) (2024-09-02)
7
15
 
8
16
  **Note:** Version bump only for package @markuplint/cli-utils
9
17
 
@@ -11,6 +19,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
19
 
12
20
 
13
21
 
22
+ ## [4.4.3](https://github.com/markuplint/markuplint/compare/@markuplint/cli-utils@4.4.2...@markuplint/cli-utils@4.4.3) (2024-06-25)
23
+
24
+ **Note:** Version bump only for package @markuplint/cli-utils
25
+
14
26
  ## [4.4.2](https://github.com/markuplint/markuplint/compare/@markuplint/cli-utils@4.4.1...@markuplint/cli-utils@4.4.2) (2024-06-09)
15
27
 
16
28
  ### Bug Fixes
package/lib/prompt.js CHANGED
@@ -30,7 +30,6 @@ export async function multiSelect(question) {
30
30
  return res['__Q__'];
31
31
  }
32
32
  export async function input(question, validation) {
33
- // eslint-disable-next-line no-constant-condition
34
33
  while (true) {
35
34
  const _res = await Enquirer.prompt({
36
35
  message: question,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/cli-utils",
3
- "version": "4.4.3",
3
+ "version": "4.4.5",
4
4
  "description": "Utilities for CLI of Markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -32,5 +32,5 @@
32
32
  "devDependencies": {
33
33
  "@types/cli-color": "2.0.6"
34
34
  },
35
- "gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9"
35
+ "gitHead": "05d2eabfcc41b67847c24049f12dd2b9f5ca6485"
36
36
  }