Skip to content

fix: sync package-lock.json version to 0.1.2#5

Merged
CybotTM merged 1 commit into
mainfrom
fix/lockfile-version
May 2, 2026
Merged

fix: sync package-lock.json version to 0.1.2#5
CybotTM merged 1 commit into
mainfrom
fix/lockfile-version

Conversation

@CybotTM
Copy link
Copy Markdown
Member

@CybotTM CybotTM commented May 2, 2026

Summary

The lockfile root version remained at 0.1.0 after the v0.1.2 bump in #4npm install and lockfile-aware tooling reported a mismatched root package version.

Why no v0.1.3 release

package-lock.json is not in the published npm tarball (verified against dist.tarball for v0.1.2 — the files allowlist only includes src/ bin/ LICENSE README.md CHANGELOG.md). This bug only affects the repo checkout, CI installs, and contributors — npm consumers are unaffected, so no version bump is needed.

Addresses

Resolves copilot-pull-request-reviewer feedback on #4 (#4 (comment)).

Test plan

  • npm install --package-lock-only regenerates clean
  • CI Lint + Node 20/22/24 pass on this PR
  • Confirm npm ci no longer warns about version mismatch

The lockfile root version remained at 0.1.0 after the v0.1.2 bump, so
`npm install` and lockfile-aware tooling reported a mismatched root
package version. `package-lock.json` is not included in the published
npm tarball (the `files` allowlist excludes it), so this only affects
the development checkout and CI installs — no v0.1.3 release needed.

Addresses review feedback on #4 from copilot-pull-request-reviewer.

Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Copilot AI review requested due to automatic review settings May 2, 2026 10:05
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the @netresearch/agent-skill-coordinator package from 0.1.0 to 0.1.2 in package-lock.json. I have no feedback to provide as there are no review comments.

@CybotTM CybotTM merged commit 7af793f into main May 2, 2026
6 checks passed
@CybotTM CybotTM deleted the fix/lockfile-version branch May 2, 2026 11:03
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.

2 participants