chore: version packages - #42
Merged
Merged
Conversation
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
agentaos@3.0.0
Major Changes
#41
828f3ebThanks @PancheI! - Theagentaos/agentaCLI is now the merchant's CLI and MCP server for AgentaOS payments.send,sign,balance,receive,deploy,x402, signer and network management, and the seventeen token-moving MCP tools. Scripts that relied on them must pinagentaos@2.login(browser approval),status,audit,verify,products,pay,subscriptions.agenta_pay_*tools againstAGENTAOS_GATEWAY_KEY; the same tools are exported asagentaos/mcp(registerPayTools(server, getClient)) for hosted servers.Patch Changes
5f52799,0b3489a,0d4ab68]:@agentaos/pay@2.2.0
Minor Changes
#35
5f52799Thanks @PancheI! - Addsubscriptions.invoices(id)and exposelinkId/ cancel fields onSubscriptionso a logged-in SaaS can match a product, list billing history, and cancel.#37
0b3489aThanks @PancheI! - Addlivemodeto webhook payloads and type the subscription webhook events.WebhookEventdatanow carrieslivemode: boolean(true= live mode,false= test mode) — the account-mode signal. This replaces the previous chain-specifictestnetfield, which was meaningless for card/bank rails; usenetworkfor the chain/rail.SubscriptionDatatype and fivesubscription.*events on theWebhookEventunion:subscription.created,subscription.renewed,subscription.payment_failed,subscription.updated,subscription.canceled.Patch Changes
0d4ab68Thanks @PancheI! - Makewebhooks.verify()errors self-explaining for the most common integration mistake — passing a parsed body instead of the raw request bytes. A non-string/Buffer payload (e.g.req.bodyafterexpress.json()) now throws an actionable message pointing atexpress.raw(), and a genuine signature mismatch asks whether the raw body was used, mirroring Stripe's hint. No change to the verification algorithm.@agentaos/chains@3.0.0
Patch Changes
@agentaos/engine@3.0.0
Patch Changes
@agentaos/sdk@3.0.0
Patch Changes
@agentaos/core@3.0.0
@agentaos/crypto@3.0.0
@agentaos/mcp-remote@0.1.1
Patch Changes
828f3eb,5f52799,0b3489a,0d4ab68]: