Versions in this module Expand all Collapse all v1 v1.1.0-rc.1 Nov 9, 2025 v1.0.0 Nov 9, 2025 Changes in this version + type PackageJSON struct + Name string + Version string + type Updater struct + func NewUpdater(repoDir string, dryRun bool) *Updater + func (u *Updater) FindPackageJSON(ctx context.Context, path string) (string, error) + func (u *Updater) ReadVersion(ctx context.Context, packagePath string) (string, error) + func (u *Updater) Update(ctx context.Context, packagePath, newVersion string) (bool, error) + func (u *Updater) UpdateVersion(ctx context.Context, packagePath, newVersion string) (bool, error)