@ts-rest/fastify
Advanced tools
Comparing version 3.30.0 to 3.30.1
# @ts-rest/fastify | ||
## 3.30.1 | ||
### Patch Changes | ||
- a30326c: Remove console log in fasitfy route initialization for `@ts-rest/fastify` | ||
## 3.30.0 | ||
@@ -4,0 +10,0 @@ |
@@ -127,3 +127,2 @@ 'use strict'; | ||
if (typeof routerImpl === 'object') { | ||
console.log(routerImpl); | ||
if (implementationIsInitialisedRouter(routerImpl)) { | ||
@@ -130,0 +129,0 @@ recursivelyRegisterRouter(routerImpl.routes, routerImpl.contract, [...path], fastify, options); |
{ | ||
"name": "@ts-rest/fastify", | ||
"version": "3.30.0", | ||
"version": "3.30.1", | ||
"peerDependencies": { | ||
"fastify": "^4.0.0", | ||
"zod": "^3.21.0", | ||
"@ts-rest/core": "3.30.0" | ||
"@ts-rest/core": "3.30.1" | ||
}, | ||
@@ -9,0 +9,0 @@ "peerDependenciesMeta": { |
Sorry, the diff of this file is not supported yet
26192
307