tickflow-assist 0.2.9 → 0.2.10

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "tickflow-assist",
3
3
  "name": "TickFlow Assist",
4
- "version": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "description": "A-share watchlist analysis, monitoring, and alert delivery powered by TickFlow and OpenClaw.",
6
6
  "skills": [
7
7
  "skills"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickflow-assist",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "OpenClaw plugin for TickFlow-based A-share analysis, monitoring, and alerting.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -37,6 +37,9 @@
37
37
  "validate:mx-search": "npm run build && node dist/dev/validate-mx-search.js"
38
38
  },
39
39
  "openclaw": {
40
+ "build": {
41
+ "openclawVersion": "2026.3.28"
42
+ },
40
43
  "compat": {
41
44
  "pluginApi": "2026.3.28",
42
45
  "minGatewayVersion": "2026.3.28",