v3.3.0: fix rare sign issue when using cursor with private unified margin requests. URI encode serialised request values by default.

This commit is contained in:
tiagosiebler
2022-11-15 16:24:43 +00:00
parent 7b10ae08a2
commit 45373a1d1c

View File

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