Skip to content

Commit

Permalink
chore(): fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Oct 15, 2024
1 parent eda5ef4 commit 4d9cade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binance",
"version": "2.13.6",
"version": "2.13.7",
"description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 1 addition & 6 deletions src/types/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
SymbolMaxIcebergOrdersFilter,
SymbolMaxPositionFilter,
SymbolPriceFilter,
SelfTradePreventionMode,
} from './shared';

export type FuturesContractType =
Expand Down Expand Up @@ -106,12 +107,6 @@ export type FuturesOrderType =
| 'TAKE_PROFIT_MARKET'
| 'TRAILING_STOP_MARKET';

export type SelfTradePreventionMode =
| 'NONE'
| 'EXPIRE_TAKER'
| 'EXPIRE_MAKER'
| 'EXPIRE_BOTH';

export type PriceMatchMode =
| 'NONE'
| 'OPPONENT'
Expand Down

0 comments on commit 4d9cade

Please sign in to comment.