@orpc/zod 0.34.0 → 0.35.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/coercer.d.ts +1 -1
- package/package.json +2 -2
package/dist/src/coercer.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { Schema } from '@orpc/contract';
|
2
|
-
import type { SchemaCoercer } from '@orpc/openapi/
|
2
|
+
import type { SchemaCoercer } from '@orpc/openapi/standard';
|
3
3
|
export declare class ZodCoercer implements SchemaCoercer {
|
4
4
|
coerce(schema: Schema, value: unknown): unknown;
|
5
5
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/zod",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.35.1",
|
5
5
|
"license": "MIT",
|
6
6
|
"homepage": "https://orpc.unnoq.com",
|
7
7
|
"repository": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"dist"
|
30
30
|
],
|
31
31
|
"peerDependencies": {
|
32
|
-
"@orpc/openapi": "0.
|
32
|
+
"@orpc/openapi": "0.35.1"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"json-schema-typed": "^8.0.1",
|