@orpc/transformer
Advanced tools
Comparing version 0.0.0-next.1d55ec0 to 0.0.0-next.2f8ca7f
@@ -886,1 +886,2 @@ // src/openapi/deserializer.ts | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -84,1 +84,2 @@ /** | ||
export declare function parsePath(path: string): [string, ...string[]]; | ||
//# sourceMappingURL=bracket-notation.d.ts.map |
@@ -7,1 +7,2 @@ export * from './openapi/deserializer'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,1 +13,2 @@ import type { ZodType } from 'zod'; | ||
} | ||
//# sourceMappingURL=deserializer.d.ts.map |
@@ -17,1 +17,2 @@ import type { Serialized, Serializer } from '../types'; | ||
export declare function preSerialize(payload: unknown): unknown; | ||
//# sourceMappingURL=serializer.d.ts.map |
@@ -18,1 +18,2 @@ import { type ZodTypeAny } from 'zod'; | ||
export declare function zodCoerce(schema: ZodTypeAny, value: unknown, options?: ZodCoerceOptions): unknown; | ||
//# sourceMappingURL=zod-coerce.d.ts.map |
@@ -5,1 +5,2 @@ import type { Deserializer } from '../types'; | ||
} | ||
//# sourceMappingURL=deserializer.d.ts.map |
@@ -8,1 +8,2 @@ import type { Body, Serializer } from '../types'; | ||
} | ||
//# sourceMappingURL=serializer.d.ts.map |
@@ -12,1 +12,2 @@ import type { Segment } from '@orpc/shared'; | ||
}): unknown; | ||
//# sourceMappingURL=super-json.d.ts.map |
@@ -13,1 +13,2 @@ export type Body = string | FormData | Blob; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@orpc/transformer", | ||
"type": "module", | ||
"version": "0.0.0-next.1d55ec0", | ||
"version": "0.0.0-next.2f8ca7f", | ||
"license": "MIT", | ||
@@ -27,3 +27,4 @@ "homepage": "https://orpc.unnoq.com", | ||
"files": [ | ||
"!dist/*.tsbuildinfo", | ||
"!**/*.map", | ||
"!**/*.tsbuildinfo", | ||
"dist" | ||
@@ -37,4 +38,4 @@ ], | ||
"zod": "^3.23.8", | ||
"@orpc/shared": "0.0.0-next.1d55ec0", | ||
"@orpc/zod": "0.0.0-next.1d55ec0" | ||
"@orpc/zod": "0.0.0-next.2f8ca7f", | ||
"@orpc/shared": "0.0.0-next.2f8ca7f" | ||
}, | ||
@@ -46,3 +47,3 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "tsup --clean --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'", | ||
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'", | ||
"build:watch": "pnpm run build --watch", | ||
@@ -49,0 +50,0 @@ "type:check": "tsc -b" |
38981
+ Added@orpc/shared@0.0.0-next.2f8ca7f(transitive)
+ Added@orpc/zod@0.0.0-next.2f8ca7f(transitive)
- Removed@orpc/shared@0.0.0-next.1d55ec0(transitive)
- Removed@orpc/zod@0.0.0-next.1d55ec0(transitive)
Updated@orpc/zod@0.0.0-next.2f8ca7f