@quotemedia.com/streamer 2.61.0 → 2.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/examples/enduser-example.html +1 -1
- package/examples/enterprise-token-example.html +1 -1
- package/examples/oauth-token-example.html +1 -1
- package/examples/reconnect-example.html +1 -1
- package/examples/stomp-3rd-party-library-example.html +1 -1
- package/examples/streaming-news-example.html +1 -1
- package/examples/subscription-example.html +1 -1
- package/examples/wmid-example.html +1 -1
- package/package.json +1 -1
- package/{qmci-streamer-2.61.0.js → qmci-streamer-2.62.0.js} +3 -3
- package/{qmci-streamer-2.61.0.min.js → qmci-streamer-2.62.0.min.js} +2 -2
package/package.json
CHANGED
|
@@ -8508,7 +8508,7 @@ var EnumValueTranslator = function () {
|
|
|
8508
8508
|
case 8:
|
|
8509
8509
|
return "DLN";
|
|
8510
8510
|
case 9:
|
|
8511
|
-
return "
|
|
8511
|
+
return "RTQ";
|
|
8512
8512
|
default:
|
|
8513
8513
|
return "NA";
|
|
8514
8514
|
}
|
|
@@ -15810,7 +15810,7 @@ exports.__esModule = true;
|
|
|
15810
15810
|
*/
|
|
15811
15811
|
|
|
15812
15812
|
var LIBRARY_NAME = exports.LIBRARY_NAME = "JavaScript";
|
|
15813
|
-
var VERSION = exports.VERSION = "2.
|
|
15813
|
+
var VERSION = exports.VERSION = "2.62.0";
|
|
15814
15814
|
|
|
15815
15815
|
/**
|
|
15816
15816
|
* Streamer API namespace.
|
|
@@ -16719,7 +16719,7 @@ messages.control.StreamEntitlementType = {
|
|
|
16719
16719
|
DL: "Delayed",
|
|
16720
16720
|
DLO: "Delayed CBOE One",
|
|
16721
16721
|
DLN: "Delayed NASDAQ",
|
|
16722
|
-
|
|
16722
|
+
RTQ: "QM Zero",
|
|
16723
16723
|
NA: "Not Entitled"
|
|
16724
16724
|
};
|
|
16725
16725
|
|