turkerdev / fastify-type-provider-zod

MIT License
337 stars 21 forks source link

Fix/fastify swagger bump #29

Closed pedropalhari closed 1 year ago

pedropalhari commented 1 year ago

This branch aims to bring @fastify/swagger into its latest version, going through a breaking change on @^8 that splits the package into @fastify/swagger and @fastify/swagger-ui.

Also, adds zod as a devDependency (required for testing), fixes a missing interop on the tsconfig and fixes the example on README.md.

pedropalhari commented 1 year ago

Going to fix the lint issue, I wasn't attentive enough to catch it before pushing the branch, my bad.

pedropalhari commented 1 year ago

Done @turkerdev! I rewrote the import to be a common import * as ... from "..."