@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.
- package/LICENSE +1 -1
- package/README.md +8 -8
- package/package.json +3 -3
package/LICENSE
CHANGED
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/
|
|
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
|
-
**
|
|
788
|
-
Email:
|
|
789
|
-
GitHub: [@
|
|
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/
|
|
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/
|
|
807
|
-
- 💬 **Questions**: [GitHub Discussions](https://github.com/
|
|
808
|
-
- 📧 **Email**:
|
|
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.
|
|
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/
|
|
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": "
|
|
38
|
+
"author": "Tim O'Brien <tobrien@discursive.com>",
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@types/semver": "^7.7.0",
|