@eldrforge/git-tools 0.1.15 → 0.1.16

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -8
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2025 Calen Varek
178
+ Copyright 2025 Tim O'Brien
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -732,7 +732,7 @@ npm run watch
732
732
 
733
733
  ```bash
734
734
  # Clone the repository
735
- git clone https://github.com/calenvarek/git-tools.git
735
+ git clone https://github.com/grunnverk/git-tools.git
736
736
  cd git-tools
737
737
 
738
738
  # Install dependencies
@@ -784,13 +784,13 @@ Apache-2.0 - see [LICENSE](LICENSE) file for details.
784
784
 
785
785
  ## Author
786
786
 
787
- **Calen Varek**
788
- Email: calenvarek@gmail.com
789
- GitHub: [@calenvarek](https://github.com/calenvarek)
787
+ **Tim O'Brien**
788
+ Email: tobrien@discursive.com
789
+ GitHub: [@grunnverk](https://github.com/grunnverk)
790
790
 
791
791
  ## Related Projects
792
792
 
793
- This library was extracted from [kodrdriv](https://github.com/calenvarek/kodrdriv), an AI-powered Git workflow automation tool that uses these utilities for:
793
+ This library was extracted from [kodrdriv](https://github.com/grunnverk/kodrdriv), an AI-powered Git workflow automation tool that uses these utilities for:
794
794
 
795
795
  - Automated commit message generation
796
796
  - Release note creation
@@ -803,6 +803,6 @@ See [RELEASE_NOTES.md](RELEASE_NOTES.md) for version history and changes.
803
803
 
804
804
  ## Support
805
805
 
806
- - 🐛 **Bug Reports**: [GitHub Issues](https://github.com/calenvarek/git-tools/issues)
807
- - 💬 **Questions**: [GitHub Discussions](https://github.com/calenvarek/git-tools/discussions)
808
- - 📧 **Email**: calenvarek@gmail.com
806
+ - 🐛 **Bug Reports**: [GitHub Issues](https://github.com/grunnverk/git-tools/issues)
807
+ - 💬 **Questions**: [GitHub Discussions](https://github.com/grunnverk/git-tools/discussions)
808
+ - 📧 **Email**: tobrien@discursive.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/git-tools",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Git utilities for automation - secure process execution and Git operations",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/calenvarek/git-tools.git"
18
+ "url": "git+https://github.com/grunnverk/git-tools.git"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "npm run lint && tsc --noEmit && vite build",
@@ -35,7 +35,7 @@
35
35
  "process-execution",
36
36
  "secure-exec"
37
37
  ],
38
- "author": "Calen Varek <calenvarek@gmail.com>",
38
+ "author": "Tim O'Brien <tobrien@discursive.com>",
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
41
  "@types/semver": "^7.7.0",