bybit-api
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -76,3 +76,3 @@ "use strict"; | ||
throw response; | ||
}).catch(this.parseException); | ||
}).catch(e => this.parseException(e)); | ||
}); | ||
@@ -79,0 +79,0 @@ } |
{ | ||
"name": "bybit-api", | ||
"version": "1.3.1", | ||
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets", | ||
"version": "1.3.2", | ||
"description": "Node.js connector for the Bybit APIs and WebSockets", | ||
"main": "lib/index.js", | ||
@@ -34,3 +34,3 @@ "types": "lib/index.d.ts", | ||
"eslint": "^7.10.0", | ||
"source-map-loader": "^1.1.2", | ||
"source-map-loader": "^2.0.0", | ||
"stream-browserify": "^3.0.0", | ||
@@ -37,0 +37,0 @@ "ts-loader": "^8.0.11", |
Sorry, the diff of this file is not supported yet
69204