@ts-rest/fastify
Advanced tools
Comparing version 3.26.3 to 3.26.4
# @ts-rest/fastify | ||
## 3.26.4 | ||
## 3.26.3 | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "@ts-rest/fastify", | ||
"version": "3.26.3", | ||
"version": "3.26.4", | ||
"peerDependencies": { | ||
"fastify": "^4.0.0", | ||
"zod": "^3.0.0", | ||
"@ts-rest/core": "3.26.3" | ||
"@ts-rest/core": "3.26.4" | ||
}, | ||
@@ -9,0 +9,0 @@ "peerDependenciesMeta": { |
@@ -55,3 +55,3 @@ # ts-rest | ||
Fulfil the contract on your sever, with a type-safe router: | ||
Fulfil the contract on your server, with a type-safe router: | ||
@@ -58,0 +58,0 @@ ```typescript |
22507