@nsshunt/stsdatamanagement 1.17.104 → 1.17.105

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