context-markets-cli 0.1.1 → 0.1.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -80,8 +80,8 @@ context portfolio get
|
|
|
80
80
|
| Package | Description |
|
|
81
81
|
|---------|-------------|
|
|
82
82
|
| **[context-markets](https://github.com/contextwtf/context-sdk)** | TypeScript SDK for trading |
|
|
83
|
-
| **[
|
|
84
|
-
| **[
|
|
83
|
+
| **[context-markets-react](https://github.com/contextwtf/context-react)** | React hooks for market data and trading |
|
|
84
|
+
| **[context-markets-mcp](https://github.com/contextwtf/context-mcp)** | MCP server for AI agents |
|
|
85
85
|
| **[context-markets-cli](https://github.com/contextwtf/context-cli)** | CLI for trading from the terminal |
|
|
86
86
|
| **[context-skills](https://github.com/contextwtf/context-skills)** | AI agent skill files |
|
|
87
87
|
| **[context-plugin](https://github.com/contextwtf/context-plugin)** | Claude Code plugin |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "context-markets-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for trading on Context prediction markets",
|
|
6
6
|
"author": "Context",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@clack/prompts": "^1.0.1",
|
|
42
|
-
"context-markets": "^0.5.
|
|
42
|
+
"context-markets": "^0.5.1",
|
|
43
43
|
"chalk": "^5.6.2",
|
|
44
44
|
"cli-table3": "^0.6.5",
|
|
45
45
|
"viem": "^2.23.2"
|