@eldrforge/git-tools 0.1.22 → 1.0.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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -806,3 +806,5 @@ See [RELEASE_NOTES.md](RELEASE_NOTES.md) for version history and changes.
806
806
  - 🐛 **Bug Reports**: [GitHub Issues](https://github.com/grunnverk/git-tools/issues)
807
807
  - 💬 **Questions**: [GitHub Discussions](https://github.com/grunnverk/git-tools/discussions)
808
808
  - 📧 **Email**: tobrien@discursive.com
809
+
810
+ <!-- Build: 2026-01-15 15:59:12 UTC -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/git-tools",
3
- "version": "0.1.22",
3
+ "version": "1.0.0",
4
4
  "description": "Git utilities for automation - secure process execution and Git operations",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -64,7 +64,7 @@
64
64
  "@typescript-eslint/eslint-plugin": "^8.39.1",
65
65
  "@typescript-eslint/parser": "^8.39.1",
66
66
  "@vitest/coverage-v8": "^4.0.13",
67
- "esbuild": "0.25.10",
67
+ "esbuild": "0.27.2",
68
68
  "eslint": "^9.33.0",
69
69
  "eslint-plugin-import": "^2.32.0",
70
70
  "globals": "^16.3.0",