@barchart/portfolio-api-common 1.2.75 → 1.2.76

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.
@@ -730,6 +730,8 @@ module.exports = (() => {
730
730
  });
731
731
  }
732
732
  }
733
+
734
+ recalculatePercentages.call(this);
733
735
  }));
734
736
  }
735
737
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.2.75",
3
+ "version": "1.2.76",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -2109,6 +2109,8 @@ module.exports = (() => {
2109
2109
  });
2110
2110
  }
2111
2111
  }
2112
+
2113
+ recalculatePercentages.call(this);
2112
2114
  }));
2113
2115
  }
2114
2116