binance 2.8.9 → 2.8.10

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.
@@ -508,10 +508,11 @@ export interface FuturesPosition {
508
508
  }
509
509
  export interface FuturesPositionTrade {
510
510
  buyer: boolean;
511
- commision: numberInString;
512
- commisionAsset: string;
511
+ commission: numberInString;
512
+ commissionAsset: string;
513
513
  id: number;
514
514
  maker: boolean;
515
+ marginAsset: string;
515
516
  orderId: number;
516
517
  price: numberInString;
517
518
  qty: numberInString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.8.9",
3
+ "version": "2.8.10",
4
4
  "description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",