pinets 0.9.21 → 0.9.22

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.
@@ -115,6 +115,7 @@ export interface Order {
115
115
  _attachedAtReversal?: boolean;
116
116
  _isPersistent?: boolean;
117
117
  _callsiteId?: string;
118
+ _intended_trade_ids?: string[];
118
119
  }
119
120
  /**
120
121
  * Strategy state stored on the Context after a backtest run.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinets",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "Run Pine Script anywhere. PineTS is an open-source transpiler and runtime that brings Pine Script logic to Node.js and the browser with 1:1 syntax compatibility. Reliably write, port, and run indicators or strategies on your own infrastructure.",
5
5
  "keywords": [
6
6
  "Pine Script",