@untools/commitgen 0.2.6 → 0.3.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.
package/README.md CHANGED
@@ -685,7 +685,7 @@ The tool will automatically fall back to rule-based suggestions if AI generation
685
685
 
686
686
  ```bash
687
687
  # Clone the repository
688
- git clone [https://github.com/aevrHQ/untools-commitgen.git](https://github.com/aevrHQ/untools-commitgen.git)
688
+ git clone [https://github.com/aevrHQ/commitgen.git](https://github.com/aevrHQ/commitgen.git)
689
689
  cd untools-commitgen
690
690
 
691
691
  # Install dependencies
@@ -723,9 +723,9 @@ MIT © Miracle Onyenma
723
723
 
724
724
  ## Links
725
725
 
726
- - [GitHub Repository](https://github.com/aevrHQ/untools-commitgen)
726
+ - [GitHub Repository](https://github.com/aevrHQ/commitgen)
727
727
  - [npm Package](https://www.npmjs.com/package/@untools/commitgen)
728
- - [Issue Tracker](https://github.com/aevrHQ/untools-commitgen/issues)
728
+ - [Issue Tracker](https://github.com/aevrHQ/commitgen/issues)
729
729
 
730
730
  -----
731
731
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untools/commitgen",
3
- "version": "0.2.6",
3
+ "version": "0.3.0",
4
4
  "description": "CLI to create generate commit messages",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/aevrHQ/untools-commitgen.git"
43
+ "url": "https://github.com/aevrHQ/commitgen.git"
44
44
  },
45
45
  "bugs": {
46
- "url": "https://github.com/aevrHQ/untools-commitgen/issues"
46
+ "url": "https://github.com/aevrHQ/commitgen/issues"
47
47
  },
48
- "homepage": "https://github.com/aevrHQ/untools-commitgen#readme",
48
+ "homepage": "https://github.com/aevrHQ/commitgen#readme",
49
49
  "dependencies": {
50
50
  "@ai-sdk/google": "^2.0.26",
51
51
  "@untools/port-gen": "^0.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untools/commitgen",
3
- "version": "0.2.6",
3
+ "version": "0.3.0",
4
4
  "description": "CLI to create generate commit messages",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/aevrHQ/untools-commitgen.git"
43
+ "url": "https://github.com/aevrHQ/commitgen.git"
44
44
  },
45
45
  "bugs": {
46
- "url": "https://github.com/aevrHQ/untools-commitgen/issues"
46
+ "url": "https://github.com/aevrHQ/commitgen/issues"
47
47
  },
48
- "homepage": "https://github.com/aevrHQ/untools-commitgen#readme",
48
+ "homepage": "https://github.com/aevrHQ/commitgen#readme",
49
49
  "dependencies": {
50
50
  "@ai-sdk/google": "^2.0.26",
51
51
  "@untools/port-gen": "^0.0.2",