@barchart/chart-lib 2.209.0 → 2.211.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.209.0",
3
+ "version": "2.211.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -366,7 +366,7 @@
366
366
  "KSTSIG",
367
367
  "STC",
368
368
  "MCCLO",
369
- "EHLAI"
369
+ "NHLAI"
370
370
  ]
371
371
  },
372
372
  "generalField": {
@@ -600,7 +600,7 @@
600
600
  "KST",
601
601
  "STC",
602
602
  "MCCLO",
603
- "EHLAI"
603
+ "NHLAI"
604
604
  ]
605
605
  },
606
606
  "annId": {
@@ -1370,6 +1370,9 @@
1370
1370
  },
1371
1371
  "type": {
1372
1372
  "$ref": "#/definitions/fundamentalType"
1373
+ },
1374
+ "precision": {
1375
+ "$ref": "#/definitions/precision"
1373
1376
  }
1374
1377
  },
1375
1378
  "required": ["curves", "symbol", "type"]
@@ -1874,7 +1877,7 @@
1874
1877
  },
1875
1878
  "version": {
1876
1879
  "type": "integer",
1877
- "minimum": 88,
1880
+ "minimum": 90,
1878
1881
  "multipleOf": 1
1879
1882
  }
1880
1883
  },