express-zod-api 5.3.1 → 5.3.2
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 +4 -0
- package/README.md +5 -5
- package/dist-esm/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|

|
|
7
|
-
](https://coveralls.io/github/RobinTail/express-zod-api)
|
|
8
8
|
|
|
9
|
-

|
|
10
|
-

|
|
12
|
-

|
|
9
|
+

|
|
10
|
+

|
|
11
|
+

|
|
12
|
+

|
|
13
13
|
|
|
14
14
|
Start your API server with I/O schema validation and custom middlewares in minutes.
|
|
15
15
|
|
package/dist-esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"5.3.
|
|
1
|
+
{"type":"module","version":"5.3.2"}
|
package/package.json
CHANGED