@barchart/chart-lib 2.232.0 → 2.233.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.232.0",
3
+ "version": "2.233.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -980,6 +980,9 @@
980
980
  "exprSkipLeadingEmpty": {
981
981
  "type": "boolean"
982
982
  },
983
+ "extendedHours": {
984
+ "type": "boolean"
985
+ },
983
986
  "realTimeCboeBzx": {
984
987
  "type": "boolean"
985
988
  }
@@ -1901,7 +1904,7 @@
1901
1904
  },
1902
1905
  "version": {
1903
1906
  "type": "integer",
1904
- "minimum": 100,
1907
+ "minimum": 101,
1905
1908
  "multipleOf": 1
1906
1909
  }
1907
1910
  },