Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying x402-exec with
|
| Latest commit: |
8ad1467
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://db08f513.x402-exec.pages.dev |
| Branch Preview URL: | https://publish-v2-0.x402-exec.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares three x402x packages for their first public v2.0 release by bumping versions, updating dependencies to the latest @x402 packages (v2.1.0), removing the private flag, updating the publishing script, and cleaning up an unnecessary npm lockfile.
- Updated three packages from pre-release versions (0.1.0/0.3.0) to v2.0.0 to align with the external
@x402/*ecosystem version - Updated dependencies from
@x402/core@2.0.0,@x402/evm@2.0.0, and@x402/hono@2.0.0to v2.1.0 - Reconfigured the publishing script to target the new package set and use
extensionsas the version source
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| typescript/packages/facilitator-sdk/package.json | Bumped version to 2.0.0, updated @x402/* dependencies to 2.1.0, and removed private flag to enable publishing |
| typescript/packages/extensions/package.json | Bumped version to 2.0.0 and updated @x402/* dependencies to 2.1.0 |
| typescript/packages/client/package.json | Bumped version from 0.3.0 to 2.0.0 |
| scripts/publish-packages.sh | Updated package list to the three packages being published and changed base version source from core to extensions |
| pnpm-lock.yaml | Automated lockfile updates reflecting the dependency version changes and transitive dependency resolution |
| package-lock.json | Deleted npm lockfile (project uses pnpm) |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.