@barchart/chart-lib 2.327.2 → 2.328.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.327.2",
3
+ "version": "2.328.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -133,6 +133,9 @@
133
133
  "MACD",
134
134
  "MACDS",
135
135
  "MACDH",
136
+ "MACDV",
137
+ "MACDVS",
138
+ "MACDVH",
136
139
  "ENVU",
137
140
  "ENVD",
138
141
  "ENVEXPU",
@@ -547,6 +550,7 @@
547
550
  "MAHLC",
548
551
  "MACD",
549
552
  "MACDEXP",
553
+ "MACDV",
550
554
  "VOL",
551
555
  "MAENV",
552
556
  "MAENVEXP",
@@ -2029,7 +2033,7 @@
2029
2033
  },
2030
2034
  "version": {
2031
2035
  "type": "integer",
2032
- "minimum": 142,
2036
+ "minimum": 143,
2033
2037
  "multipleOf": 1
2034
2038
  }
2035
2039
  },