eliza-plugin-insumer 1.2.3 → 1.2.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/README.md CHANGED
@@ -17,7 +17,7 @@ npm install eliza-plugin-insumer
17
17
  Generate one from your terminal — no browser needed:
18
18
 
19
19
  ```bash
20
- curl -s -X POST https://us-central1-insumer-merchant.cloudfunctions.net/createDeveloperApiKey \
20
+ curl -s -X POST https://api.insumermodel.com/v1/keys/create \
21
21
  -H "Content-Type: application/json" \
22
22
  -d '{"email": "you@example.com", "appName": "ElizaOS Agent", "tier": "free"}' | jq .
23
23
  ```
package/dist/index.js CHANGED
@@ -1358,4 +1358,4 @@ export {
1358
1358
  index_default as default,
1359
1359
  insumerPlugin
1360
1360
  };
1361
- //# sourceMappingURL=index.mjs.map
1361
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eliza-plugin-insumer",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "ElizaOS plugin for InsumerAPI — 10 actions covering the full autonomous agent lifecycle: buy API key, create merchant, configure token tiers, add credits, verify wallets, trust profiles, ACP/UCP commerce, confirm payments. ECDSA-signed results across 32 blockchains.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",