@senpi/trading-recipe 1.0.23 → 1.0.24

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.
@@ -2,14 +2,20 @@
2
2
  "id": "trading-recipe",
3
3
  "name": "Senpi Trading Recipe",
4
4
  "description": "Senpi trading recipe plugin for OpenClaw",
5
- "version": "1.0.0",
5
+ "version": "1.0.24",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "additionalProperties": false,
9
9
  "properties": {
10
- "stateDir": { "type": "string", "description": "Directory for plugin and strategy state (default: ~/.openclaw/senpi-state)" },
11
- "apiKey": { "type": "string", "description": "API key when mcpTransport is not provided by the gateway" }
10
+ "stateDir": {
11
+ "type": "string",
12
+ "description": "Directory for plugin and strategy state (default: ~/.openclaw/senpi-state)"
13
+ },
14
+ "apiKey": {
15
+ "type": "string",
16
+ "description": "API key when mcpTransport is not provided by the gateway"
17
+ }
12
18
  }
13
19
  },
14
20
  "uiHints": {}
15
- }
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senpi/trading-recipe",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Trading recipe plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",