@minia2a/elizaos-plugin-minia2a 0.2.1 → 0.2.2

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.
@@ -95,7 +95,13 @@ exports.listPopularAction = {
95
95
  {
96
96
  user: "{{user2}}",
97
97
  content: {
98
- text: "📊 minia2a.uk: 299 services, 355K requests, 8,144 trials. 42 wallets, 318 developers. Top: CAPTCHA Solve (1,052), Recall (876), Find (659)...",
98
+ // No aggregate counts here on purpose. The real action fetches them
99
+ // live at call time; a frozen snapshot in a few-shot example teaches
100
+ // the model to recite numbers that were true on the day this file was
101
+ // written. (This example previously claimed 299 services / 355K
102
+ // requests / 8,144 trials — all long stale, and 299 was already
103
+ // superseded when it shipped.)
104
+ text: "📊 **minia2a.uk Marketplace** — service count, total requests and trials are fetched live at call time. 🔥 Most Popular APIs: CAPTCHA Solve, Recall, Find.",
99
105
  action: "LIST_POPULAR_APIS",
100
106
  },
101
107
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minia2a/elizaos-plugin-minia2a",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "ElizaOS plugin for the minia2a.uk marketplace — 1,680+ x402 pay-per-call APIs across crypto, web, AI, and data. 5 free trial calls per wallet. USDC on Base.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",