@ai-git/win32-x64 2.8.2 → 2.8.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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @ai-git/win32-x64
2
+
3
+ This is the Windows x64 binary for [AI Git](https://github.com/sadiksaifi/ai-git), an AI-powered git commit message generator. See https://github.com/sadiksaifi/ai-git for details.
package/bin/ai-git.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-git/win32-x64",
3
- "version": "2.8.2",
3
+ "version": "2.8.4",
4
4
  "description": "ai-git binary for Windows x64",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,7 +8,8 @@
8
8
  "url": "https://github.com/sadiksaifi/ai-git"
9
9
  },
10
10
  "files": [
11
- "bin/"
11
+ "bin/",
12
+ "README.md"
12
13
  ],
13
14
  "os": [
14
15
  "win32"