File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.0.9
2+ - WS2Manager: respect internal auth arg settings
3+
144.0.8
25- WSv2: fix on trade message handler by prioritising channel data symbol over pair symbol
36
Original file line number Diff line number Diff line change @@ -124,7 +124,11 @@ class WS2Manager extends EventEmitter {
124124
125125 this . _socketArgs . apiKey = apiKey
126126 this . _socketArgs . apiSecret = apiSecret
127- this . _authArgs = { calc, dms }
127+ this . _authArgs = {
128+ ...this . _authArgs ,
129+ calc,
130+ dms,
131+ }
128132
129133 this . _sockets . forEach ( s => {
130134 if ( ! s . ws . isAuthenticated ( ) ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " bitfinex-api-node" ,
3- "version" : " 4.0.8 " ,
3+ "version" : " 4.0.9 " ,
44 "description" : " Node reference library for Bitfinex API" ,
55 "engines" : {
66 "node" : " >=7"
You can’t perform that action at this time.
0 commit comments