File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " bybit-api" ,
3- "version" : " 1.3.1 " ,
4- "description" : " A production-ready Node.js connector for the Bybit APIs and WebSockets" ,
3+ "version" : " 1.3.2 " ,
4+ "description" : " Node.js connector for the Bybit APIs and WebSockets" ,
55 "main" : " lib/index.js" ,
66 "types" : " lib/index.d.ts" ,
77 "files" : [
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export default class RequestUtil {
101101 }
102102
103103 throw response ;
104- } ) . catch ( this . parseException ) ;
104+ } ) . catch ( e => this . parseException ( e ) ) ;
105105 }
106106
107107 /**
Original file line number Diff line number Diff line change 66 "module" : " commonjs" ,
77 "moduleResolution" : " node" ,
88 "declaration" : true ,
9- "sourceMap" : true ,
109 "removeComments" : false ,
1110 "noEmitOnError" : true ,
1211 "noImplicitAny" : false ,
1312 "strictNullChecks" : true ,
1413 "skipLibCheck" : true ,
14+ "sourceMap" : true ,
1515 "esModuleInterop" : true ,
1616 "lib" : [" es2017" ," dom" ],
1717 "baseUrl" : " ." ,
You can’t perform that action at this time.
0 commit comments