@icgio/icg-exchanges 1.40.40 → 1.40.42

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.
@@ -179,6 +179,7 @@ module.exports = class Coinbase extends ExchangeBase {
179
179
  // --- Market data (FIX default for legacy keys, WS fallback) ---
180
180
 
181
181
  ws_market(pair_list, options = {}) {
182
+ this.ws.market.pair_stale_check_enabled = options.depth !== false
182
183
  if (this._use_fix) {
183
184
  this._fix_market_data(pair_list, options)
184
185
  } else if (!this.advanced && this.passphrase) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges",
3
- "version": "1.40.40",
3
+ "version": "1.40.42",
4
4
  "description": "icgio exchanges package",
5
5
  "main": "./exchanges.js",
6
6
  "scripts": {