@orpc/transformer
Advanced tools
Comparing version 0.0.0-next.3f3f19b to 0.0.0-next.4555a17
@@ -236,2 +236,5 @@ // src/openapi/deserializer.ts | ||
function zodCoerce(schema, value, options) { | ||
if (schema["~standard"].vendor !== "zod") { | ||
return value; | ||
} | ||
const isRoot = options?.isRoot ?? true; | ||
@@ -238,0 +241,0 @@ const options_ = { ...options, isRoot: false }; |
{ | ||
"name": "@orpc/transformer", | ||
"type": "module", | ||
"version": "0.0.0-next.3f3f19b", | ||
"version": "0.0.0-next.4555a17", | ||
"license": "MIT", | ||
@@ -37,4 +37,4 @@ "homepage": "https://orpc.unnoq.com", | ||
"zod": "^3.24.1", | ||
"@orpc/shared": "0.0.0-next.3f3f19b", | ||
"@orpc/zod": "0.0.0-next.3f3f19b" | ||
"@orpc/shared": "0.0.0-next.4555a17", | ||
"@orpc/zod": "0.0.0-next.4555a17" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
39049
1045
+ Added@orpc/shared@0.0.0-next.4555a17(transitive)
+ Added@orpc/zod@0.0.0-next.4555a17(transitive)
+ Added@standard-schema/spec@1.0.0-beta.4(transitive)
- Removed@orpc/shared@0.0.0-next.3f3f19b(transitive)
- Removed@orpc/zod@0.0.0-next.3f3f19b(transitive)
Updated@orpc/zod@0.0.0-next.4555a17