chore(release): bump package.json to v0.21.24#1657
Conversation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request updates the version of @sistent/sistent from 0.21.23 to 0.21.24 in package.json and package-lock.json. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Synchronizes the repository’s version metadata with the already-published npm package version (0.21.24), avoiding drift between master and the npm registry.
Changes:
- Bump
package.jsonversion to0.21.24. - Bump
package-lock.jsonroot/package entry versions to0.21.24.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the package version to 0.21.24. |
| package-lock.json | Updates lockfile version fields to match 0.21.24. |
Bumps
package.jsonandpackage-lock.jsontov0.21.24to match the version just published to npm.This PR is auto-generated by the
Publish Node.js Packageworkflow after a successfulnpm publish --provenanceso that the target branch tracks the published npm version rather than drifting behind it indefinitely. Historically this drift has confused contributors branching offmaster(e.g.,masterwas at0.16.5while npm had publishedv0.18.8).The commit message includes
[skip ci]so merging this PR does not re-trigger workflows against the bump commit — the content was already CI-gated by the PR that merged into the tag.