Skip to content

Sync package-lock.json with the 0.5.1 bump - #87

Merged
bmichelsen merged 1 commit into
mainfrom
86-sync-package-lockjson-version-to-051
Aug 15, 2026
Merged

Sync package-lock.json with the 0.5.1 bump#87
bmichelsen merged 1 commit into
mainfrom
86-sync-package-lockjson-version-to-051

Conversation

@bmichelsen

Copy link
Copy Markdown
Member

Closes #86

The 0.5.1 bump edited package.json and the manifests without running npm install, leaving the lockfile's two root version fields at 0.5.0; every npm i regenerated the sync as a dirty working-tree diff. This commits the two-line sync npm produces.

Nothing functional depends on it (npm ci passes despite the mismatch, and the store zips exclude the lockfile), but it should land before tagging v0.5.1 so the release tag points at a self-consistent tree.

🤖 Generated with Claude Code

The version bump edited package.json without running npm install, so
the lockfile's two root version fields stayed at 0.5.0 and every npm i
regenerated the sync as a dirty diff.
@bmichelsen bmichelsen linked an issue Aug 15, 2026 that may be closed by this pull request
@bmichelsen
bmichelsen merged commit 73ec097 into main Aug 15, 2026
3 checks passed
@bmichelsen
bmichelsen deleted the 86-sync-package-lockjson-version-to-051 branch August 15, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sync package-lock.json version to 0.5.1

1 participant