patchy-cli 0.0.10-pr.201.67b5de9 → 0.0.10-pr.201.baed8be
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 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ Patches are stored in the `patches/` directory (customizable via [`patches_dir`]
|
|
|
206
206
|
|
|
207
207
|
Patches are grouped into **patch sets** for organizing related changes. Patch sets have numeric prefixes (e.g., `001-auth`, `002-ui`) and are applied in order.
|
|
208
208
|
|
|
209
|
-
Within each patch set files follow the same folder structure as in the
|
|
209
|
+
Within each patch set files follow the same folder structure as in the source repo.
|
|
210
210
|
|
|
211
211
|
**Two types of patch files:**
|
|
212
212
|
- **`.diff` files** — For modified existing files (generated via `git diff HEAD`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "patchy-cli",
|
|
3
|
-
"version": "0.0.10-pr.201.
|
|
3
|
+
"version": "0.0.10-pr.201.baed8be",
|
|
4
4
|
"description": "A CLI tool for managing Git patch workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"url": "https://github.com/richardgill/patchy"
|
|
65
65
|
},
|
|
66
66
|
"optionalDependencies": {
|
|
67
|
-
"patchy-cli-linux-x64": "0.0.10-pr.201.
|
|
68
|
-
"patchy-cli-linux-arm64": "0.0.10-pr.201.
|
|
69
|
-
"patchy-cli-darwin-x64": "0.0.10-pr.201.
|
|
70
|
-
"patchy-cli-darwin-arm64": "0.0.10-pr.201.
|
|
71
|
-
"patchy-cli-windows-x64": "0.0.10-pr.201.
|
|
67
|
+
"patchy-cli-linux-x64": "0.0.10-pr.201.baed8be",
|
|
68
|
+
"patchy-cli-linux-arm64": "0.0.10-pr.201.baed8be",
|
|
69
|
+
"patchy-cli-darwin-x64": "0.0.10-pr.201.baed8be",
|
|
70
|
+
"patchy-cli-darwin-arm64": "0.0.10-pr.201.baed8be",
|
|
71
|
+
"patchy-cli-windows-x64": "0.0.10-pr.201.baed8be"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|