chore: update package version to 0.1.3 and dependencies#11
Open
chore: update package version to 0.1.3 and dependencies#11
Conversation
- Bumped package version to 0.1.3. - Updated dependency @circle-fin/x402-batching to version 3.0.2. - Added mappings for Base Mainnet and Polygon Mainnet in gateway.ts. - Enhanced tests to cover new mappings in gateway.spec.ts.
ra-quicknode
previously approved these changes
Apr 22, 2026
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 ddfb851. Configure here.
| { | ||
| "name": "@quicknode/x402", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", |
There was a problem hiding this comment.
Version mismatch between package.json and package-lock.json
Medium Severity
The package.json version is set to 0.1.4 while package-lock.json version is 0.1.3. The PR description states the intent is to bump to 0.1.3, but the two files disagree. This means the published package version won't match what the lock file records, and running npm install will cause the lock file to be modified unexpectedly.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ddfb851. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Note
Medium Risk
Upgrades
@circle-fin/x402-batchingto a new major version and expands chain mapping to mainnets, which could introduce subtle behavior/API changes in gateway/batching flows despite minimal local code changes.Overview
Updates the package to
0.1.4and upgrades@circle-fin/x402-batchingfrom^2.0.4to^3.0.2(with corresponding lockfile changes).Extends
CAIP2_TO_GATEWAY_CHAINinsrc/gateway.tsto include Base and Polygon mainnet (eip155:8453→base,eip155:137→polygon) and adds/updatesgateway.spec.tsassertions to cover the new mappings.Reviewed by Cursor Bugbot for commit ddfb851. Bugbot is set up for automated code reviews on this repo. Configure here.