binance 2.3.1 → 2.3.2

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.
@@ -532,7 +532,7 @@ export interface WsMessageFuturesUserDataTradeUpdateEventFormatted extends WsSha
532
532
  clientOrderId: string;
533
533
  orderSide: OrderSide;
534
534
  orderType: FuturesOrderType;
535
- orderTimeInForce: OrderTimeInForce;
535
+ timeInForce: OrderTimeInForce;
536
536
  originalQuantity: number;
537
537
  originalPrice: number;
538
538
  averagePrice: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
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",