@barchart/chart-lib 2.269.4 → 2.271.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.269.4",
3
+ "version": "2.271.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -1049,6 +1049,9 @@
1049
1049
  },
1050
1050
  "realTimeCboeBzx": {
1051
1051
  "type": "boolean"
1052
+ },
1053
+ "buildContinuation": {
1054
+ "type": "boolean"
1052
1055
  }
1053
1056
  },
1054
1057
  "required": ["aggregation"]
@@ -1931,7 +1934,7 @@
1931
1934
  },
1932
1935
  "version": {
1933
1936
  "type": "integer",
1934
- "minimum": 111,
1937
+ "minimum": 112,
1935
1938
  "multipleOf": 1
1936
1939
  }
1937
1940
  },