patchy-cli 0.0.5-pr.158.3cfadb1 → 0.0.5-pr.158.3e8790b

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 CHANGED
@@ -3,9 +3,9 @@
3
3
  <h1>Patchy</h1>
4
4
  <p>A CLI for generating and applying patches to git repositories.</p>
5
5
 
6
- <a href="https://www.npmjs.com/package/patchy-cli"><img alt="NPM version" src="https://img.shields.io/npm/v/patchy-cli.svg?style=for-the-badge&labelColor=000000"></a>
6
+ <a href="https://www.npmjs.com/package/patchy-cli"><img alt="NPM version" src="https://img.shields.io/npm/v/patchy-cli.svg?style=for-the-badge&labelColor=000000&label="></a>
7
7
  <a href="https://github.com/richardgill/patchy/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/npm/l/patchy-cli.svg?style=for-the-badge&labelColor=000000"></a>
8
- <a href="https://github.com/richardgill/patchy/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/richardgill/patchy.svg?style=for-the-badge&labelColor=000000"></a>
8
+ <a href="https://github.com/richardgill/patchy/actions/workflows/ci.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/richardgill/patchy/ci.yml?style=for-the-badge&labelColor=000000"></a>
9
9
  </div>
10
10
 
11
11
  ## Patches vs forks
package/assets/logo.png CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchy-cli",
3
- "version": "0.0.5-pr.158.3cfadb1",
3
+ "version": "0.0.5-pr.158.3e8790b",
4
4
  "description": "A CLI tool for managing Git patch workflows.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -62,11 +62,11 @@
62
62
  "url": "https://github.com/richardgill/patchy"
63
63
  },
64
64
  "optionalDependencies": {
65
- "patchy-cli-linux-x64": "0.0.5-pr.158.3cfadb1",
66
- "patchy-cli-linux-arm64": "0.0.5-pr.158.3cfadb1",
67
- "patchy-cli-darwin-x64": "0.0.5-pr.158.3cfadb1",
68
- "patchy-cli-darwin-arm64": "0.0.5-pr.158.3cfadb1",
69
- "patchy-cli-windows-x64": "0.0.5-pr.158.3cfadb1"
65
+ "patchy-cli-linux-x64": "0.0.5-pr.158.3e8790b",
66
+ "patchy-cli-linux-arm64": "0.0.5-pr.158.3e8790b",
67
+ "patchy-cli-darwin-x64": "0.0.5-pr.158.3e8790b",
68
+ "patchy-cli-darwin-arm64": "0.0.5-pr.158.3e8790b",
69
+ "patchy-cli-windows-x64": "0.0.5-pr.158.3e8790b"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"