@spfunctions/cli 2.0.7 → 2.0.11
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 +4 -2
- package/dist/12.index.js +1 -1
- package/dist/122.index.js +1 -0
- package/dist/160.index.js +1 -1
- package/dist/340.index.js +1 -0
- package/dist/563.index.js +1 -1
- package/dist/634.index.js +13 -0
- package/dist/77.index.js +1 -0
- package/dist/index.js +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spfunctions/cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"mcpName": "io.github.spfunctions/simplefunctions",
|
|
5
5
|
"description": "Prediction market intelligence CLI. Causal thesis model, 24/7 Kalshi/Polymarket scan, live orderbook, edge detection. Interactive agent mode with tool calling.",
|
|
6
6
|
"bin": {
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"@mariozechner/pi-ai": "^0.57.1",
|
|
20
20
|
"@mariozechner/pi-tui": "^0.57.1",
|
|
21
21
|
"commander": "^12.0.0",
|
|
22
|
+
"ethers": "^6.16.0",
|
|
22
23
|
"grammy": "^1.41.1",
|
|
23
24
|
"kalshi-typescript": "^3.9.0"
|
|
24
25
|
},
|