@barchart/chart-lib 2.341.0 → 2.343.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.343.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",
@@ -150,6 +151,8 @@
150
151
  "VOSC",
151
152
  "RSI",
152
153
  "RSIAVG",
154
+ "RSA",
155
+ "RSAAVG",
153
156
  "STORSI",
154
157
  "STORSIAVG",
155
158
  "HH",
@@ -561,6 +564,7 @@
561
564
  "RSI",
562
565
  "RSIMOD",
563
566
  "RSISTO",
567
+ "RSA",
564
568
  "STOCHF",
565
569
  "STOCHS",
566
570
  "WPERCR",
@@ -2029,7 +2033,7 @@
2029
2033
  },
2030
2034
  "version": {
2031
2035
  "type": "integer",
2032
- "minimum": 145,
2036
+ "minimum": 147,
2033
2037
  "multipleOf": 1
2034
2038
  }
2035
2039
  },