youmna-git-glance 1.1.6 → 2.2.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 +1 -7
- package/index.js +1 -0
- package/package.json +11 -1
package/README.md
CHANGED
|
@@ -124,10 +124,4 @@ This project is licensed under the MIT License. Feel free to use and modify it.
|
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
127
|
-
## 🚀 Happy Coding! 🎉
|
|
128
|
-
|
|
129
|
-
---
|
|
130
|
-
|
|
131
|
-
## Keywords
|
|
132
|
-
|
|
133
|
-
`git` `gemini` `ai` `cli` `automation` `code-review` `commit-messages` `merge-conflicts` `git-assistant` `developer-tools` `terminal` `productivity`
|
|
127
|
+
## 🚀 Happy Coding! 🎉
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
|
|
3
3
|
"name": "youmna-git-glance",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.2.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/YoumnaSalloum/youmna-git-glance.git"
|
|
@@ -15,6 +15,16 @@
|
|
|
15
15
|
"bin": {
|
|
16
16
|
"ygit": "./index.js"
|
|
17
17
|
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"git",
|
|
20
|
+
"gemini",
|
|
21
|
+
"ai",
|
|
22
|
+
"cli",
|
|
23
|
+
"code-review",
|
|
24
|
+
"commit-messages",
|
|
25
|
+
"merge-conflicts"
|
|
26
|
+
],
|
|
27
|
+
"author": "Youmna Salloum",
|
|
18
28
|
"dependencies": {
|
|
19
29
|
"@google/generative-ai": "^0.24.1",
|
|
20
30
|
"boxen": "^7.1.1",
|