@xona-labs/xpay 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -374,7 +374,7 @@ Public RPCs work for development but rate-limit hard. Production deployments sho
|
|
|
374
374
|
|
|
375
375
|
## Project status
|
|
376
376
|
|
|
377
|
-
**v0.2.
|
|
377
|
+
**v0.2.4 (current):**
|
|
378
378
|
- ✅ CLI: init, accounts, balance, discover, pay, agenc, transfer, report, guardrail, mcp
|
|
379
379
|
- ✅ SDK: full parity with CLI; tool exporters for Claude / OpenAI / Gemini
|
|
380
380
|
- ✅ MCP server on stdio with 11 tools (incl. the Bento intent firewall)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xona-labs/xpay",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Discovery and usage layer for agentic commerce — multi-network wallet, x402 payments, AgenC marketplace hires, 20k+ services via PayAI and other catalogs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|