@fjell/express-router 4.4.0 → 4.4.1

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 CHANGED
@@ -1,71 +1,72 @@
1
1
  {
2
2
  "name": "@fjell/express-router",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Express Router for Fjell",
6
6
  "engines": {
7
7
  "node": ">=21"
8
8
  },
9
- "main": "dist/index.js",
9
+ "main": "dist/index.cjs",
10
+ "module": "dist/index.js",
10
11
  "exports": {
11
12
  ".": {
12
13
  "types": "./dist/index.d.ts",
13
- "require": "./dist/index.js",
14
- "import": "./dist/index.js"
14
+ "import": "./dist/index.js",
15
+ "require": "./dist/index.cjs"
15
16
  }
16
17
  },
17
18
  "type": "module",
18
19
  "dependencies": {
19
- "@fjell/core": "^4.4",
20
- "@fjell/lib": "^4.4",
21
- "@fjell/logging": "^4.4",
22
- "@google-cloud/firestore": "^7.11.0",
20
+ "@fjell/core": "^4.4.3",
21
+ "@fjell/lib": "^4.4.1",
22
+ "@fjell/logging": "^4.4.3",
23
+ "@google-cloud/firestore": "^7.11.1",
23
24
  "cors": "^2.8.5",
24
25
  "dayjs": "^1.11.13",
25
26
  "deepmerge": "^4.3.1",
26
- "dotenv": "^16.4.7",
27
+ "dotenv": "^16.5.0",
27
28
  "express": "^4.21.2",
28
- "multer": "^1.4.5-lts.1",
29
- "nodemailer": "^6.10.0",
29
+ "multer": "1.4.5-lts.2",
30
+ "nodemailer": "^6.10.1",
30
31
  "response-time": "^2.3.3",
31
32
  "specifier-resolution-node": "^1.1.4",
32
- "supertest": "^7.0.0",
33
+ "supertest": "^7.1.1",
33
34
  "winston": "^3.17.0"
34
35
  },
35
36
  "devDependencies": {
36
- "@babel/preset-env": "^7.26.9",
37
- "@babel/preset-react": "^7.26.3",
38
- "@babel/preset-typescript": "^7.26.0",
37
+ "@babel/preset-env": "^7.27.2",
38
+ "@babel/preset-react": "^7.27.1",
39
+ "@babel/preset-typescript": "^7.27.1",
39
40
  "@eslint/eslintrc": "^3.3.1",
40
- "@eslint/js": "^9.27.0",
41
+ "@eslint/js": "^9.29.0",
41
42
  "@jest/globals": "^29.7.0",
42
- "@swc/core": "^1.11.24",
43
- "@tsconfig/recommended": "^1.0.8",
44
- "@types/cors": "^2.8.17",
45
- "@types/express": "^4.17.21",
43
+ "@swc/core": "^1.12.1",
44
+ "@tsconfig/recommended": "^1.0.9",
45
+ "@types/cors": "^2.8.19",
46
+ "@types/express": "^4.17.23",
46
47
  "@types/jest": "^29.5.14",
47
- "@types/multer": "^1.4.12",
48
- "@types/node": "^20.17.19",
48
+ "@types/multer": "^1.4.13",
49
+ "@types/node": "^20.19.1",
49
50
  "@types/nodemailer": "^6.4.17",
50
- "@types/react": "^18.3.18",
51
- "@types/response-time": "^2.3.8",
52
- "@typescript-eslint/eslint-plugin": "^8.24.1",
53
- "@typescript-eslint/parser": "^8.24.1",
54
- "@vitest/coverage-v8": "^3.1.4",
55
- "@vitest/ui": "^3.1.4",
51
+ "@types/react": "^18.3.23",
52
+ "@types/response-time": "^2.3.9",
53
+ "@typescript-eslint/eslint-plugin": "^8.34.1",
54
+ "@typescript-eslint/parser": "^8.34.1",
55
+ "@vitest/coverage-v8": "^3.2.4",
56
+ "@vitest/ui": "^3.2.4",
56
57
  "concurrently": "^9.1.2",
57
- "eslint": "^9.21.0",
58
+ "eslint": "^9.29.0",
58
59
  "jest": "^29.7.0",
59
- "nodemon": "^3.1.9",
60
+ "nodemon": "^3.1.10",
60
61
  "rimraf": "^6.0.1",
61
- "ts-jest": "^29.2.5",
62
+ "ts-jest": "^29.4.0",
62
63
  "ts-node": "^10.9.2",
63
- "tsc-alias": "^1.8.10",
64
- "typescript": "^5.7.3",
64
+ "tsc-alias": "^1.8.16",
65
+ "typescript": "^5.8.3",
65
66
  "vite": "^6.3.5",
66
67
  "vite-plugin-dts": "^4.5.4",
67
68
  "vite-plugin-node": "^5.0.1",
68
- "vitest": "^3.1.4"
69
+ "vitest": "^3.2.4"
69
70
  },
70
71
  "repository": {
71
72
  "type": "git",