Closed eric-swann-q2 closed 4 years ago
@johnbrett any plan for this to merge and release ?
This one is the only dependency currently prevent me update to joi.
This merge was published as v8.0.0. I considered this a breaking change as it required a change in dependencies. Thanks again @eric-swann-q2.
@taina0407 @wy193777 please post here if any issues!
Thanks for your immediate response!
@wy193777 thank @eric-swann-q2, he did all the work here, I just dragged my heels, sorry all!
As described in issue #209 :
This lib has dependencies on @hapi/joi and @hapi/boom. The @hapi/joi dependency in particular causes a collision when using the new joi library as joi detects two versions and throws an exception.
Solution: Instead set both of the libraries as peer dependencies for maximum flexibility and reference "joi" as opposed to "@hapi/joi" for future versions.