@4s1/conventional-commit-creator 3.9.1 → 3.10.0
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 +2 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Conventional Commit Creator
|
|
2
2
|
|
|
3
|
+
[](https://nogithub.codeberg.page)
|
|
4
|
+
|
|
3
5
|
This CLI application assists you in creating commit messages that are conform to the conventional commit style.
|
|
4
6
|
It will ask for _type_, _scope_, _description_, _body_ and _issue id_.
|
|
5
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4s1/conventional-commit-creator",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "Conventional Commit Creator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"conventional commit",
|
|
@@ -28,20 +28,20 @@
|
|
|
28
28
|
],
|
|
29
29
|
"prettier": "@4s1/eslint-config",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@inquirer/confirm": "3.
|
|
32
|
-
"@inquirer/input": "2.
|
|
33
|
-
"@inquirer/select": "2.
|
|
31
|
+
"@inquirer/confirm": "3.1.0",
|
|
32
|
+
"@inquirer/input": "2.1.0",
|
|
33
|
+
"@inquirer/select": "2.2.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@4s1/eslint-config": "7.5.0",
|
|
37
37
|
"@4s1/ts-config": "7.0.0",
|
|
38
|
-
"@types/node": "20.11.
|
|
38
|
+
"@types/node": "20.11.25",
|
|
39
39
|
"@types/prompts": "2.4.9",
|
|
40
40
|
"eslint": "8.57.0",
|
|
41
41
|
"glob": "10.3.10",
|
|
42
42
|
"prettier": "3.2.5",
|
|
43
43
|
"tsx": "4.7.1",
|
|
44
|
-
"typescript": "5.
|
|
44
|
+
"typescript": "5.4.2"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|