@ts-rest/fastify
Advanced tools
Comparing version 3.30.4 to 3.30.5
# @ts-rest/fastify | ||
## 3.30.5 | ||
### Patch Changes | ||
- 9bd7402: - `@ts-rest/fastify` fix: fastify deprecated routerPath property (fixes [#392](https://github.com/ts-rest/ts-rest/issues/392)) | ||
- `@ts-rest/open-api` fix: Pass through contentType to OpenApi schema ([#414](https://github.com/ts-rest/ts-rest/pull/414)) | ||
- `@ts-rest/core` fix: Content-type text/html returns blob body (fixes [#418](https://github.com/ts-rest/ts-rest/issues/418)) | ||
- 8cc95c5: add changeset for latest changes | ||
## 3.30.4 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@ts-rest/fastify", | ||
"version": "3.30.4", | ||
"version": "3.30.5", | ||
"peerDependencies": { | ||
"fastify": "^4.0.0", | ||
"zod": "^3.22.3", | ||
"@ts-rest/core": "3.30.4" | ||
"@ts-rest/core": "3.30.5" | ||
}, | ||
@@ -9,0 +9,0 @@ "peerDependenciesMeta": { |
26918