@barchart/chart-lib 2.310.2 → 2.311.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.310.2",
3
+ "version": "2.311.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -455,7 +455,11 @@
455
455
  "CallIVCurve",
456
456
  "PutIVCurve",
457
457
  "CallTheoretical",
458
- "PutTheoretical"
458
+ "PutTheoretical",
459
+ "Delta",
460
+ "Gamma",
461
+ "Theta",
462
+ "Vega"
459
463
  ]
460
464
  },
461
465
  "previousField": {
@@ -674,7 +678,8 @@
674
678
  "CHOP",
675
679
  "MACLD",
676
680
  "BTI",
677
- "PC"
681
+ "PC",
682
+ "GREEKS"
678
683
  ]
679
684
  },
680
685
  "annId": {
@@ -1974,7 +1979,7 @@
1974
1979
  },
1975
1980
  "version": {
1976
1981
  "type": "integer",
1977
- "minimum": 134,
1982
+ "minimum": 135,
1978
1983
  "multipleOf": 1
1979
1984
  }
1980
1985
  },