@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.
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@millistream/millistream-widgets",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Millistream widgets node package",
5
5
  "main": "millistream-widgets.js",
6
6
  "scripts": {