@nsshunt/stsdatamanagement 1.17.109 → 1.17.110

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.
@@ -235,7 +235,7 @@ BEGIN
235
235
  where oid = __resoid;
236
236
 
237
237
  return query
238
- select * from stsresource where oid = __resoid;
238
+ select * from stsmonitor where oid = __resoid;
239
239
  else
240
240
  -- The current version is in an active state, raise unique violate condition
241
241
  RAISE 'Duplicate context within stsmonitor: %', _context USING ERRCODE = 'unique_violation';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.17.109",
3
+ "version": "1.17.110",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",