@barchart/chart-lib 2.231.2 → 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.231.2",
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",
@@ -979,6 +979,12 @@
979
979
  },
980
980
  "exprSkipLeadingEmpty": {
981
981
  "type": "boolean"
982
+ },
983
+ "extendedHours": {
984
+ "type": "boolean"
985
+ },
986
+ "realTimeCboeBzx": {
987
+ "type": "boolean"
982
988
  }
983
989
  },
984
990
  "required": ["aggregation"]
@@ -1898,7 +1904,7 @@
1898
1904
  },
1899
1905
  "version": {
1900
1906
  "type": "integer",
1901
- "minimum": 99,
1907
+ "minimum": 101,
1902
1908
  "multipleOf": 1
1903
1909
  }
1904
1910
  },