zen-gitsync 2.12.5 → 2.12.7
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zen-gitsync",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.7",
|
|
4
4
|
"description": "Auto commit, scheduled sync, and visual GUI for Git. Run `g` in any repo for one-key commit & push, AI commit messages, scheduled background sync, and a drag-and-drop workflow builder.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -85,14 +85,14 @@
|
|
|
85
85
|
"homepage": "https://github.com/xz333221/zen-gitsync#readme",
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"acorn": "^8.16.0",
|
|
88
|
-
"ai-model-form": "^0.
|
|
88
|
+
"ai-model-form": "^0.2.0",
|
|
89
89
|
"boxen": "^8.0.1",
|
|
90
90
|
"chalk": "^5.4.1",
|
|
91
91
|
"cli-table3": "^0.6.5",
|
|
92
92
|
"date-fns": "^4.1.0",
|
|
93
93
|
"express": "^5.1.0",
|
|
94
94
|
"iconv-lite": "^0.7.0",
|
|
95
|
-
"local-file-picker": "^0.1.
|
|
95
|
+
"local-file-picker": "^0.1.7",
|
|
96
96
|
"log-update": "^6.1.0",
|
|
97
97
|
"open": "^10.1.2",
|
|
98
98
|
"ora": "^8.1.1",
|