@visa/cli 4.1.0-rc.119 → 4.1.0-rc.120

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.119",
3
+ "version": "4.1.0-rc.120",
4
4
  "description": "Visa CLI runtime for stable agent identity and separately authorized payment capabilities",
5
5
  "bin": {
6
6
  "visa-cli": "./bin/visa-cli.js",
@@ -20,6 +20,7 @@
20
20
  "test:unit:watch": "jest --config jest.config.js --watch",
21
21
  "test:unit:coverage": "jest --config jest.config.js --coverage",
22
22
  "test:smoke": "VISA_AUTH_URL=https://auth.visacli.sh jest --config jest.smoke.config.js",
23
+ "test:packed": "node scripts/packed-cli-smoke.mjs",
23
24
  "test:integration": "jest --config jest.integration.config.js",
24
25
  "test:e2e": "jest --config jest.e2e.config.js",
25
26
  "test:all": "npm run test:unit && npm run test:integration && npm run test:e2e",
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.119",
4
+ "version": "4.1.0-rc.120",
5
5
  "title": "Visa CLI",
6
6
  "description": "Pair a human-approved agent identity, configure payment capabilities separately, and discover and pay x402 services 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.119",
12
+ "version": "4.1.0-rc.120",
13
13
  "transport": {
14
14
  "type": "stdio"
15
15
  },