@nsshunt/stsappframework 2.19.263 → 2.19.264
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 +34 -34
- package/tsconfig.json +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsappframework",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.264",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -25,57 +25,57 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/nsshunt/stsappframework#readme",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/preset-env": "^7.22.
|
|
29
|
-
"@babel/preset-typescript": "^7.
|
|
30
|
-
"@tsconfig/node20": "^20.1.
|
|
31
|
-
"@types/cookie-parser": "^1.4.
|
|
32
|
-
"@types/debug": "^4.1.
|
|
33
|
-
"@types/express": "^4.17.
|
|
34
|
-
"@types/jest": "^29.5.
|
|
35
|
-
"@types/jsonwebtoken": "^9.0.
|
|
36
|
-
"@types/lodash": "^4.14.
|
|
37
|
-
"@types/pg": "^8.10.
|
|
38
|
-
"@types/uuid": "^9.0.
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
40
|
-
"@typescript-eslint/parser": "^6.
|
|
41
|
-
"@vitest/ui": "^0.34.
|
|
42
|
-
"eslint": "^8.
|
|
43
|
-
"jest": "^29.
|
|
28
|
+
"@babel/preset-env": "^7.22.20",
|
|
29
|
+
"@babel/preset-typescript": "^7.23.0",
|
|
30
|
+
"@tsconfig/node20": "^20.1.2",
|
|
31
|
+
"@types/cookie-parser": "^1.4.4",
|
|
32
|
+
"@types/debug": "^4.1.9",
|
|
33
|
+
"@types/express": "^4.17.18",
|
|
34
|
+
"@types/jest": "^29.5.5",
|
|
35
|
+
"@types/jsonwebtoken": "^9.0.3",
|
|
36
|
+
"@types/lodash": "^4.14.199",
|
|
37
|
+
"@types/pg": "^8.10.3",
|
|
38
|
+
"@types/uuid": "^9.0.4",
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
40
|
+
"@typescript-eslint/parser": "^6.7.3",
|
|
41
|
+
"@vitest/ui": "^0.34.5",
|
|
42
|
+
"eslint": "^8.50.0",
|
|
43
|
+
"jest": "^29.7.0",
|
|
44
44
|
"supertest": "^6.3.3",
|
|
45
|
-
"testcontainers": "^10.
|
|
46
|
-
"typescript": "^5.
|
|
45
|
+
"testcontainers": "^10.2.1",
|
|
46
|
+
"typescript": "^5.2.2"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@nsshunt/stsconfig": "^1.25.
|
|
50
|
-
"@nsshunt/stsdatamanagement": "^1.17.
|
|
51
|
-
"@nsshunt/stsinstrumentation": "^6.11.
|
|
52
|
-
"@nsshunt/stspublisherserver": "^1.15.
|
|
53
|
-
"@nsshunt/stssocketio-client": "^0.0.
|
|
54
|
-
"@nsshunt/stsutils": "^1.16.
|
|
49
|
+
"@nsshunt/stsconfig": "^1.25.54",
|
|
50
|
+
"@nsshunt/stsdatamanagement": "^1.17.124",
|
|
51
|
+
"@nsshunt/stsinstrumentation": "^6.11.94",
|
|
52
|
+
"@nsshunt/stspublisherserver": "^1.15.93",
|
|
53
|
+
"@nsshunt/stssocketio-client": "^0.0.23",
|
|
54
|
+
"@nsshunt/stsutils": "^1.16.10",
|
|
55
55
|
"@socket.io/cluster-adapter": "^0.2.2",
|
|
56
56
|
"@socket.io/redis-streams-adapter": "^0.1.0",
|
|
57
|
-
"@types/pidusage": "^2.0.
|
|
58
|
-
"@types/tough-cookie": "^4.0.
|
|
59
|
-
"axios": "^1.
|
|
57
|
+
"@types/pidusage": "^2.0.3",
|
|
58
|
+
"@types/tough-cookie": "^4.0.3",
|
|
59
|
+
"axios": "^1.5.1",
|
|
60
60
|
"colors": "^1.4.0",
|
|
61
61
|
"cookie-parser": "^1.4.6",
|
|
62
62
|
"cors": "^2.8.5",
|
|
63
63
|
"debug": "^4.3.4",
|
|
64
64
|
"express": "^4.18.2",
|
|
65
|
-
"http-status-codes": "^2.
|
|
65
|
+
"http-status-codes": "^2.3.0",
|
|
66
66
|
"jayson": "^4.1.0",
|
|
67
|
-
"jsonwebtoken": "^9.0.
|
|
67
|
+
"jsonwebtoken": "^9.0.2",
|
|
68
68
|
"jwks-rsa": "^3.0.1",
|
|
69
69
|
"jwt-decode": "^3.1.2",
|
|
70
70
|
"kafkajs": "^2.2.4",
|
|
71
71
|
"pidusage": "^3.0.2",
|
|
72
72
|
"prom-client": "^14.2.0",
|
|
73
|
-
"redis": "^4.6.
|
|
73
|
+
"redis": "^4.6.10",
|
|
74
74
|
"socket.io": "^4.7.2",
|
|
75
75
|
"socket.io-client": "^4.7.2",
|
|
76
|
-
"systeminformation": "^5.
|
|
76
|
+
"systeminformation": "^5.21.9",
|
|
77
77
|
"tough-cookie": "^4.1.3",
|
|
78
|
-
"uuid": "^9.0.
|
|
79
|
-
"vitest": "^0.34.
|
|
78
|
+
"uuid": "^9.0.1",
|
|
79
|
+
"vitest": "^0.34.5"
|
|
80
80
|
}
|
|
81
81
|
}
|