@orpc/transformer
Advanced tools
Comparing version 0.0.0-next.6a8bf13 to 0.0.0-next.7b4c812
@@ -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.6a8bf13", | ||
"version": "0.0.0-next.7b4c812", | ||
"license": "MIT", | ||
@@ -36,5 +36,5 @@ "homepage": "https://orpc.unnoq.com", | ||
"wildcard-match": "^5.1.3", | ||
"zod": "^3.23.8", | ||
"@orpc/shared": "0.0.0-next.6a8bf13", | ||
"@orpc/zod": "0.0.0-next.6a8bf13" | ||
"zod": "^3.24.1", | ||
"@orpc/shared": "0.0.0-next.7b4c812", | ||
"@orpc/zod": "0.0.0-next.7b4c812" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
39049
1045
+ Added@orpc/shared@0.0.0-next.7b4c812(transitive)
+ Added@orpc/zod@0.0.0-next.7b4c812(transitive)
+ Added@standard-schema/spec@1.0.0-beta.4(transitive)
- Removed@orpc/shared@0.0.0-next.6a8bf13(transitive)
- Removed@orpc/zod@0.0.0-next.6a8bf13(transitive)
Updated@orpc/zod@0.0.0-next.7b4c812
Updatedzod@^3.24.1