@minia2a/sdk 1.0.3 → 1.0.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/cli.js +6 -2
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
* minia2a CLI — The marketplace companion for @x402/express
|
|
4
4
|
*
|
|
5
5
|
* Discover, list, and trial agent-to-agent x402 services.
|
|
6
|
-
*
|
|
6
|
+
* USDC on Base, zero API keys.
|
|
7
|
+
*
|
|
8
|
+
* The catalog size is deliberately not stated here: it changes weekly and a
|
|
9
|
+
* literal in a published tarball cannot be corrected once installed. `discover`
|
|
10
|
+
* and `list` print live results; that is the only trustworthy count.
|
|
7
11
|
*/
|
|
8
12
|
|
|
9
13
|
const BASE_URL = "https://minia2a.uk";
|
|
@@ -30,7 +34,7 @@ async function fetchJSON(path) {
|
|
|
30
34
|
|
|
31
35
|
function footer() {
|
|
32
36
|
console.log("\n" + "─".repeat(50));
|
|
33
|
-
console.log("Powered by minia2a.uk —
|
|
37
|
+
console.log("Powered by minia2a.uk — pay-per-call x402 APIs, USDC on Base");
|
|
34
38
|
console.log("─".repeat(50) + "\n");
|
|
35
39
|
}
|
|
36
40
|
|
package/package.json
CHANGED