binance 2.13.13 → 2.13.14

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.
@@ -438,6 +438,8 @@ export interface SymbolExchangeInfo {
438
438
  quoteAsset: string;
439
439
  quotePrecision: number;
440
440
  quoteAssetPrecision: number;
441
+ baseCommissionPrecision: number;
442
+ quoteCommissionPrecision: number;
441
443
  orderTypes: OrderType[];
442
444
  icebergAllowed: boolean;
443
445
  ocoAllowed: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.13.13",
3
+ "version": "2.13.14",
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",