@backtest-kit/signals 0.0.7 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/signals",
3
- "version": "0.0.7",
3
+ "version": "0.1.1",
4
4
  "description": "Technical analysis and trading signal generation library for AI-powered trading systems. Computes 50+ indicators across 4 timeframes and generates markdown reports for LLM consumption.",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",
@@ -69,7 +69,7 @@
69
69
  "worker-testbed": "1.0.12"
70
70
  },
71
71
  "peerDependencies": {
72
- "backtest-kit": "^1.13.2",
72
+ "backtest-kit": "^2.0.7",
73
73
  "typescript": "^5.0.0"
74
74
  },
75
75
  "dependencies": {