express-zod-api 14.0.3-beta1 → 14.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Version 14
4
4
 
5
+ ### v14.0.3
6
+
7
+ - Fixed issue #1269 reported by [@alindsay55661](https://github.com/alindsay55661):
8
+ - `TS4023: Exported variable ... has or is using name Metadata from external module ... but cannot be named.`
9
+
5
10
  ### v14.0.2
6
11
 
7
12
  - Refactoring: consistent implementation for creating and starting HTTP and HTTPS servers in `createServer()` method.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-zod-api",
3
- "version": "14.0.3-beta1",
3
+ "version": "14.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": {