Skip to content

Commit

Permalink
v3.10.30: add missing WSExecutionV5 execPnl property. Bump npm audit …
Browse files Browse the repository at this point in the history
…dependency.
  • Loading branch information
tiagosiebler committed Jan 25, 2025
1 parent b35d4cb commit e2a91d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
17 changes: 9 additions & 8 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": "bybit-api",
"version": "3.10.29",
"version": "3.10.30",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/websocket.events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export interface WSExecutionV5 {
execId: string;
execPrice: string;
execQty: string;
execPnl: string;
execType: ExecTypeV5;
execValue: string;
execTime: string;
Expand Down

0 comments on commit e2a91d8

Please sign in to comment.