@barchart/chart-lib 2.341.0 → 2.342.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.341.0",
3
+ "version": "2.342.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -110,6 +110,7 @@
110
110
  "type": "string",
111
111
  "enum": [
112
112
  "HL/2",
113
+ "OC/2",
113
114
  "HLC/3",
114
115
  "OHLC/4",
115
116
  "HLCC/4",
@@ -2029,7 +2030,7 @@
2029
2030
  },
2030
2031
  "version": {
2031
2032
  "type": "integer",
2032
- "minimum": 145,
2033
+ "minimum": 146,
2033
2034
  "multipleOf": 1
2034
2035
  }
2035
2036
  },