v3.7.3: feat(#286) improved type flowing for instrument info v5

This commit is contained in:
tiagosiebler
2023-09-12 10:49:24 +01:00
parent bc870e4c27
commit 119a21b512
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.2",
"version": "3.7.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bybit-api",
"version": "3.7.2",
"version": "3.7.3",
"license": "MIT",
"dependencies": {
"axios": "^0.21.0",

View File

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