@gilbert_oliveira/commit-wizard 1.0.23 → 1.0.25
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gilbert_oliveira/commit-wizard",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"description": "O **Commit Wizard** é uma ferramenta automatizada para geração de mensagens de commit com base na convenção de **Conventional Commits**. Ele ajuda a garantir que suas mensagens de commit sigam um padrão consistente e facilite a comunicação de mudanças no código.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
"homepage": "https://github.com/gilbert-oliveira/commit-wizard#readme",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@types/node": "^22.14.1",
|
|
44
|
-
"typescript": "^5.8.3",
|
|
45
44
|
"gpt-tokenizer": "^1.0.0",
|
|
45
|
+
"inquirer": "^12.5.2",
|
|
46
46
|
"ora": "^8.2.0",
|
|
47
|
-
"
|
|
47
|
+
"ts-node": "^10.9.2",
|
|
48
|
+
"typescript": "^5.8.3"
|
|
48
49
|
}
|
|
49
50
|
}
|