binance 2.1.0 → 2.1.1

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.
@@ -406,6 +406,8 @@ export interface FuturesPosition {
406
406
  markPrice: numberInString;
407
407
  maxNotionalValue: numberInString;
408
408
  positionAmt: numberInString;
409
+ notional: numberInString;
410
+ isolatedWallet: numberInString;
409
411
  symbol: string;
410
412
  unRealizedProfit: numberInString;
411
413
  positionSide: PositionSide;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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",