@nsshunt/stsdatamanagement 1.18.192 → 1.18.194
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.
- package/db-scripts/builddb.sql +1 -1
- package/package.json +13 -13
package/db-scripts/builddb.sql
CHANGED
|
@@ -807,7 +807,7 @@ ALTER FUNCTION public.delete_stsresource_latest(character varying, character var
|
|
|
807
807
|
CREATE TABLE public.stsentity
|
|
808
808
|
(
|
|
809
809
|
oid bigint NOT NULL DEFAULT nextval('stsentity_oid_seq'::regclass),
|
|
810
|
-
resourceoid
|
|
810
|
+
resourceoid bigint NOT NULL,
|
|
811
811
|
entname character varying(128) COLLATE pg_catalog."default" NOT NULL,
|
|
812
812
|
entvalue character varying(32768) COLLATE pg_catalog."default",
|
|
813
813
|
envalue_jsonb jsonb,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsdatamanagement",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.194",
|
|
4
4
|
"description": "STS Data Management Modules, Utilities and Services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/dbaccess.js",
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
"README.md"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@nsshunt/stsconfig": "^1.27.
|
|
17
|
-
"@nsshunt/stsutils": "^1.19.
|
|
18
|
-
"axios": "^1.
|
|
16
|
+
"@nsshunt/stsconfig": "^1.27.71",
|
|
17
|
+
"@nsshunt/stsutils": "^1.19.110",
|
|
18
|
+
"axios": "^1.18.1",
|
|
19
19
|
"chalk": "^5.6.2",
|
|
20
20
|
"cli-progress": "^3.12.0",
|
|
21
21
|
"http-status-codes": "^2.3.0",
|
|
22
22
|
"ioredis": "^5.11.1",
|
|
23
|
-
"pg": "^8.
|
|
23
|
+
"pg": "^8.22.0",
|
|
24
24
|
"pg-copy-streams": "^7.0.0",
|
|
25
25
|
"prompts": "^2.4.2",
|
|
26
|
-
"systeminformation": "^5.
|
|
26
|
+
"systeminformation": "^5.33.1",
|
|
27
27
|
"tiny-emitter": "^2.1.0",
|
|
28
28
|
"winston": "^3.19.0"
|
|
29
29
|
},
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"@types/pg": "^8.20.0",
|
|
34
34
|
"@types/pg-copy-streams": "^1.2.5",
|
|
35
35
|
"@types/prompts": "^2.4.9",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
38
|
-
"eslint": "^10.
|
|
39
|
-
"globals": "^17.
|
|
40
|
-
"testcontainers": "^
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.65.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.65.0",
|
|
38
|
+
"eslint": "^10.7.0",
|
|
39
|
+
"globals": "^17.7.0",
|
|
40
|
+
"testcontainers": "^12.0.4",
|
|
41
41
|
"typescript": "^6.0.3",
|
|
42
|
-
"vite": "^8.
|
|
43
|
-
"vitest": "^4.1.
|
|
42
|
+
"vite": "^8.1.5",
|
|
43
|
+
"vitest": "^4.1.10"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"lint": "eslint .",
|