@orpc/transformer
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -886,2 +886,1 @@ // src/openapi/deserializer.ts | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -84,2 +84,1 @@ /** | ||
export declare function parsePath(path: string): [string, ...string[]]; | ||
//# sourceMappingURL=bracket-notation.d.ts.map |
@@ -7,2 +7,1 @@ export * from './openapi/deserializer'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,2 +13,1 @@ import type { ZodType } from 'zod'; | ||
} | ||
//# sourceMappingURL=deserializer.d.ts.map |
@@ -17,2 +17,1 @@ import type { Serialized, Serializer } from '../types'; | ||
export declare function preSerialize(payload: unknown): unknown; | ||
//# sourceMappingURL=serializer.d.ts.map |
@@ -18,2 +18,1 @@ import { type ZodTypeAny } from 'zod'; | ||
export declare function zodCoerce(schema: ZodTypeAny, value: unknown, options?: ZodCoerceOptions): unknown; | ||
//# sourceMappingURL=zod-coerce.d.ts.map |
@@ -5,2 +5,1 @@ import type { Deserializer } from '../types'; | ||
} | ||
//# sourceMappingURL=deserializer.d.ts.map |
@@ -8,2 +8,1 @@ import type { Body, Serializer } from '../types'; | ||
} | ||
//# sourceMappingURL=serializer.d.ts.map |
@@ -12,2 +12,1 @@ import type { Segment } from '@orpc/shared'; | ||
}): unknown; | ||
//# sourceMappingURL=super-json.d.ts.map |
@@ -13,2 +13,1 @@ export type Body = string | FormData | Blob; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@orpc/transformer", | ||
"type": "module", | ||
"version": "0.10.0", | ||
"author": { | ||
"name": "unnoq", | ||
"email": "contact@unnoq.com", | ||
"url": "https://unnoq.com" | ||
}, | ||
"version": "0.11.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/unnoq/orpc", | ||
"homepage": "https://orpc.unnoq.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/unnoq/orpc.git", | ||
"url": "git+https://github.com/unnoq/orpc.git", | ||
"directory": "packages/transformer" | ||
}, | ||
"keywords": [ | ||
"unnoq" | ||
"unnoq", | ||
"orpc" | ||
], | ||
@@ -31,4 +27,4 @@ "exports": { | ||
"files": [ | ||
"dist", | ||
"src" | ||
"!dist/*.tsbuildinfo", | ||
"dist" | ||
], | ||
@@ -41,4 +37,4 @@ "dependencies": { | ||
"zod": "^3.23.8", | ||
"@orpc/zod": "0.10.0", | ||
"@orpc/shared": "0.10.0" | ||
"@orpc/zod": "0.11.0", | ||
"@orpc/shared": "0.11.0" | ||
}, | ||
@@ -50,3 +46,3 @@ "devDependencies": { | ||
"scripts": { | ||
"build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'", | ||
"build": "tsup --clean --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'", | ||
"build:watch": "pnpm run build --watch", | ||
@@ -53,0 +49,0 @@ "type:check": "tsc -b" |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
38525
13
1042
2
+ Added@orpc/shared@0.11.0(transitive)
+ Added@orpc/zod@0.11.0(transitive)
- Removed@orpc/shared@0.10.0(transitive)
- Removed@orpc/zod@0.10.0(transitive)
Updated@orpc/shared@0.11.0
Updated@orpc/zod@0.11.0