ccxt 4.2.20 → 4.2.21

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.
@@ -685,7 +685,7 @@ export default class lbank extends lbankRest {
685
685
  };
686
686
  const request = this.deepExtend(subscribe, params);
687
687
  const orderbook = await this.watch(url, messageHash, request, messageHash);
688
- return orderbook.limit(limit);
688
+ return orderbook.limit();
689
689
  }
690
690
  async watchOrderBook(symbol, limit = undefined, params = {}) {
691
691
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccxt",
3
- "version": "4.2.20",
3
+ "version": "4.2.21",
4
4
  "description": "A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges",
5
5
  "unpkg": "dist/ccxt.browser.js",
6
6
  "type": "module",