Merge pull request #78 from tiagosiebler/release/v2.0.0
v2.0.0: introduce support for linear apis
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user