@nsshunt/stsdatamanagement 1.17.117 → 1.17.119

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.
@@ -882,7 +882,7 @@ BEGIN
882
882
  sum(m.latency_histogram_gauge[5])::integer as latency_histogram_gauge_5,
883
883
  sum(m.latency_histogram_gauge[6])::integer as latency_histogram_gauge_6,
884
884
  sum(m.latency_histogram_gauge[7])::integer as latency_histogram_gauge_7
885
- from stsmonitor m
885
+ from stsmonitor m;
886
886
  END
887
887
  $$;
888
888
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.17.117",
3
+ "version": "1.17.119",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",