iturri 0.2.2 → 0.2.3
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iturri",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Client + CLI for the Iturri verified market-data API — quality-flagged candles, funding, open interest, order flow and ML-ready bundles for trading bots and AI agents. MCP + x402 native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"trading",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"x402"
|
|
18
18
|
],
|
|
19
19
|
"homepage": "https://iturri.ai",
|
|
20
|
-
"bugs": { "email": "
|
|
20
|
+
"bugs": { "email": "source@iturri.ai" },
|
|
21
21
|
"repository": { "type": "git", "url": "git+https://github.com/iturri-ai/iturri-js.git" },
|
|
22
|
-
"author": "Iturri <
|
|
22
|
+
"author": "Iturri <source@iturri.ai> (https://iturri.ai)",
|
|
23
23
|
"type": "module",
|
|
24
24
|
"main": "index.mjs",
|
|
25
25
|
"exports": "./index.mjs",
|