@barchart/portfolio-api-common 1.0.61 → 1.0.62

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.
@@ -51,6 +51,7 @@ module.exports = (() => {
51
51
  });
52
52
 
53
53
  calculateStaticData(this);
54
+ calculatePriceData(this);
54
55
  }
55
56
 
56
57
  get items() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -829,6 +829,7 @@ module.exports = (() => {
829
829
  });
830
830
 
831
831
  calculateStaticData(this);
832
+ calculatePriceData(this);
832
833
  }
833
834
 
834
835
  get items() {