fix(4.0.0-beta.1): fix backwards compatibility with req_id usage for ws subscribe/unsubscribe

This commit is contained in:
tiagosiebler
2025-01-24 16:20:12 +00:00
parent 86fc739eca
commit 8a692140e0
4 changed files with 13 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"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",