fix(#240): fix sign error on parallel requests due to pointer mutation

This commit is contained in:
tiagosiebler
2023-03-21 12:17:48 +00:00
parent f59438d1ad
commit 802c02a553
3 changed files with 28 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "3.5.2",
"version": "3.5.3",
"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",