Skip to content
New issue

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

Reorganizing dependencies of types #286

Merged
merged 8 commits into from
Jan 16, 2022
Merged

Reorganizing dependencies of types #286

merged 8 commits into from
Jan 16, 2022

Conversation

RobinTail
Copy link
Owner

@RobinTail RobinTail commented Jan 16, 2022

Express-Zod-API is a Typescript library intended to be used in Typescript environment.
Therefore it provides own types.
But some of these types do actually refer to other libraries.
For example: there are entities used within createConfig() exported method, that depend on types of express-fileupload, compression and so on.
This may complicate writing the correct configuration, so I'm going to fix it.

https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#dependencies

@RobinTail RobinTail added dependencies Pull requests that update a dependency file refactoring The better way to achieve the same result labels Jan 16, 2022
@RobinTail
Copy link
Owner Author

@RobinTail RobinTail marked this pull request as ready for review January 16, 2022 11:51
@RobinTail RobinTail changed the title Reorganizing tsconfig files. Reorganizing dependencies on types Jan 16, 2022
@RobinTail RobinTail changed the title Reorganizing dependencies on types Reorganizing dependencies of types Jan 16, 2022
@RobinTail
Copy link
Owner Author

Released as v5.4.1-beta1 🚀

@RobinTail
Copy link
Owner Author

Tested 👍🏽

@RobinTail RobinTail merged commit cce1fef into master Jan 16, 2022
@RobinTail RobinTail deleted the types-deps2 branch January 16, 2022 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file refactoring The better way to achieve the same result
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant