zod-openapi
Advanced tools
Comparing version 4.2.1 to 4.2.2-beta.0
@@ -1,1 +0,1 @@ | ||
export { currentSymbol, previousSymbol } from './extendZodTypes.js'; | ||
import './extendZodTypes.js'; |
import { z } from 'zod'; | ||
import './extendZodTypes.js'; | ||
@@ -3,0 +4,0 @@ declare function extendZodWithOpenApi(zod: typeof z): void; |
import { ZodTypeAny, z, ZodObject } from 'zod'; | ||
import { CreationType } from './create/components.js'; | ||
import { currentSymbol, previousSymbol } from './extendZodSymbols.js'; | ||
import { HeaderObject as HeaderObject$1, SchemaObject as SchemaObject$1 } from './openapi3-ts/dist/model/openapi30.js'; | ||
@@ -8,4 +9,2 @@ import { ParameterObject, ExampleObject, ReferenceObject, HeaderObject, SchemaObject as SchemaObject$2 } from './openapi3-ts/dist/model/openapi31.js'; | ||
type ReplaceDate<T> = T extends Date ? Date | string : T; | ||
declare const currentSymbol: unique symbol; | ||
declare const previousSymbol: unique symbol; | ||
/** | ||
@@ -94,3 +93,1 @@ * zod-openapi metadata | ||
} | ||
export { currentSymbol, previousSymbol }; |
{ | ||
"name": "zod-openapi", | ||
"version": "4.2.1", | ||
"version": "4.2.2-beta.0", | ||
"description": "Convert Zod Schemas to OpenAPI v3.x documentation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
40
230845
6205
1