pinets 0.9.8 → 0.9.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.
- package/dist/pinets.min.browser.es.js +15 -15
- package/dist/pinets.min.browser.es.js.map +1 -1
- package/dist/pinets.min.browser.js +14 -14
- package/dist/pinets.min.browser.js.map +1 -1
- package/dist/pinets.min.cjs +10 -10
- package/dist/pinets.min.cjs.map +1 -1
- package/dist/pinets.min.es.js +15 -15
- package/dist/pinets.min.es.js.map +1 -1
- package/dist/types/namespaces/box/BoxHelper.d.ts +5 -0
- package/dist/types/namespaces/label/LabelHelper.d.ts +1 -0
- package/dist/types/namespaces/line/LineHelper.d.ts +1 -0
- package/dist/types/namespaces/polyline/PolylineHelper.d.ts +1 -0
- package/package.json +1 -1
|
@@ -16,6 +16,11 @@ export declare class BoxHelper {
|
|
|
16
16
|
*/
|
|
17
17
|
private _resolveColor;
|
|
18
18
|
private _createBox;
|
|
19
|
+
/**
|
|
20
|
+
* Enforce max_boxes_count: auto-delete the oldest non-deleted boxes
|
|
21
|
+
* when the active count exceeds the limit (FIFO eviction).
|
|
22
|
+
*/
|
|
23
|
+
private _enforceMaxCount;
|
|
19
24
|
new(...args: any[]): BoxObject;
|
|
20
25
|
any(...args: any[]): BoxObject;
|
|
21
26
|
set_left(id: BoxObject, left: number): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pinets",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.10",
|
|
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",
|