v3.8.0: start deprecating old REST examples, update docs, minor fixes

This commit is contained in:
tiagosiebler
2024-01-03 15:44:01 +00:00
parent 2ba50f82e6
commit c54d86ce37
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bybit-api",
"version": "3.7.6",
"version": "3.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bybit-api",
"version": "3.7.6",
"version": "3.8.0",
"license": "MIT",
"dependencies": {
"axios": "^0.21.0",

View File

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