@agentdata/plugin-elizaos 1.1.0 → 1.1.1
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/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentdata/plugin-elizaos",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "ElizaOS plugin for AgentData API — crypto market data via x402",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -30,7 +30,11 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://agentdata-api.com",
|
|
32
32
|
"scripts": {
|
|
33
|
+
"test": "node --test tests/",
|
|
33
34
|
"check-catalogue": "node check-catalogue.mjs",
|
|
34
|
-
"prepublishOnly": "npm run check-catalogue"
|
|
35
|
+
"prepublishOnly": "npm test && npm run check-catalogue"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"viem": "^2.47.12"
|
|
35
39
|
}
|
|
36
40
|
}
|