z0mt3c / hapi-swaggered

Yet another hapi plugin providing swagger compliant API specifications based on routes and joi schemas to be used with swagger-ui.
MIT License
82 stars 38 forks source link

Be more lenient with versions #50

Closed mwawrusch closed 9 years ago

mwawrusch commented 9 years ago

Right now hapi-swaggered requires a < 11.0 hapi dependency, which means we cannot run it with 11.0 (but it most likely will work). I get why you put it in there, but I think for convenience' sake it would be good to just specify a lower bound. People version their production systems explicitly anyways, so if a hapi update breaks swaggered it's not a big deal.

BTW, really great module.

nackjicholson commented 9 years ago

:+1: I'm getting peerDependency errors as well trying to use hapi@11.0.0

mwawrusch commented 9 years ago

Thx, appreciate it.