patchy-cli 0.0.2-pr.115.34c5866 → 0.0.2-pr.115.66a6703
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/bin/patchy.cjs +0 -9
- package/package.json +6 -6
package/bin/patchy.cjs
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
// Node.js shim for patchy-cli npm package
|
|
4
|
-
// Inspired by opencode: https://github.com/sst/opencode/blob/main/packages/opencode/bin/opencode
|
|
5
|
-
//
|
|
6
|
-
// This script locates and executes the platform-specific binary (patchy-cli-{platform}-{arch})
|
|
7
|
-
// that gets installed as an optionalDependency. It searches up the directory tree for
|
|
8
|
-
// node_modules containing the correct binary for the current OS and architecture.
|
|
9
|
-
//
|
|
10
|
-
// Set PATCHY_BIN_PATH to override binary location.
|
|
11
|
-
|
|
12
3
|
const childProcess = require("child_process");
|
|
13
4
|
const fs = require("fs");
|
|
14
5
|
const path = require("path");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "patchy-cli",
|
|
3
|
-
"version": "0.0.2-pr.115.
|
|
3
|
+
"version": "0.0.2-pr.115.66a6703",
|
|
4
4
|
"description": "A CLI tool for managing Git patch workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"url": "https://github.com/richardgill/patchy"
|
|
60
60
|
},
|
|
61
61
|
"optionalDependencies": {
|
|
62
|
-
"patchy-cli-linux-x64": "0.0.2-pr.115.
|
|
63
|
-
"patchy-cli-linux-arm64": "0.0.2-pr.115.
|
|
64
|
-
"patchy-cli-darwin-x64": "0.0.2-pr.115.
|
|
65
|
-
"patchy-cli-darwin-arm64": "0.0.2-pr.115.
|
|
66
|
-
"patchy-cli-windows-x64": "0.0.2-pr.115.
|
|
62
|
+
"patchy-cli-linux-x64": "0.0.2-pr.115.66a6703",
|
|
63
|
+
"patchy-cli-linux-arm64": "0.0.2-pr.115.66a6703",
|
|
64
|
+
"patchy-cli-darwin-x64": "0.0.2-pr.115.66a6703",
|
|
65
|
+
"patchy-cli-darwin-arm64": "0.0.2-pr.115.66a6703",
|
|
66
|
+
"patchy-cli-windows-x64": "0.0.2-pr.115.66a6703"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|