Comparing version 2.0.9 to 2.0.10
# Binance API | ||
## 2.0.9 | ||
## 2.0.9-10 | ||
- Fix typo in websocket types. | ||
- Fix missing type properties for ws messages. | ||
@@ -6,0 +7,0 @@ ## 2.0.8 |
@@ -612,2 +612,3 @@ import { WsKey } from '../websocket-client'; | ||
orderType: FuturesOrderType; | ||
timeInForce: OrderTimeInForce; | ||
quantity: number; | ||
@@ -614,0 +615,0 @@ price: number; |
{ | ||
"name": "binance", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
294332
5349