TCMiranda / joi-extract-type

Provides native type extraction from Joi schemas for Typescript
MIT License
151 stars 27 forks source link

@hapi/joi package has been deprecated #39

Closed justraman closed 3 years ago

justraman commented 3 years ago

Author message: joi is leaving the @hapi organization and moving back to 'joi' (https://github.com/sideway/joi/issues/2411).

I am using https://www.npmjs.com/package/joi and joi-extract-type is incompatible with Joi.

So when we are going to depend on joi instead of @hapi/joi

lonewarrior556 commented 3 years ago

joi-extract-type has not been made compatible with Joi 16 yet,

https://www.npmjs.com/package/joi only has version 17. And deprecated versions (14)

This will have to be addressed first: https://github.com/TCMiranda/joi-extract-type/issues/22

justraman commented 3 years ago

Thank you so much for quick response.