express-zod-api 12.5.1 → 14.0.0-beta2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "12.5.1",
3
+ "version": "14.0.0-beta2",
4
4
  "description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -47,37 +47,38 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@types/compression": "^1.7.3",
50
- "@types/express-fileupload": "^1.4.1",
51
- "@types/http-errors": "^2.0.1",
52
- "@types/node": "*",
53
- "compression": "1.7.4",
54
- "express-fileupload": "1.4.1",
55
- "http-errors": "2.0.0",
56
- "mime": "3.0.0",
50
+ "@types/express-fileupload": "^1.4.2",
51
+ "compression": "~1.7.4",
52
+ "express-fileupload": "~1.4.1",
57
53
  "openapi3-ts": "^4.1.2",
58
- "ramda": "0.29.1",
59
- "triple-beam": "^1.4.1"
54
+ "ramda": "~0.29.1"
60
55
  },
61
56
  "peerDependencies": {
62
57
  "@types/express": "^4.17.13",
58
+ "@types/http-errors": "^2.0.2",
63
59
  "@types/jest": "*",
60
+ "@types/node": "*",
64
61
  "express": "^4.18.2",
62
+ "http-errors": "^2.0.0",
65
63
  "jest": ">=28 <30",
66
64
  "typescript": "^5.1.3",
67
65
  "winston": "^3.10.0",
68
- "zod": "^3.21.4"
66
+ "zod": "^3.22.3"
69
67
  },
70
68
  "peerDependenciesMeta": {
71
69
  "@types/express": {
72
70
  "optional": true
73
71
  },
74
- "@types/jest": {
72
+ "@types/http-errors": {
75
73
  "optional": true
76
74
  },
77
- "jest": {
75
+ "@types/node": {
78
76
  "optional": true
79
77
  },
80
- "typescript": {
78
+ "@types/jest": {
79
+ "optional": true
80
+ },
81
+ "jest": {
81
82
  "optional": true
82
83
  }
83
84
  },
@@ -90,8 +91,9 @@
90
91
  "@types/cors": "^2.8.14",
91
92
  "@types/express": "^4.17.17",
92
93
  "@types/has-ansi": "^5.0.0",
94
+ "@types/http-errors": "^2.0.2",
93
95
  "@types/jest": "^29.5.4",
94
- "@types/mime": "^3.0.1",
96
+ "@types/node": "^20.8.4",
95
97
  "@types/ramda": "^0.29.3",
96
98
  "@types/triple-beam": "^1.3.2",
97
99
  "@typescript-eslint/eslint-plugin": "^6.6.0",
@@ -108,6 +110,7 @@
108
110
  "express": "^4.18.2",
109
111
  "form-data": "^4.0.0",
110
112
  "has-ansi": "^4.0.1",
113
+ "http-errors": "^2.0.0",
111
114
  "husky": "^8.0.3",
112
115
  "jest": "^29.6.4",
113
116
  "make-coverage-badge": "^1.2.0",
@@ -118,7 +121,7 @@
118
121
  "tsup": "^7.2.0",
119
122
  "typescript": "^5.2.2",
120
123
  "winston": "^3.10.0",
121
- "zod": "^3.22.2"
124
+ "zod": "^3.22.3"
122
125
  },
123
126
  "engines": {
124
127
  "node": "^18.0.0 || ^20.1.0"