File tree 4 files changed +5
-5
lines changed
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 >
2
2
3
3
> Inject real-time market data into your JavaScript applications
4
4
Original file line number Diff line number Diff line change @@ -756,7 +756,7 @@ module.exports = (() => {
756
756
// before the first invocation of pumpInboundProcessing could process the login
757
757
// failure.
758
758
759
- const loginFailed = __inboundMessages . length > 0 && __inboundMessages [ 0 ] . indexOf ( '-' ) === 0 ;
759
+ const loginFailed = __inboundMessages . length > 0 && __inboundMessages . some ( m => m . indexOf ( '-' ) === 0 ) ;
760
760
let messages = __inboundMessages ;
761
761
__inboundMessages = [ ] ;
762
762
__marketMessages = [ ] ;
@@ -5420,7 +5420,7 @@ module.exports = (() => {
5420
5420
'use strict' ;
5421
5421
5422
5422
return {
5423
- version : '6.3.0 '
5423
+ version : '6.3.1 '
5424
5424
} ;
5425
5425
} ) ( ) ;
5426
5426
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module.exports = (() => {
2
2
'use strict' ;
3
3
4
4
return {
5
- version : '6.3.0 '
5
+ version : '6.3.1 '
6
6
} ;
7
7
} ) ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @barchart/marketdata-api-js" ,
3
- "version" : " 6.3.0 " ,
3
+ "version" : " 6.3.1 " ,
4
4
"description" : " SDK for streaming market data from Barchart.com" ,
5
5
"author" : {
6
6
"name" : " Eero Pikat" ,
You can’t perform that action at this time.
0 commit comments