File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Barchart Market Data SDK <small >JavaScript 6.3.0 </small >
1+ # Barchart Market Data SDK <small >JavaScript 6.3.1 </small >
22
33> Inject real-time market data into your JavaScript applications
44
Original file line number Diff line number Diff line change @@ -756,7 +756,7 @@ module.exports = (() => {
756756 // before the first invocation of pumpInboundProcessing could process the login
757757 // failure.
758758
759- const loginFailed = __inboundMessages . length > 0 && __inboundMessages [ 0 ] . indexOf ( '-' ) === 0 ;
759+ const loginFailed = __inboundMessages . length > 0 && __inboundMessages . some ( m => m . indexOf ( '-' ) === 0 ) ;
760760 let messages = __inboundMessages ;
761761 __inboundMessages = [ ] ;
762762 __marketMessages = [ ] ;
@@ -5420,7 +5420,7 @@ module.exports = (() => {
54205420 'use strict' ;
54215421
54225422 return {
5423- version : '6.3.0 '
5423+ version : '6.3.1 '
54245424 } ;
54255425} ) ( ) ;
54265426
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module.exports = (() => {
22 'use strict' ;
33
44 return {
5- version : '6.3.0 '
5+ version : '6.3.1 '
66 } ;
77} ) ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @barchart/marketdata-api-js" ,
3- "version" : " 6.3.0 " ,
3+ "version" : " 6.3.1 " ,
44 "description" : " SDK for streaming market data from Barchart.com" ,
55 "author" : {
66 "name" : " Eero Pikat" ,
You can’t perform that action at this time.
0 commit comments