express-zod-api 5.3.2 → 5.3.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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Version 5
4
4
 
5
+ ### v5.3.3
6
+
7
+ - `ramda` version is 0.27.2.
8
+ - `winston` version is 3.4.0.
9
+ - The version of dependent package `colors` has been strictly set to 1.4.0.
10
+ - More about this incident here: https://github.com/winstonjs/winston/pull/2008
11
+
5
12
  ### v5.3.2
6
13
 
7
14
  - No changes.
package/LICENSE CHANGED
@@ -131,24 +131,24 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
131
131
 
132
132
  Winston - https://github.com/winstonjs/winston
133
133
 
134
- Copyright (c) 2010 Charlie Robbins
135
-
136
- Permission is hereby granted, free of charge, to any person obtaining a copy
137
- of this software and associated documentation files (the "Software"), to deal
138
- in the Software without restriction, including without limitation the rights
139
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
140
- copies of the Software, and to permit persons to whom the Software is
141
- furnished to do so, subject to the following conditions:
142
-
143
- The above copyright notice and this permission notice shall be included in
144
- all copies or substantial portions of the Software.
145
-
146
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
151
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
134
+ Copyright (c) 2010 Charlie Robbins
135
+
136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
137
+ of this software and associated documentation files (the "Software"), to deal
138
+ in the Software without restriction, including without limitation the rights
139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
140
+ copies of the Software, and to permit persons to whom the Software is
141
+ furnished to do so, subject to the following conditions:
142
+
143
+ The above copyright notice and this permission notice shall be included in
144
+ all copies or substantial portions of the Software.
145
+
146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
152
152
  THE SOFTWARE.
153
153
 
154
154
 
@@ -1 +1 @@
1
- {"type":"module","version":"5.3.2"}
1
+ {"type":"module","version":"5.3.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "5.3.2",
3
+ "version": "5.3.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": {
@@ -39,9 +39,9 @@
39
39
  "http-errors": "2.0.0",
40
40
  "mime": "3.0.0",
41
41
  "openapi3-ts": "2.0.1",
42
- "ramda": "0.27.1",
42
+ "ramda": "0.27.2",
43
43
  "triple-beam": "1.3.0",
44
- "winston": "3.3.3",
44
+ "winston": "3.4.0",
45
45
  "zod": "3.11.6"
46
46
  },
47
47
  "peerDependencies": {