@nsshunt/stsdatamanagement 1.18.129 → 1.18.130

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.
@@ -218,6 +218,7 @@ CREATE TABLE stsresfhircombo (
218
218
  HASH_IDENTITY BIGINT NOT NULL,
219
219
  IDX_STRING TEXT,
220
220
  HASH_COMPLETE BIGINT,
221
+ SP_STR TEXT NOT NULL,
221
222
  UNIQUE (RES_ID, SP_NAME, IDX_STRING)
222
223
  );
223
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsdatamanagement",
3
- "version": "1.18.129",
3
+ "version": "1.18.130",
4
4
  "description": "STS Data Management Modules, Utilities and Services",
5
5
  "main": "./dist/dbaccess.js",
6
6
  "types": "./types/dbaccess.d.ts",
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "@aws-sdk/client-dynamodb": "^3.857.0",
16
16
  "@aws-sdk/lib-dynamodb": "^3.857.0",
17
- "@nsshunt/stsconfig": "^1.27.24",
18
- "@nsshunt/stsutils": "^1.19.35",
17
+ "@nsshunt/stsconfig": "^1.27.25",
18
+ "@nsshunt/stsutils": "^1.19.36",
19
19
  "axios": "^1.11.0",
20
20
  "chalk": "^4.1.2",
21
21
  "cli-progress": "^3.12.0",