@visa/cli 3.0.0-rc.0 → 3.0.1-rc.0
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/dist/cli.js +145 -140
- package/dist/mcp-server/index.js +20 -20
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +3 -2
- package/server.json +2 -2
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visa/cli",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-rc.0",
|
|
4
4
|
"description": "AI-powered payments for Claude Code",
|
|
5
5
|
"bin": {
|
|
6
6
|
"visa-cli": "./bin/visa-cli.js"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"scripts": {
|
|
9
9
|
"sync:server-json": "node scripts/sync-server-json.mjs",
|
|
10
10
|
"check:server-json": "node scripts/sync-server-json.mjs --check",
|
|
11
|
-
"prebuild": "node scripts/sync-server-json.mjs && pnpm --filter @visa/money build && pnpm --filter @visa-cli/tools build",
|
|
11
|
+
"prebuild": "node scripts/sync-server-json.mjs && pnpm --filter @visa/money build && pnpm --filter @visa/crypto build && pnpm --filter @visa-cli/tools build",
|
|
12
12
|
"build": "tsc --noEmit && node esbuild.config.js",
|
|
13
13
|
"prepack": "node scripts/sync-server-json.mjs --check",
|
|
14
14
|
"dev": "tsc --watch",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"zod": "^3.23.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
+
"@visa/crypto": "workspace:*",
|
|
49
50
|
"@visa/money": "workspace:*",
|
|
50
51
|
"@visa/observability": "workspace:*",
|
|
51
52
|
"@visa-cli/tools": "workspace:*",
|
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": "3.0.
|
|
4
|
+
"version": "3.0.1-rc.0",
|
|
5
5
|
"title": "Visa CLI",
|
|
6
6
|
"description": "AI-powered payments and creative tools for coding agents. Generate images, music, video, query crypto prices, and make purchases — 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": "3.0.
|
|
12
|
+
"version": "3.0.1-rc.0",
|
|
13
13
|
"transport": {
|
|
14
14
|
"type": "stdio"
|
|
15
15
|
},
|