x402-bazaar 3.2.4 → 3.2.5

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/bin/cli.js CHANGED
@@ -25,7 +25,7 @@ const program = new Command();
25
25
  program
26
26
  .name('x402-bazaar')
27
27
  .description(chalk.hex('#FF9900')('x402 Bazaar') + ' — Connect your AI agent to the marketplace in one command')
28
- .version('3.2.4');
28
+ .version('3.2.5');
29
29
 
30
30
  program
31
31
  .command('init')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x402-bazaar",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
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",
@@ -524,7 +524,7 @@ export async function initCommand(options) {
524
524
  console.log(' - Provide bridge links to fund your wallet with USDC');
525
525
  console.log('');
526
526
  console.log(' Fund USDC: https://x402bazaar.org/fund (bridge from any chain)');
527
- console.log(' SKALE Bridge: https://bridge.skale.space');
527
+ console.log(' Alternative bridge: https://bridge.skale.space');
528
528
  console.log('');
529
529
  console.log('='.repeat(70));
530
530
  console.log('');