@eldrforge/github-tools 1.0.0 — Packaging metadata updates and dependency alignment
Main story
This release finalizes v1.0.0 packaging metadata and aligns dependencies. There are no functional code changes in this range (only package.json and README.md were modified).
What changed
Package metadata & dependency updates
- Set the published package version to
1.0.0. - Updated dependency constraints:
@eldrforge/git-tools→^1.0.0@octokit/rest→^22.0.0
- Refreshed/standardized package configuration in
package.json(metadata/scripts remain oriented around Vite/TS build + Vitest testing).
Impact
- Consumers will resolve newer major versions of
@octokit/restand@eldrforge/git-toolswhen installing, which may change transitive dependency trees and runtime behavior depending on how those upstream packages behave.
Documentation
- Minor README updates.
- The README includes a trailing
TESTline (likely unintentional) near the end of the file.
Breaking changes
No breaking changes were automatically detected in this diff. However, dependency major-version alignment (notably @octokit/rest@^22) can be breaking for downstream users if your project relies on older Octokit APIs or types. If you compile against Octokit types directly, verify compatibility after upgrading.
Scope / stats
- 4 commits
- 2 files changed (
package.json,README.md) - 5 insertions, 3 deletions