JKHeadley / rest-hapi

🚀 A RESTful API generator for Node.js
https://resthapi.com
MIT License
1.19k stars 153 forks source link

Feature/220 update hapi deps #221

Closed JKHeadley closed 4 years ago

JKHeadley commented 4 years ago

closes #220

This PR updates all hapi modules and plugins to their latest versions. The updates to hapi and joi introduce some breaking changes.

codecov[bot] commented 4 years ago

Codecov Report

Merging #221 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #221      +/-   ##
==========================================
- Coverage   94.46%   94.44%   -0.02%     
==========================================
  Files          55       55              
  Lines       11924    11922       -2     
==========================================
- Hits        11264    11260       -4     
- Misses        660      662       +2
Impacted Files Coverage Δ
utilities/model-helper.js 99.27% <ø> (ø) :arrow_up:
utilities/rest-helper-factory.js 80.35% <ø> (-0.16%) :arrow_down:
utilities/joi-mongoose-helper.js 89.2% <100%> (-0.8%) :arrow_down:
tests/unit/rest-helper-factory.tests.js 97.59% <100%> (ø) :arrow_up:
rest-hapi.js 91.48% <100%> (+0.18%) :arrow_up:
tests/unit/joi-mongoose-helper.tests.js 98.48% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a47ea95...dab9ccb. Read the comment docs.