binance 2.0.23 → 2.0.24

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.
@@ -483,7 +483,7 @@ export interface SpotOrder {
483
483
  price: numberInString;
484
484
  origQty: numberInString;
485
485
  executedQty: numberInString;
486
- cumulativeQuoteQty: numberInString;
486
+ cummulativeQuoteQty: numberInString;
487
487
  status: OrderStatus;
488
488
  timeInForce: OrderTimeInForce;
489
489
  type: OrderType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",