@nsshunt/stsappframework 3.1.233 → 3.1.234

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/build.sh +2 -5
  2. package/package.json +16 -16
package/build.sh CHANGED
@@ -1,10 +1,7 @@
1
1
  #!/bin/sh
2
- echo Remove build files
3
2
  rm -rf dist
4
3
  rm -rf types
5
- echo Install npm modules
6
- npm i
7
- echo Build
4
+ npm i --verbose
8
5
  npm run build
9
6
  RESULT=$?
10
7
  if [ $RESULT -eq 0 ]; then
@@ -19,7 +16,7 @@ if [ $RESULT -eq 0 ]; then
19
16
  echo success test
20
17
  git commit -a -m "changed"
21
18
  npm version patch
22
- npm i
19
+ npm i --verbose
23
20
  git commit -a -m "changed"
24
21
  git push
25
22
  else
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsappframework",
3
- "version": "3.1.233",
3
+ "version": "3.1.234",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./types/index.d.ts",
@@ -28,28 +28,28 @@
28
28
  "@babel/preset-env": "^7.26.0",
29
29
  "@babel/preset-typescript": "^7.26.0",
30
30
  "@eslint/eslintrc": "^3.1.0",
31
- "@eslint/js": "^9.13.0",
31
+ "@eslint/js": "^9.14.0",
32
32
  "@tsconfig/node20": "^20.1.4",
33
33
  "@types/cookie-parser": "^1.4.7",
34
34
  "@types/debug": "^4.1.12",
35
35
  "@types/express": "^4.17.21",
36
36
  "@types/uuid": "^10.0.0",
37
- "@typescript-eslint/eslint-plugin": "^8.12.1",
38
- "@typescript-eslint/parser": "^8.12.1",
39
- "eslint": "^9.13.0",
40
- "globals": "^15.11.0",
37
+ "@typescript-eslint/eslint-plugin": "^8.14.0",
38
+ "@typescript-eslint/parser": "^8.14.0",
39
+ "eslint": "^9.14.0",
40
+ "globals": "^15.12.0",
41
41
  "jest": "^29.7.0",
42
- "testcontainers": "^10.13.1",
42
+ "testcontainers": "^10.14.0",
43
43
  "typescript": "^5.6.3",
44
- "vite": "^5.4.10",
45
- "vitest": "^2.1.4"
44
+ "vite": "^5.4.11",
45
+ "vitest": "^2.1.5"
46
46
  },
47
47
  "dependencies": {
48
- "@nsshunt/stsconfig": "^1.25.167",
49
- "@nsshunt/stsdatamanagement": "^1.18.83",
50
- "@nsshunt/stsobservability": "^1.0.84",
48
+ "@nsshunt/stsconfig": "^1.25.170",
49
+ "@nsshunt/stsdatamanagement": "^1.18.84",
50
+ "@nsshunt/stsobservability": "^1.0.85",
51
51
  "@nsshunt/stssocketioutils": "^1.0.3",
52
- "@nsshunt/stsutils": "^1.16.91",
52
+ "@nsshunt/stsutils": "^1.16.93",
53
53
  "@socket.io/cluster-adapter": "^0.2.2",
54
54
  "@socket.io/redis-adapter": "^8.3.0",
55
55
  "@socket.io/redis-streams-adapter": "^0.2.2",
@@ -57,10 +57,10 @@
57
57
  "@types/pidusage": "^2.0.5",
58
58
  "axios": "^1.7.7",
59
59
  "chalk": "^4.1.2",
60
- "cookie-parser": "^1.4.6",
60
+ "cookie-parser": "^1.4.7",
61
61
  "cors": "^2.8.5",
62
62
  "debug": "^4.3.7",
63
- "express": "^4.19.1",
63
+ "express": "^4.21.1",
64
64
  "http-status-codes": "^2.3.0",
65
65
  "jayson": "^4.1.2",
66
66
  "on-headers": "^1.0.2",
@@ -72,6 +72,6 @@
72
72
  "systeminformation": "^5.23.5",
73
73
  "tiny-emitter": "^2.1.0",
74
74
  "uuid": "^10.0.0",
75
- "winston": "^3.14.2"
75
+ "winston": "^3.17.0"
76
76
  }
77
77
  }