@barchart/chart-lib 2.208.1 → 2.210.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.
chart-lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/chart-lib",
3
- "version": "2.208.1",
3
+ "version": "2.210.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -365,7 +365,8 @@
365
365
  "KST",
366
366
  "KSTSIG",
367
367
  "STC",
368
- "MCCLO"
368
+ "MCCLO",
369
+ "EHLAI"
369
370
  ]
370
371
  },
371
372
  "generalField": {
@@ -598,7 +599,8 @@
598
599
  "AVWAP",
599
600
  "KST",
600
601
  "STC",
601
- "MCCLO"
602
+ "MCCLO",
603
+ "EHLAI"
602
604
  ]
603
605
  },
604
606
  "annId": {
@@ -1368,6 +1370,9 @@
1368
1370
  },
1369
1371
  "type": {
1370
1372
  "$ref": "#/definitions/fundamentalType"
1373
+ },
1374
+ "precision": {
1375
+ "$ref": "#/definitions/precision"
1371
1376
  }
1372
1377
  },
1373
1378
  "required": ["curves", "symbol", "type"]
@@ -1872,7 +1877,7 @@
1872
1877
  },
1873
1878
  "version": {
1874
1879
  "type": "integer",
1875
- "minimum": 87,
1880
+ "minimum": 89,
1876
1881
  "multipleOf": 1
1877
1882
  }
1878
1883
  },