ccxt 4.1.19 → 4.1.22

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.
package/dist/cjs/ccxt.js CHANGED
@@ -180,7 +180,7 @@ var woo$1 = require('./src/pro/woo.js');
180
180
 
181
181
  //-----------------------------------------------------------------------------
182
182
  // this is updated by vss.js when building
183
- const version = '4.1.19';
183
+ const version = '4.1.22';
184
184
  Exchange["default"].ccxtVersion = version;
185
185
  const exchanges = {
186
186
  'ace': ace,
@@ -67,6 +67,7 @@ class Exchange {
67
67
  this.orderbooks = {};
68
68
  this.tickers = {};
69
69
  this.orders = undefined;
70
+ this.triggerOrders = undefined;
70
71
  this.transactions = {};
71
72
  this.positions = {};
72
73
  this.requiresWeb3 = false;