@icgio/icg-exchanges-wrapper 1.13.0 → 1.13.2

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.
@@ -1280,7 +1280,7 @@ module.exports = class Orders {
1280
1280
  process_rates()
1281
1281
  } else if (_.get(this.rates, [exchange, pair, 'update_time']) < new Date().getTime() - this.interval_dict[exchange].rates) {
1282
1282
  this.info_log('%s %s rates expired: %j', exchange, pair, res)
1283
- this.rates[exchange] = _.omit(this.rates[exchange], [pair])
1283
+ this.rates = _.omit(this.rates, [pair])
1284
1284
  }
1285
1285
  this.rates_observable.notify()
1286
1286
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.31.0",
20
+ "@icgio/icg-exchanges": "^1.31.1",
21
21
  "@icgio/icg-exchanges-data": "^1.9.0",
22
- "@icgio/icg-utils": "^1.8.0",
22
+ "@icgio/icg-utils": "^1.8.1",
23
23
  "influx": "^5.7.0",
24
24
  "lodash": "^4.17.20",
25
25
  "uuid": "^9.0.1",