@barchart/portfolio-api-common 9.0.0 → 9.0.1

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.
@@ -219,8 +219,8 @@ module.exports = (() => {
219
219
 
220
220
  const disposable = Disposable.fromAction(() => {
221
221
  if (this._calculationSuspensions.delete(token) && this._calculationSuspensions.size === 0) {
222
- const positionQuotes = [ ...this._suspendedPositionQuotes.entries() ];
223
- const forexQuotes = [ ...this._suspendedForexQuotes.entries() ];
222
+ const positionQuotes = [ ...this._suspendedPositionQuotes.values() ];
223
+ const forexQuotes = [ ...this._suspendedForexQuotes.values() ];
224
224
 
225
225
  this._suspendedPositionQuotes = new Map();
226
226
  this._suspendedForexQuotes = new Map();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "Common JavaScript code used by Barchart's Portfolio Service",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",