fix(v3.11.0): ensure private GET requests use serialised/encoded params appended to URL. Update slippage tolerance type to optional.

This commit is contained in:
tiagosiebler
2025-02-28 11:23:57 +00:00
parent dd0b7ad535
commit df047a0cdb
5 changed files with 38 additions and 7 deletions

View File

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