@nsshunt/stsappframework 3.3.7 → 3.3.9
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 +24 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsappframework",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"LICENSE",
|
|
25
25
|
"README.md"
|
|
26
26
|
],
|
|
27
|
-
"author": "
|
|
27
|
+
"author": "STS",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"bugs": {
|
|
30
30
|
"url": "https://github.com/nsshunt/stsappframework/issues"
|
|
@@ -35,40 +35,37 @@
|
|
|
35
35
|
"@types/debug": "^4.1.12",
|
|
36
36
|
"@types/express": "^5.0.0",
|
|
37
37
|
"@types/uuid": "^10.0.0",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
39
|
-
"@typescript-eslint/parser": "^8.
|
|
40
|
-
"eslint": "^9.
|
|
41
|
-
"globals": "^15.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
39
|
+
"@typescript-eslint/parser": "^8.19.1",
|
|
40
|
+
"eslint": "^9.17.0",
|
|
41
|
+
"globals": "^15.14.0",
|
|
42
42
|
"jest": "^29.7.0",
|
|
43
|
-
"testcontainers": "^10.
|
|
44
|
-
"typescript": "^5.7.
|
|
45
|
-
"vite": "^6.0.
|
|
46
|
-
"vitest": "^2.1.
|
|
43
|
+
"testcontainers": "^10.16.0",
|
|
44
|
+
"typescript": "^5.7.3",
|
|
45
|
+
"vite": "^6.0.7",
|
|
46
|
+
"vitest": "^2.1.8"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@grpc/grpc-js": "^1.12.
|
|
50
|
-
"@grpc/grpc-js-xds": "^1.12.0",
|
|
49
|
+
"@grpc/grpc-js": "^1.12.5",
|
|
51
50
|
"@grpc/proto-loader": "^0.7.13",
|
|
52
|
-
"@nsshunt/stsconfig": "^1.27.
|
|
53
|
-
"@nsshunt/stsdatamanagement": "^1.18.
|
|
54
|
-
"@nsshunt/stsobservability": "^1.0.
|
|
55
|
-
"@nsshunt/stssocketioutils": "^1.1.
|
|
56
|
-
"@nsshunt/stsutils": "^1.19.
|
|
51
|
+
"@nsshunt/stsconfig": "^1.27.10",
|
|
52
|
+
"@nsshunt/stsdatamanagement": "^1.18.94",
|
|
53
|
+
"@nsshunt/stsobservability": "^1.0.95",
|
|
54
|
+
"@nsshunt/stssocketioutils": "^1.1.12",
|
|
55
|
+
"@nsshunt/stsutils": "^1.19.19",
|
|
57
56
|
"@socket.io/cluster-adapter": "^0.2.2",
|
|
58
|
-
"@socket.io/redis-adapter": "^8.3.0",
|
|
59
57
|
"@socket.io/redis-streams-adapter": "^0.2.2",
|
|
60
58
|
"@types/on-headers": "^1.0.3",
|
|
61
59
|
"@types/pidusage": "^2.0.5",
|
|
62
|
-
"axios": "^1.7.
|
|
60
|
+
"axios": "^1.7.9",
|
|
63
61
|
"chalk": "^4.1.2",
|
|
64
62
|
"cookie-parser": "^1.4.7",
|
|
65
63
|
"cors": "^2.8.5",
|
|
66
|
-
"debug": "^4.
|
|
67
|
-
"express": "^4.21.
|
|
68
|
-
"google-protobuf": "^3.21.4",
|
|
64
|
+
"debug": "^4.4.0",
|
|
65
|
+
"express": "^4.21.2",
|
|
69
66
|
"http-status-codes": "^2.3.0",
|
|
67
|
+
"ioredis": "^5.4.2",
|
|
70
68
|
"jayson": "^4.1.3",
|
|
71
|
-
"minimist": "^1.2.8",
|
|
72
69
|
"on-headers": "^1.0.2",
|
|
73
70
|
"pidusage": "^3.0.2",
|
|
74
71
|
"prom-client": "^15.1.3",
|
|
@@ -76,9 +73,10 @@
|
|
|
76
73
|
"socket.io": "^4.8.1",
|
|
77
74
|
"socket.io-adapter": "^2.5.5",
|
|
78
75
|
"socket.io-client": "^4.8.1",
|
|
79
|
-
"systeminformation": "^5.
|
|
76
|
+
"systeminformation": "^5.25.6",
|
|
80
77
|
"tiny-emitter": "^2.1.0",
|
|
81
|
-
"uuid": "^11.0.
|
|
82
|
-
"winston": "^3.17.0"
|
|
78
|
+
"uuid": "^11.0.4",
|
|
79
|
+
"winston": "^3.17.0",
|
|
80
|
+
"winston-transport": "^4.9.0"
|
|
83
81
|
}
|
|
84
82
|
}
|