@nsshunt/stsappframework 3.1.67 → 3.1.68

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsappframework",
3
- "version": "3.1.67",
3
+ "version": "3.1.68",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./types/index.d.ts",
@@ -25,41 +25,41 @@
25
25
  },
26
26
  "homepage": "https://github.com/nsshunt/stsappframework#readme",
27
27
  "devDependencies": {
28
- "@babel/preset-env": "^7.24.0",
29
- "@babel/preset-typescript": "^7.23.3",
28
+ "@babel/preset-env": "^7.24.3",
29
+ "@babel/preset-typescript": "^7.24.1",
30
30
  "@tsconfig/node20": "^20.1.2",
31
31
  "@types/cookie-parser": "^1.4.7",
32
32
  "@types/debug": "^4.1.12",
33
33
  "@types/express": "^4.17.21",
34
34
  "@types/jsonwebtoken": "^9.0.6",
35
35
  "@types/uuid": "^9.0.8",
36
- "@typescript-eslint/eslint-plugin": "^7.1.1",
37
- "@typescript-eslint/parser": "^7.1.1",
36
+ "@typescript-eslint/eslint-plugin": "^7.3.1",
37
+ "@typescript-eslint/parser": "^7.3.1",
38
38
  "eslint": "^8.57.0",
39
39
  "jest": "^29.7.0",
40
- "typescript": "^5.4.2",
41
- "vite": "^5.1.5"
40
+ "typescript": "^5.4.3",
41
+ "vite": "^5.2.2"
42
42
  },
43
43
  "dependencies": {
44
- "@grpc/grpc-js": "^1.10.1",
44
+ "@grpc/grpc-js": "^1.10.3",
45
45
  "@grpc/proto-loader": "^0.7.10",
46
46
  "@influxdata/influxdb-client": "^1.33.2",
47
47
  "@influxdata/influxdb-client-apis": "^1.33.2",
48
- "@nsshunt/stsconfig": "^1.25.91",
49
- "@nsshunt/stsdatamanagement": "^1.17.166",
50
- "@nsshunt/stsobservability": "^1.0.12",
51
- "@nsshunt/stsutils": "^1.16.55",
48
+ "@nsshunt/stsconfig": "^1.25.93",
49
+ "@nsshunt/stsdatamanagement": "^1.17.167",
50
+ "@nsshunt/stsobservability": "^1.0.13",
51
+ "@nsshunt/stsutils": "^1.16.56",
52
52
  "@socket.io/cluster-adapter": "^0.2.2",
53
- "@socket.io/redis-streams-adapter": "^0.2.0",
53
+ "@socket.io/redis-streams-adapter": "^0.2.1",
54
54
  "@types/on-headers": "^1.0.3",
55
55
  "@types/pidusage": "^2.0.5",
56
56
  "@types/tough-cookie": "^4.0.5",
57
- "axios": "^1.6.7",
57
+ "axios": "^1.6.8",
58
58
  "chalk": "^4.1.2",
59
59
  "cookie-parser": "^1.4.6",
60
60
  "cors": "^2.8.5",
61
61
  "debug": "^4.3.4",
62
- "express": "^4.18.3",
62
+ "express": "^4.19.1",
63
63
  "http-status-codes": "^2.3.0",
64
64
  "jayson": "^4.1.0",
65
65
  "jsonwebtoken": "^9.0.2",
@@ -70,14 +70,14 @@
70
70
  "pidusage": "^3.0.2",
71
71
  "prom-client": "^15.1.0",
72
72
  "redis": "^4.6.13",
73
- "socket.io": "^4.7.4",
74
- "socket.io-client": "^4.7.4",
73
+ "socket.io": "^4.7.5",
74
+ "socket.io-client": "^4.7.5",
75
75
  "supports-color": "^9.4.0",
76
- "systeminformation": "^5.22.0",
76
+ "systeminformation": "^5.22.6",
77
77
  "tiny-emitter": "^2.1.0",
78
78
  "tough-cookie": "^4.1.3",
79
79
  "uuid": "^9.0.1",
80
- "vitest": "^1.3.1",
80
+ "vitest": "^1.4.0",
81
81
  "winston": "^3.12.0"
82
82
  }
83
83
  }
package/run1.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=4 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/run2.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=4 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/run3.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=4 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/runc1.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/runc2.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/runkafka.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/runtest1.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \
package/runtest2.sh CHANGED
@@ -7,7 +7,6 @@ DB_SCRIPT_FOLDER=$STS_PROJ_ROOT/stsglobalresources/db-scripts \
7
7
  REST01_PORT=3003 \
8
8
  REST01_HOST_PORT=3003 \
9
9
  REST01_SERVICE_NAME="STSRest01-3003" \
10
- REST01_API_IDENTIFIER="https://stsmda.com.au/stsrest01api/v1.0/" \
11
10
  REST01_ENDPOINT="https://stsrest.stsmda.org" \
12
11
  MAX_CPU=1 \
13
12
  AS_ENDPOINT=https://stscore.stsmda.org \