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 +1 -1
- package/package.json +1 -1
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
|
|
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 -------------------------------------------------------------------
|