github-brain-windows 0.0.8 → 0.0.9

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
@@ -1,7 +1,9 @@
1
- # github-brain-win32-x64
1
+ # github-brain-windows
2
2
 
3
3
  This package contains the native Windows x64 binary for [github-brain](https://www.npmjs.com/package/github-brain).
4
4
 
5
+ > **Note:** This package uses the simplified name `github-brain-windows` instead of `github-brain-win32-x64` to avoid NPM's spam detection, which flags packages with platform-specific suffixes.
6
+
5
7
  **You should not install this package directly.** It is automatically installed as an optional dependency when you install the main `github-brain` package:
6
8
 
7
9
  ```bash
@@ -22,4 +24,4 @@ This package is part of a platform-specific binary distribution system that incl
22
24
  - `github-brain-darwin-x64` (macOS Intel)
23
25
  - `github-brain-linux-arm64` (Linux ARM64)
24
26
  - `github-brain-linux-x64` (Linux x64)
25
- - `github-brain-win32-x64` (Windows x64)
27
+ - `github-brain-windows` (Windows x64)
package/github-brain.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-brain-windows",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "github-brain binary for Windows x64",
5
5
  "repository": {
6
6
  "type": "git",