v2.0.0: introduce support for linear apis

This commit is contained in:
tiagosiebler
2021-02-16 08:38:58 +00:00
parent 7837fc7881
commit a86eb1498b

View File

@@ -1,7 +1,7 @@
{ {
"name": "bybit-api", "name": "bybit-api",
"version": "1.3.2", "version": "2.0.0",
"description": "Node.js connector for the Bybit APIs and WebSockets", "description": "Node.js connector for Bybit's Inverse & Linear REST APIs and WebSockets",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"files": [ "files": [
@@ -42,11 +42,15 @@
}, },
"keywords": [ "keywords": [
"bybit", "bybit",
"bybit api",
"api", "api",
"websocket", "websocket",
"rest", "rest",
"rest api", "rest api",
"inverse", "inverse",
"linear",
"usdt",
"trading bots",
"nodejs", "nodejs",
"node", "node",
"trading", "trading",