git-sync-tui 0.1.2 → 0.1.4
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/dist/cli.js +852 -369
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-sync-tui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.4",
|
|
5
5
|
"packageManager": "pnpm@10.32.1",
|
|
6
6
|
"description": "Interactive TUI tool for cross-repo git commit synchronization (cherry-pick --no-commit)",
|
|
7
7
|
"author": "KiWi233333",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"start": "tsx src/cli.tsx",
|
|
34
|
-
"dev": "tsx
|
|
34
|
+
"dev": "tsx src/cli.tsx",
|
|
35
35
|
"build": "tsup",
|
|
36
36
|
"prepublishOnly": "pnpm run build",
|
|
37
37
|
"release": "pnpm run release:patch",
|