@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.
Files changed (2) hide show
  1. package/package.json +34 -34
  2. package/tsconfig.json +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsappframework",
3
- "version": "2.19.263",
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.9",
29
- "@babel/preset-typescript": "^7.22.5",
30
- "@tsconfig/node20": "^20.1.0",
31
- "@types/cookie-parser": "^1.4.3",
32
- "@types/debug": "^4.1.8",
33
- "@types/express": "^4.17.17",
34
- "@types/jest": "^29.5.3",
35
- "@types/jsonwebtoken": "^9.0.2",
36
- "@types/lodash": "^4.14.196",
37
- "@types/pg": "^8.10.2",
38
- "@types/uuid": "^9.0.2",
39
- "@typescript-eslint/eslint-plugin": "^6.2.1",
40
- "@typescript-eslint/parser": "^6.2.1",
41
- "@vitest/ui": "^0.34.1",
42
- "eslint": "^8.46.0",
43
- "jest": "^29.6.2",
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.0.1",
46
- "typescript": "^5.1.6"
45
+ "testcontainers": "^10.2.1",
46
+ "typescript": "^5.2.2"
47
47
  },
48
48
  "dependencies": {
49
- "@nsshunt/stsconfig": "^1.25.53",
50
- "@nsshunt/stsdatamanagement": "^1.17.123",
51
- "@nsshunt/stsinstrumentation": "^6.11.93",
52
- "@nsshunt/stspublisherserver": "^1.15.90",
53
- "@nsshunt/stssocketio-client": "^0.0.22",
54
- "@nsshunt/stsutils": "^1.16.9",
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.2",
58
- "@types/tough-cookie": "^4.0.2",
59
- "axios": "^1.4.0",
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.2.0",
65
+ "http-status-codes": "^2.3.0",
66
66
  "jayson": "^4.1.0",
67
- "jsonwebtoken": "^9.0.1",
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.7",
73
+ "redis": "^4.6.10",
74
74
  "socket.io": "^4.7.2",
75
75
  "socket.io-client": "^4.7.2",
76
- "systeminformation": "^5.18.10",
76
+ "systeminformation": "^5.21.9",
77
77
  "tough-cookie": "^4.1.3",
78
- "uuid": "^9.0.0",
79
- "vitest": "^0.34.1"
78
+ "uuid": "^9.0.1",
79
+ "vitest": "^0.34.5"
80
80
  }
81
81
  }
package/tsconfig.json CHANGED
@@ -9,6 +9,8 @@
9
9
  "declaration": true,
10
10
  "declarationDir": "./types",
11
11
  "declarationMap": true,
12
+
13
+ "module": "commonjs",
12
14
  "moduleResolution": "node"
13
15
  //"isolatedModules": true,
14
16
  //"allowSyntheticDefaultImports": true