@visa/cli 4.1.0-rc.26 → 4.1.0-rc.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa/cli",
3
- "version": "4.1.0-rc.26",
3
+ "version": "4.1.0-rc.28",
4
4
  "description": "AI-powered payments for Claude Code",
5
5
  "bin": {
6
6
  "visa-cli": "./bin/visa-cli.js",
@@ -43,6 +43,7 @@
43
43
  "license": "SEE LICENSE IN LICENSE",
44
44
  "dependencies": {
45
45
  "@modelcontextprotocol/sdk": "^1.0.0",
46
+ "@ucp-js/sdk": "0.4.1",
46
47
  "commander": "^12.1.0",
47
48
  "zod": "^3.23.0"
48
49
  },
package/server.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
3
3
  "name": "io.github.visa-crypto-labs/visa-cli",
4
- "version": "4.1.0-rc.26",
4
+ "version": "4.1.0-rc.28",
5
5
  "title": "Visa CLI",
6
6
  "description": "Visa Verified Agent payments for coding agents. Enroll a .visa identity, pair a delegated self-custodial wallet with human-approved spend caps, and discover and pay x402 services — all from your AI coding assistant.",
7
7
  "websiteUrl": "https://github.com/Visa-Crypto-Labs/Visa-mono/tree/main/packages/cli#readme",
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "registryType": "npm",
11
11
  "identifier": "@visa/cli",
12
- "version": "4.1.0-rc.26",
12
+ "version": "4.1.0-rc.28",
13
13
  "transport": {
14
14
  "type": "stdio"
15
15
  },