@millistream/millistream-widgets 0.0.20 → 0.0.21
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/millistream-widgets.js +1 -0
- package/package.json +1 -1
package/millistream-widgets.js
CHANGED
|
@@ -5091,6 +5091,7 @@ function MillistreamWidgetStreamingApi(settings) {
|
|
|
5091
5091
|
}
|
|
5092
5092
|
exports.Milli_Chart = Milli_Chart;
|
|
5093
5093
|
exports.MillistreamWidgetSettings = MillistreamWidgetSettings;
|
|
5094
|
+
exports.formatDate = formatDate;
|
|
5094
5095
|
exports.MillistreamWidgetStreamingApi = MillistreamWidgetStreamingApi;
|
|
5095
5096
|
|
|
5096
5097
|
exports.setDataApiUrl = function(url) {
|