Skip to content

Commit 6e05c9c

Browse files
BryanBryan
authored andcommitted
Release. Bump version number
1 parent f268650 commit 6e05c9c

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Barchart Market Data SDK <small>JavaScript 5.1.1</small>
1+
# Barchart Market Data SDK <small>JavaScript 5.1.2</small>
22

33
> Inject real-time market data into your JavaScript applications
44

example/browser/example.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ module.exports = (() => {
11131113
}
11141114
/**
11151115
* Enqueues a request to retrieve a profile.
1116-
*
1116+
*
11171117
* @private
11181118
* @param {String} symbol
11191119
*/
@@ -1225,8 +1225,8 @@ module.exports = (() => {
12251225

12261226
/**
12271227
* Processes a single inbound message from the network. Any message pertaining
1228-
* to the authentication handshake is intercepted and handled synchronously.
1229-
* Any message pertaining to market state is placed onto another queue for
1228+
* to the authentication handshake is intercepted and handled synchronously.
1229+
* Any message pertaining to market state is placed onto another queue for
12301230
* asynchronous processing.
12311231
*
12321232
* @private
@@ -1313,7 +1313,7 @@ module.exports = (() => {
13131313
/**
13141314
* The first stage of inbound message processing. A raw DDF message is converted to
13151315
* its object representation and passed to the "processMarketMessage" function.
1316-
*
1316+
*
13171317
* @private
13181318
* @param {String} message
13191319
*/
@@ -1546,7 +1546,7 @@ module.exports = (() => {
15461546
/**
15471547
* Used in "polling" mode. The task queue is ignored. However, JERQ formatted command
15481548
* strings, requesting snapshot updates from JERQ, are generated for all existing
1549-
* symbol subscriptions and placed onto a queue for asynchronous processing. Also,
1549+
* symbol subscriptions and placed onto a queue for asynchronous processing. Also,
15501550
* for any symbol not supported by JERQ, out-of-band snapshot requests are made.
15511551
*
15521552
* @private
@@ -1579,7 +1579,7 @@ module.exports = (() => {
15791579
/**
15801580
* Used in "streaming" mode. The task queue is drained and JERQ formatted command
15811581
* strings are generated for each task. These commands placed onto a queue for
1582-
* asynchronous transmission to JERQ. Also, for any symbol not supported by JERQ,
1582+
* asynchronous transmission to JERQ. Also, for any symbol not supported by JERQ,
15831583
* out-of-band snapshot requests are made.
15841584
*
15851585
* @private
@@ -2650,7 +2650,7 @@ module.exports = (() => {
26502650
}
26512651
/**
26522652
* A {@link WebSocketAdapter} for use with web browsers.
2653-
*
2653+
*
26542654
* @private
26552655
* @extends {WebSocketAdapter}
26562656
*/
@@ -4995,7 +4995,7 @@ module.exports = (() => {
49954995
'use strict';
49964996

49974997
return {
4998-
version: '5.1.1'
4998+
version: '5.1.2'
49994999
};
50005000
})();
50015001

@@ -5900,7 +5900,7 @@ module.exports = (() => {
59005900
* Parses a DDF message, returning a JavaScript object representing the
59015901
* content of the message.
59025902
*
5903-
* @exported
5903+
* @exported
59045904
* @function
59055905
* @param {String} msg
59065906
* @returns {Object}

lib/meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = (() => {
22
'use strict';
33

44
return {
5-
version: '5.1.1'
5+
version: '5.1.2'
66
};
77
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barchart/marketdata-api-js",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "SDK for streaming market data from Barchart.com",
55
"author": {
66
"name": "Eero Pikat",

test/dist/barchart-marketdata-api-tests-5.1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ module.exports = (() => {
15441544
/**
15451545
* Formats a string (by capitalizing it). If anything other than a string
15461546
* is passed, the argument is returned without modification.
1547-
*
1547+
*
15481548
* @exported
15491549
* @function
15501550
* @memberOf Functions
@@ -1755,7 +1755,7 @@ module.exports = (() => {
17551755
* Parses a DDF message, returning a JavaScript object representing the
17561756
* content of the message.
17571757
*
1758-
* @exported
1758+
* @exported
17591759
* @function
17601760
* @param {String} msg
17611761
* @returns {Object}

0 commit comments

Comments
 (0)