Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openscreen",
"private": true,
"version": "1.8.0",
"version": "1.9.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Synchronize package-lock.json with the release version.

package.json declares 1.9.0, but package-lock.json still declares root version 1.8.0 at Lines 1-10. Regenerate the lockfile or update its root metadata before merging so package metadata remains consistent.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 4, Synchronize the root package metadata in
package-lock.json with the 1.9.0 version declared by package.json, either by
regenerating the lockfile or updating its root version fields while preserving
all dependency data.

"type": "module",
"packageManager": "npm@10.9.4",
"engines": {
Expand Down
Loading