ccxt-ir 4.9.19 → 4.9.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
@@ -233,7 +233,7 @@ var xt$1 = require('./src/pro/xt.js');
233
233
 
234
234
  //-----------------------------------------------------------------------------
235
235
  // this is updated by vss.js when building
236
- const version = '4.9.19';
236
+ const version = '4.9.22';
237
237
  Exchange["default"].ccxtVersion = version;
238
238
  const exchanges = {
239
239
  'abantether': abantether["default"],
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var Exchange$1 = require('../base/Exchange.js');
6
6
 
7
7
  // ----------------------------------------------------------------------------
8
- class Exchange extends Exchange$1["default"] {
8
+ class Exchange extends Exchange$1["default"] {
9
9
  }
10
10
 
11
11
  exports["default"] = Exchange;