feat(v4.0.0-beta.8): add support for new Websocket API batch order commands

This commit is contained in:
tiagosiebler
2025-02-26 10:33:13 +00:00
parent 5005b816b3
commit 446db1ae2c
3 changed files with 36 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.8",
"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",
@@ -20,9 +20,7 @@
"betapublish": "npm publish --tag beta"
},
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
"contributors": [
"Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)"
],
"contributors": [],
"dependencies": {
"axios": "^1.7.9",
"isomorphic-ws": "^4.0.1",