express-zod-api 5.5.1 → 5.5.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 +20 -0
- package/SECURITY.md +1 -1
- package/dist-esm/package.json +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
## Version 5
|
|
4
4
|
|
|
5
|
+
### v5.5.5
|
|
6
|
+
|
|
7
|
+
- `winston-transport` version is 4.5.0.
|
|
8
|
+
|
|
9
|
+
### v5.5.4
|
|
10
|
+
|
|
11
|
+
- `express-fileupload` version is 1.3.1.
|
|
12
|
+
|
|
13
|
+
### v5.5.3
|
|
14
|
+
|
|
15
|
+
- `winston` version is 3.5.1.
|
|
16
|
+
- I made a website for the library available on following domains:
|
|
17
|
+
- [https://ez.robintail.cz](https://ez.robintail.cz) and
|
|
18
|
+
- [https://express-zod-api.vercel.app](https://express-zod-api.vercel.app).
|
|
19
|
+
- Currently, it provides the documentation for each release in a way I find more suitable.
|
|
20
|
+
|
|
21
|
+
### v5.5.2
|
|
22
|
+
|
|
23
|
+
- `winston` version is 3.5.0.
|
|
24
|
+
|
|
5
25
|
### v5.5.1
|
|
6
26
|
|
|
7
27
|
- In this version, the OpenAPI documentation generator throws an error when using `z.upload()` within response schema.
|
package/SECURITY.md
CHANGED
|
@@ -16,6 +16,6 @@
|
|
|
16
16
|
Found a vulnerability or other security issue?
|
|
17
17
|
|
|
18
18
|
Please urgently inform me privately by
|
|
19
|
-
[email](https://github.com/RobinTail/express-zod-api/blob/master/package.json#
|
|
19
|
+
[email](https://github.com/RobinTail/express-zod-api/blob/master/package.json#L103).
|
|
20
20
|
|
|
21
21
|
I will try to fix it as soon as possible.
|
package/dist-esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"5.5.
|
|
1
|
+
{"type":"module","version":"5.5.5"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-zod-api",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.5",
|
|
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": {
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"@types/node": "*",
|
|
42
42
|
"compression": "1.7.4",
|
|
43
43
|
"express": "4.17.2",
|
|
44
|
-
"express-fileupload": "1.
|
|
44
|
+
"express-fileupload": "1.3.1",
|
|
45
45
|
"http-errors": "2.0.0",
|
|
46
46
|
"mime": "3.0.0",
|
|
47
47
|
"openapi3-ts": "2.0.1",
|
|
48
48
|
"ramda": "0.28.0",
|
|
49
49
|
"triple-beam": "1.3.0",
|
|
50
|
-
"winston": "3.
|
|
50
|
+
"winston": "3.5.1",
|
|
51
51
|
"zod": "3.11.6"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"type": "git",
|
|
97
97
|
"url": "https://github.com/RobinTail/express-zod-api.git"
|
|
98
98
|
},
|
|
99
|
+
"homepage": "https://ez.robintail.cz",
|
|
99
100
|
"author": {
|
|
100
101
|
"name": "Anna Bocharova",
|
|
101
102
|
"url": "https://robintail.cz",
|