@nsshunt/stsdatamanagement 1.17.120 → 1.17.121

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.
@@ -852,7 +852,7 @@ BEGIN
852
852
  -- Top level query
853
853
  RETURN QUERY
854
854
  select
855
- '_',
855
+ '_'::character varying as serviceid,
856
856
  sum(m.request_count_gauge)::integer as request_count_gauge,
857
857
  sum(m.error_count_gauge)::integer as error_count_gauge,
858
858
  sum(m.retry_count_gauge)::integer as retry_count_gauge,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.17.120",
3
+ "version": "1.17.121",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",