File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.17
2
+ - added pulse examples
3
+
1
4
4.0.16
2
5
- fix: unsubscribe fails depending on channel id type
3
6
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = runExample({
91
91
end : 0 // fetch comments from a given starttime in milliseconds
92
92
} )
93
93
94
- debug ( 'pulse comments response: %O' , pulseComments )
94
+ debug ( 'pulse comments response' )
95
95
debugTable ( {
96
96
headers : [
97
97
'PID' , 'MTS' , 'PUID' , 'COMMENT'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitfinex-api-node" ,
3
- "version" : " 4.0.16 " ,
3
+ "version" : " 4.0.17 " ,
4
4
"description" : " Node reference library for Bitfinex API" ,
5
5
"engines" : {
6
6
"node" : " >=8.3.0"
33
33
" Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)" ,
34
34
" Robert Kowalski <robert@bitfinex.com> (https://www.bitfinex.com)" ,
35
35
" Simone Poggi <simone@bitfinex.com> (https://www.bitfinex.com)" ,
36
- " Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)"
36
+ " Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)" ,
37
+ " Abhishek Shrestha <abhishek.shrestha@bitfinex.com> (https://www.bitfinex.com)"
37
38
],
38
39
"license" : " MIT" ,
39
40
"bugs" : {
67
68
"blessed" : " ^0.1.81" ,
68
69
"blessed-contrib" : " ^4.8.19" ,
69
70
"cli-table3" : " ^0.6.0" ,
70
- "bfx-api-node-models" : " ^1.2 .1" ,
71
- "bfx-api-node-rest" : " ^3.0.8 " ,
71
+ "bfx-api-node-models" : " ^1.3 .1" ,
72
+ "bfx-api-node-rest" : " ^3.1.0 " ,
72
73
"bfx-api-node-util" : " ^1.0.2" ,
73
74
"bfx-api-node-ws1" : " ^1.0.0" ,
74
75
"bignumber.js" : " ^9.0.0" ,
You can’t perform that action at this time.
0 commit comments