express-zod-api 21.0.0-beta.3 → 21.0.0-beta.5
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/CHANGELOG.md +80 -20
- package/README.md +58 -73
- package/dist/index.cjs +7 -7
- package/dist/index.d.cts +56 -68
- package/dist/index.d.ts +56 -68
- package/dist/index.js +7 -7
- package/migration/index.cjs +1 -1
- package/migration/index.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-zod-api",
|
|
3
|
-
"version": "21.0.0-beta.
|
|
3
|
+
"version": "21.0.0-beta.5",
|
|
4
4
|
"description": "A Typescript framework 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
|
"repository": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@types/ramda": "^0.30.0",
|
|
128
128
|
"@types/semver": "^7.5.8",
|
|
129
129
|
"@types/swagger-ui-express": "^4.1.6",
|
|
130
|
-
"@typescript-eslint/rule-tester": "^8.0
|
|
130
|
+
"@typescript-eslint/rule-tester": "^8.15.0",
|
|
131
131
|
"@vitest/coverage-v8": "^2.1.5",
|
|
132
132
|
"camelize-ts": "^3.0.0",
|
|
133
133
|
"compression": "^1.7.4",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"tsup": "^8.0.0",
|
|
152
152
|
"tsx": "^4.6.2",
|
|
153
153
|
"typescript": "^5.5.2",
|
|
154
|
-
"typescript-eslint": "^8.
|
|
154
|
+
"typescript-eslint": "^8.15.0",
|
|
155
155
|
"undici": "^6.19.8",
|
|
156
156
|
"vitest": "^2.1.5",
|
|
157
157
|
"zod": "^3.23.0"
|