express-zod-api
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,2 +5,12 @@ # Changelog | ||
### v1.3.2 | ||
- Updated the development package `path-parse` from 1.0.6 to 1.0.7. | ||
An audit revealed a vulnerability, but this package is not included in the build. | ||
``` | ||
info Reasons this module exists | ||
- "jest#@jest#core#jest-resolve#resolve" depends on it | ||
- Hoisted from "jest#@jest#core#jest-resolve#resolve#path-parse" | ||
``` | ||
### v1.3.1 | ||
@@ -7,0 +17,0 @@ |
@@ -112,3 +112,3 @@ "use strict"; | ||
this._usedRef = {}; | ||
var mimeJson = mime_1.lookup('.json'); | ||
var mimeJson = mime_1.lookup('json'); | ||
this.builder = new openapi3_ts_1.OpenApiBuilder() | ||
@@ -115,0 +115,0 @@ .addInfo({ title: title, version: version }) |
{ | ||
"name": "express-zod-api", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"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,0 +5,0 @@ "license": "MIT", |
@@ -126,3 +126,3 @@ # Express Zod API | ||
id: z.number(), | ||
name: z.string, | ||
name: z.string(), | ||
}), | ||
@@ -129,0 +129,0 @@ output: z.object({ |
Sorry, the diff of this file is not supported yet
107284