ccxt-ir 4.9.23 → 4.9.27

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
@@ -234,7 +234,7 @@ var xt$1 = require('./src/pro/xt.js');
234
234
 
235
235
  //-----------------------------------------------------------------------------
236
236
  // this is updated by vss.js when building
237
- const version = '4.9.23';
237
+ const version = '4.9.27';
238
238
  Exchange["default"].ccxtVersion = version;
239
239
  const exchanges = {
240
240
  '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;