@ai-git/cli 2.8.4 → 2.9.0

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -26,8 +26,7 @@ npm install -g @ai-git/cli
26
26
  ### Homebrew (macOS)
27
27
 
28
28
  ```bash
29
- brew tap sadiksaifi/tap
30
- brew install ai-git
29
+ brew tap sadiksaifi/tap/ai-git
31
30
  ```
32
31
 
33
32
  ### Shell Script (macOS/Linux)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-git/cli",
3
- "version": "2.8.4",
3
+ "version": "2.9.0",
4
4
  "description": "AI-powered git commit message generator",
5
5
  "keywords": [
6
6
  "ai",
@@ -27,10 +27,10 @@
27
27
  "postinstall": "node scripts/postinstall.js"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@ai-git/darwin-arm64": "2.8.4",
31
- "@ai-git/darwin-x64": "2.8.4",
32
- "@ai-git/linux-arm64": "2.8.4",
33
- "@ai-git/linux-x64": "2.8.4",
34
- "@ai-git/win32-x64": "2.8.4"
30
+ "@ai-git/darwin-arm64": "2.9.0",
31
+ "@ai-git/darwin-x64": "2.9.0",
32
+ "@ai-git/linux-arm64": "2.9.0",
33
+ "@ai-git/linux-x64": "2.9.0",
34
+ "@ai-git/win32-x64": "2.9.0"
35
35
  }
36
36
  }