fix ws subscribe/unsubscribe workflows, which were repeating requests to each active ws connection unintentionally

This commit is contained in:
tiagosiebler
2022-10-09 19:21:46 +01:00
parent 6a925f18e1
commit 9c3a37e7b0
2 changed files with 21 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "3.0.2",
"version": "3.1.0",
"description": "Complete & robust node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",