express-zod-api 6.0.0 → 6.0.3
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 +13 -0
- package/dist-esm/package.json +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
## Version 6
|
|
4
4
|
|
|
5
|
+
### v6.0.3
|
|
6
|
+
|
|
7
|
+
- `zod` version is 3.14.4.
|
|
8
|
+
- `winston` version is 3.7.2.
|
|
9
|
+
|
|
10
|
+
### v6.0.2
|
|
11
|
+
|
|
12
|
+
- `zod` version is 3.14.3.
|
|
13
|
+
|
|
14
|
+
### v6.0.1
|
|
15
|
+
|
|
16
|
+
- `zod` version is 3.14.2.
|
|
17
|
+
|
|
5
18
|
### v6.0.0
|
|
6
19
|
|
|
7
20
|
- Technically this version contains all the same changes and improvements as 5.9.0-beta1.
|
package/dist-esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"type":"module","version":"6.0.
|
|
1
|
+
{"type":"module","version":"6.0.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-zod-api",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
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,8 +47,8 @@
|
|
|
47
47
|
"openapi3-ts": "2.0.2",
|
|
48
48
|
"ramda": "0.28.0",
|
|
49
49
|
"triple-beam": "1.3.0",
|
|
50
|
-
"winston": "3.
|
|
51
|
-
"zod": "3.
|
|
50
|
+
"winston": "3.7.2",
|
|
51
|
+
"zod": "3.14.4"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@types/jest": "*",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"cors": "^2.8.5",
|
|
76
76
|
"eslint": "^8.2.0",
|
|
77
77
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
78
|
-
"eslint-config-airbnb-typescript": "^
|
|
78
|
+
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
79
79
|
"eslint-config-prettier": "^8.3.0",
|
|
80
80
|
"eslint-plugin-import": "^2.25.3",
|
|
81
81
|
"eslint-plugin-prettier": "^4.0.0",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"jest": "^27.3.1",
|
|
85
85
|
"make-coverage-badge": "^1.2.0",
|
|
86
86
|
"node-fetch": "^2.6.5",
|
|
87
|
-
"prettier": "2.
|
|
87
|
+
"prettier": "2.6.2",
|
|
88
88
|
"ts-jest": "^27.0.7",
|
|
89
89
|
"ts-node": "^10.4.0",
|
|
90
|
-
"tsd": "^0.
|
|
90
|
+
"tsd": "^0.20.0",
|
|
91
91
|
"typescript": "^4.5.2",
|
|
92
92
|
"winston-transport": "^4.4.0"
|
|
93
93
|
},
|