@backtest-kit/signals 0.1.2 → 3.0.0

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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 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.
4
4
 
5
- ![bots](https://raw.githubusercontent.com/tripolskypetr/backtest-kit/HEAD/assets/bots.png)
5
+ ![screenshot](https://raw.githubusercontent.com/tripolskypetr/backtest-kit/HEAD/assets/screenshots/screenshot8.png)
6
6
 
7
7
  [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/tripolskypetr/backtest-kit)
8
8
  [![npm](https://img.shields.io/npm/v/@backtest-kit/signals.svg?style=flat-square)](https://npmjs.org/package/@backtest-kit/signals)
package/build/index.cjs CHANGED
@@ -4514,8 +4514,6 @@ const signal = {
4514
4514
  };
4515
4515
  // Initialize DI container
4516
4516
  init();
4517
- // Attach to global for debugging (non-production)
4518
- Object.assign(globalThis, { signal });
4519
4517
 
4520
4518
  /**
4521
4519
  * Candle history report generation functions for multi-timeframe analysis.
package/build/index.mjs CHANGED
@@ -4512,8 +4512,6 @@ const signal = {
4512
4512
  };
4513
4513
  // Initialize DI container
4514
4514
  init();
4515
- // Attach to global for debugging (non-production)
4516
- Object.assign(globalThis, { signal });
4517
4515
 
4518
4516
  /**
4519
4517
  * Candle history report generation functions for multi-timeframe analysis.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backtest-kit/signals",
3
- "version": "0.1.2",
3
+ "version": "3.0.0",
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": "^2.0.7",
72
+ "backtest-kit": "^3.0.5",
73
73
  "typescript": "^5.0.0"
74
74
  },
75
75
  "dependencies": {