@visa/cli 1.0.4-rc.2 → 1.0.4-rc.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa/cli",
3
- "version": "1.0.4-rc.2",
3
+ "version": "1.0.4-rc.4",
4
4
  "description": "AI-powered payments for Claude Code",
5
5
  "bin": {
6
6
  "visa-cli": "./bin/visa-cli.js"
@@ -16,8 +16,8 @@
16
16
  "test:smoke": "VISA_AUTH_URL=https://auth.visacli.sh jest --config jest.smoke.config.js",
17
17
  "test:integration": "jest --config jest.integration.config.js",
18
18
  "test:e2e": "jest --config jest.e2e.config.js",
19
+ "test:catalog-e2e": "jest --config jest.catalog-e2e.config.js",
19
20
  "test:all": "npm run test:unit && npm run test:integration && npm run test:e2e",
20
- "prepare": "husky",
21
21
  "prepublishOnly": "npm run build && npm test",
22
22
  "lint": "eslint src/**/*.ts",
23
23
  "format": "prettier --write \"src/**/*.ts\"",
@@ -37,13 +37,15 @@
37
37
  "license": "SEE LICENSE IN LICENSE",
38
38
  "dependencies": {
39
39
  "@modelcontextprotocol/sdk": "^1.0.0",
40
- "commander": "^12.1.0"
40
+ "commander": "^12.1.0",
41
+ "zod": "^3.23.0"
41
42
  },
42
43
  "devDependencies": {
44
+ "@visa-cli/tools": "workspace:*",
43
45
  "@changesets/changelog-git": "^0.2.1",
44
46
  "@changesets/cli": "^2.30.0",
45
47
  "@types/jest": "^30.0.0",
46
- "@types/node": "^25.6.0",
48
+ "@types/node": "^22.10.0",
47
49
  "@typescript-eslint/eslint-plugin": "^8.56.1",
48
50
  "@typescript-eslint/parser": "^8.56.1",
49
51
  "@types/express": "^5.0.0",
@@ -51,7 +53,6 @@
51
53
  "express": "^4.21.0",
52
54
  "eslint": "^10.0.2",
53
55
  "eslint-config-prettier": "^10.1.8",
54
- "husky": "^9.1.7",
55
56
  "jest": "^29.7.0",
56
57
  "prettier": "^3.8.1",
57
58
  "ts-jest": "^29.2.0",
package/LICENSE DELETED
@@ -1,8 +0,0 @@
1
- Copyright (c) 2026 Visa International Service Association. All rights reserved.
2
-
3
- Use of this software is governed by the Visa CLI Terms of Use, available at:
4
- https://auth.visacli.sh/legal/terms
5
-
6
- This software is proprietary and confidential. Unauthorized copying, distribution,
7
- or use of this software, in whole or in part, is strictly prohibited except as
8
- expressly permitted by the Visa CLI Terms of Use.