@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 CHANGED
@@ -6,6 +6,10 @@ versioning follows [Semantic Versioning](https://semver.org/).
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.4] – 2026-07-03
10
+
11
+ Re-release of 0.2.3 with no code changes (registry hygiene).
12
+
9
13
  ## [0.2.3] – 2026-07-03
10
14
 
11
15
  ### Added
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.3 (current):**
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",
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",