express-zod-api 7.3.0 → 7.3.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/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Version 7
4
4
 
5
+ ### v7.3.1
6
+
7
+ - `zod-to-ts` version is 1.1.1.
8
+ - descriptions of the properties in the generated client.
9
+
5
10
  ### v7.3.0
6
11
 
7
12
  - `express-fileupload` version is 1.4.0.
@@ -1 +1 @@
1
- {"type":"module","version":"7.3.0"}
1
+ {"type":"module","version":"7.3.1"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
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": {
@@ -50,7 +50,7 @@
50
50
  "triple-beam": "1.3.0",
51
51
  "winston": "3.7.2",
52
52
  "zod": "3.17.3",
53
- "zod-to-ts": "1.0.1"
53
+ "zod-to-ts": "1.1.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@types/jest": "*",