@nsshunt/stsdatamanagement 1.17.107 → 1.17.108

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.
@@ -229,7 +229,7 @@ BEGIN
229
229
  duration_histogram_gauge = _duration_histogram_gauge, -- 29
230
230
  latency_histogram_gauge = _latency_histogram_gauge, -- 30
231
231
 
232
- validfrom = __now
232
+ validfrom = __now,
233
233
  dbaction = 2 -- updated
234
234
 
235
235
  where oid = __resoid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.17.107",
3
+ "version": "1.17.108",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",