@icgio/icg-exchanges-wrapper 1.14.121 → 1.14.122

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.
@@ -80,7 +80,7 @@ module.exports = class Orders {
80
80
  this.exchange_pairs = exchange_pairs
81
81
  this.exchange_pairs_without_affiliates = exchange_pairs_without_affiliates
82
82
  this.pair_exchanges = pair_exchanges
83
- this.pair_exchanges_without_numbers = pair_exchanges_without_numbers
83
+ this.pair_exchanges_without_affiliates = pair_exchanges_without_affiliates
84
84
  this.exchange_pairs_rates_only = exchange_pairs_rates_only
85
85
  this.pair_exchanges_rates_only = pair_exchanges_rates_only
86
86
  this.rates_only_exchanges = pair_exchanges_rates_only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.121",
3
+ "version": "1.14.122",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {