agentcard 0.0.21 → 0.0.22

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/src/index.js CHANGED
@@ -48,7 +48,7 @@ Quickstart:
48
48
  $ agentcard signup --email you@example.com
49
49
  $ agentcard setup
50
50
  $ agentcard request new --amount 10
51
- → PAN / CVV / expiry printed; card expires in 15 minutes
51
+ → PAN / CVV / expiry printed; card expires in 30 minutes
52
52
  → Hand the details to your AI agent immediately
53
53
  `);
54
54
  // -- Auth -------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentcard",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "CLI for managing prepaid virtual Visa cards for AI agents",
5
5
  "type": "module",
6
6
  "bin": {