@anatine/zod-openapi
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.12.1](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.12.0...zod-openapi-1.12.1) (2023-04-23) | ||
## [1.12.0](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.11.1...zod-openapi-1.12.0) (2023-01-17) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@anatine/zod-openapi", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "Zod to OpenAPI converter", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -68,2 +68,5 @@ "use strict"; | ||
break; | ||
case 'datetime': | ||
baseSchema.format = 'date-time'; | ||
break; | ||
case 'length': | ||
@@ -70,0 +73,0 @@ baseSchema.minLength = item.value; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35186
304