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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Version 5
4
4
 
5
+ ### v5.3.2
6
+
7
+ - No changes.
8
+
5
9
  ### v5.3.1
6
10
 
7
11
  - Fixed issue #269: async refinements in I/O schemas of endpoints and middlewares.
package/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
  ![CI](https://github.com/RobinTail/express-zod-api/actions/workflows/node.js.yml/badge.svg)
6
6
  ![Swagger Validator](https://img.shields.io/swagger/valid/3.0?specUrl=https%3A%2F%2Fraw.githubusercontent.com%2FRobinTail%2Fexpress-zod-api%2Fmaster%2Fexample%2Fexample.swagger.yaml)
7
- ![Coverage](https://raw.githubusercontent.com/RobinTail/express-zod-api/master/coverage.svg)
7
+ [![coverage](https://coveralls.io/repos/github/RobinTail/express-zod-api/badge.svg)](https://coveralls.io/github/RobinTail/express-zod-api)
8
8
 
9
- ![downloads](https://img.shields.io/npm/dw/express-zod-api)
10
- ![npm release](https://img.shields.io/npm/v/express-zod-api?color=teal&label=latest)
11
- ![GitHub Repo stars](https://img.shields.io/github/stars/RobinTail/express-zod-api)
12
- ![License](https://img.shields.io/npm/l/express-zod-api)
9
+ ![downloads](https://img.shields.io/npm/dw/express-zod-api.svg)
10
+ ![npm release](https://img.shields.io/npm/v/express-zod-api.svg?color=green25&label=latest)
11
+ ![GitHub Repo stars](https://img.shields.io/github/stars/RobinTail/express-zod-api.svg)
12
+ ![License](https://img.shields.io/npm/l/express-zod-api.svg?color=green25)
13
13
 
14
14
  Start your API server with I/O schema validation and custom middlewares in minutes.
15
15
 
@@ -1 +1 @@
1
- {"type":"module","version":"5.3.1"}
1
+ {"type":"module","version":"5.3.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
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": {