x402-bazaar 3.6.2 → 3.6.3

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": "x402-bazaar",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "description": "CLI for x402 Bazaar — AI Agent Marketplace. Browse, call, and auto-pay APIs with USDC on Base. One command to connect your agent.",
5
5
  "type": "module",
6
6
  "main": "bin/cli.js",
@@ -218,7 +218,7 @@ export async function initCommand(options) {
218
218
  viem: "^2.45.0",
219
219
  "@modelcontextprotocol/sdk": "^1.27.0",
220
220
  dotenv: "^17.3.0",
221
- zod: "^4.3.6",
221
+ zod: "^3.25.0",
222
222
  ed2curve: "^0.3.0",
223
223
  "@scure/bip32": "^1.6.0",
224
224
  },