@nsshunt/stsappframework 3.0.148 → 3.0.150
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 +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsappframework",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.150",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/nsshunt/stsappframework#readme",
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/preset-env": "^7.23.
|
|
28
|
+
"@babel/preset-env": "^7.23.8",
|
|
29
29
|
"@babel/preset-typescript": "^7.23.3",
|
|
30
30
|
"@tsconfig/node20": "^20.1.2",
|
|
31
31
|
"@types/cookie-parser": "^1.4.6",
|
|
@@ -36,30 +36,30 @@
|
|
|
36
36
|
"@types/lodash": "^4.14.202",
|
|
37
37
|
"@types/pg": "^8.10.9",
|
|
38
38
|
"@types/uuid": "^9.0.7",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
40
|
-
"@typescript-eslint/parser": "^6.
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
|
40
|
+
"@typescript-eslint/parser": "^6.19.0",
|
|
41
41
|
"eslint": "^8.56.0",
|
|
42
42
|
"jest": "^29.7.0",
|
|
43
|
-
"supertest": "^6.3.
|
|
44
|
-
"testcontainers": "^10.
|
|
43
|
+
"supertest": "^6.3.4",
|
|
44
|
+
"testcontainers": "^10.6.0",
|
|
45
45
|
"typescript": "^5.3.3",
|
|
46
|
-
"vite": "^5.0.
|
|
46
|
+
"vite": "^5.0.11"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@influxdata/influxdb-client": "^1.33.2",
|
|
50
50
|
"@influxdata/influxdb-client-apis": "^1.33.2",
|
|
51
|
-
"@nsshunt/stsconfig": "^1.25.
|
|
52
|
-
"@nsshunt/stsdatamanagement": "^1.17.
|
|
53
|
-
"@nsshunt/stsinstrumentation": "^7.0.
|
|
54
|
-
"@nsshunt/stspublisherserver": "^2.0.
|
|
55
|
-
"@nsshunt/stssocketio-client": "^1.0.
|
|
56
|
-
"@nsshunt/stsutils": "^1.16.
|
|
51
|
+
"@nsshunt/stsconfig": "^1.25.78",
|
|
52
|
+
"@nsshunt/stsdatamanagement": "^1.17.154",
|
|
53
|
+
"@nsshunt/stsinstrumentation": "^7.0.19",
|
|
54
|
+
"@nsshunt/stspublisherserver": "^2.0.53",
|
|
55
|
+
"@nsshunt/stssocketio-client": "^1.0.5",
|
|
56
|
+
"@nsshunt/stsutils": "^1.16.31",
|
|
57
57
|
"@socket.io/cluster-adapter": "^0.2.2",
|
|
58
58
|
"@socket.io/redis-streams-adapter": "^0.1.0",
|
|
59
59
|
"@types/on-headers": "^1.0.3",
|
|
60
60
|
"@types/pidusage": "^2.0.5",
|
|
61
61
|
"@types/tough-cookie": "^4.0.5",
|
|
62
|
-
"axios": "^1.6.
|
|
62
|
+
"axios": "^1.6.5",
|
|
63
63
|
"chalk": "^4.1.2",
|
|
64
64
|
"cookie-parser": "^1.4.6",
|
|
65
65
|
"cors": "^2.8.5",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"pidusage": "^3.0.2",
|
|
76
76
|
"prom-client": "^15.1.0",
|
|
77
77
|
"redis": "^4.6.12",
|
|
78
|
-
"socket.io": "^4.7.
|
|
79
|
-
"socket.io-client": "^4.7.
|
|
78
|
+
"socket.io": "^4.7.4",
|
|
79
|
+
"socket.io-client": "^4.7.4",
|
|
80
80
|
"systeminformation": "^5.21.22",
|
|
81
81
|
"tiny-emitter": "^2.1.0",
|
|
82
82
|
"tough-cookie": "^4.1.3",
|
|
83
83
|
"uuid": "^9.0.1",
|
|
84
|
-
"vitest": "^1.1
|
|
84
|
+
"vitest": "^1.2.1"
|
|
85
85
|
}
|
|
86
86
|
}
|