Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 71a407b. Configure here.
| "": { | ||
| "name": "@open-wallet-standard/adapters", | ||
| "version": "1.0.0", | ||
| "version": "1.3.1", |
There was a problem hiding this comment.
Lock file not updated to match dependency bump
High Severity
The @open-wallet-standard/core dependency in bindings/node-adapters/package.json was bumped to ^1.3.1, but bindings/node-adapters/package-lock.json was not regenerated — it still declares ^1.0.0 in the root packages[""].dependencies and resolves @open-wallet-standard/core to 1.2.0. This mismatch will cause npm ci to fail because the lock file no longer satisfies package.json.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 71a407b. Configure here.


Summary
Automated version bump to
1.3.1triggered by tagv1.3.1.Changes
Cargo.toml)pyproject.toml,Cargo.toml)package.json,Cargo.toml, platform packages)SKILL.md)website-docs/)Note
Low Risk
This is a coordinated version/lockfile update across multiple packaging surfaces with no functional code changes. Risk is limited to release/packaging consistency (e.g., mismatched versions or dependency pins).
Overview
Updates the project release to
v1.3.1across the Rust workspace (ows-*crates), Node native bindings (including per-platform npm packages), Python bindings, and the@open-wallet-standard/adapterspackage (including updating its@open-wallet-standard/coredependency to^1.3.1).Regenerates associated lockfiles/manifests and updates version references in
skills/ows/SKILL.mdand the docs landing page (website-docs/index.html).Reviewed by Cursor Bugbot for commit 71a407b. Bugbot is set up for automated code reviews on this repo. Configure here.