ai-git-tools 1.0.0 → 1.0.1

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-git-tools",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI-powered Git automation tools for commit messages and PR generation",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -12,7 +12,8 @@
12
12
  "test": "echo \"Error: no test specified\" && exit 1",
13
13
  "prepare": "chmod +x bin/cli.js",
14
14
  "lint": "eslint src/**/*.js",
15
- "format": "prettier --write \"src/**/*.js\" \"bin/**/*.js\""
15
+ "format": "prettier --write \"src/**/*.js\" \"bin/**/*.js\"",
16
+ "prepublishOnly": "npm run lint"
16
17
  },
17
18
  "keywords": [
18
19
  "git",
@@ -39,7 +40,7 @@
39
40
  "CHANGELOG.md"
40
41
  ],
41
42
  "dependencies": {
42
- "@github/copilot-sdk": "^1.0.0",
43
+ "@github/copilot-sdk": "0.1.20",
43
44
  "commander": "^12.0.0",
44
45
  "chalk": "^5.3.0",
45
46
  "ora": "^8.0.1",