We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.0
2.1.0
18.4.0
Windows
21H2
The FastifyPluginAsyncJsonSchemaToTs and FastifyPluginCallbackJsonSchemaToTs types added in v2.1.0 are missing in dist/index.d.ts file.
pnpm i @fastify/type-provider-json-schema-to-ts
import type { FastifyPluginAsyncJsonSchemaToTs } from '@fastify/type-provider-json-schema-to-ts'
=> Module '"@fastify/type-provider-json-schema-to-ts"' has no exported member 'FastifyPluginAsyncJsonSchemaToTs'.
No response
The text was updated successfully, but these errors were encountered:
cc @RafaelGSS
Sorry, something went wrong.
Fixed https://github.com/fastify/fastify-type-provider-json-schema-to-ts/releases/tag/v2.1.1
No branches or pull requests
Prerequisites
Fastify version
4.2.0
Plugin version
2.1.0
Node.js version
18.4.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
21H2
Description
The FastifyPluginAsyncJsonSchemaToTs and FastifyPluginCallbackJsonSchemaToTs types added in v2.1.0 are missing in dist/index.d.ts file.
Steps to Reproduce
pnpm i @fastify/type-provider-json-schema-to-ts
import type { FastifyPluginAsyncJsonSchemaToTs } from '@fastify/type-provider-json-schema-to-ts'
=> Module '"@fastify/type-provider-json-schema-to-ts"' has no exported member 'FastifyPluginAsyncJsonSchemaToTs'.
Expected Behavior
No response
The text was updated successfully, but these errors were encountered: