@xona-labs/xpay 0.2.18 → 0.2.19
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 +9 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@ versioning follows [Semantic Versioning](https://semver.org/).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.2.19] – 2026-07-12
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- Published to the official MCP Registry as `io.github.xona-labs/xpay`:
|
|
13
|
+
`mcpName` field in package.json (required for the registry's npm ownership
|
|
14
|
+
check), `server.json` metadata, and a GitHub Actions workflow
|
|
15
|
+
(`publish-mcp-registry.yml`) that pushes registry metadata on `v*` tags
|
|
16
|
+
after the npm version is live.
|
|
17
|
+
|
|
9
18
|
## [0.2.15] – 2026-07-08
|
|
10
19
|
|
|
11
20
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xona-labs/xpay",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
|
+
"mcpName": "io.github.xona-labs/xpay",
|
|
4
5
|
"description": "Discovery and usage layer for agentic commerce — multi-network wallet, x402 payments, AgenC marketplace hires, 20k+ services via PayAI and other catalogs",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"main": "dist/index.js",
|