hapi-boom-decorators
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,7 @@ # Change Log | ||
## [2.0.2] - 2016-09-01 | ||
- Test against latest hapi version 15 | ||
- Update dependencies | ||
- Test against latest versions of node 5 and 6 | ||
## [2.0.1] - 2016-08-14 | ||
@@ -8,0 +13,0 @@ - Test against latest hapi version 14 |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors", | ||
@@ -45,3 +45,3 @@ "engines": { | ||
"dependencies": { | ||
"boom": "^3.2.2" | ||
"boom": "^4.0.0" | ||
}, | ||
@@ -51,8 +51,8 @@ "devDependencies": { | ||
"chokidar-cli": "^1.2.0", | ||
"hapi": "^14.2.0", | ||
"hapi": "^15.0.3", | ||
"mocha": "^3.0.2", | ||
"retire": "^1.1.5", | ||
"standard": "^7.1.2", | ||
"retire": "^1.2.0", | ||
"standard": "^8.0.0", | ||
"xo": "^0.16.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91692
2470
1
+ Addedboom@4.3.1(transitive)
- Removedboom@3.2.2(transitive)
Updatedboom@^4.0.0