hapi-boom-decorators
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.1.1] - 2016-01-03 | ||
- Fix peer dependency conflicts with dev dependencies and build issues | ||
- Specify minimum node version in package.json | ||
## [1.1.0] - 2015-12-27 | ||
@@ -8,0 +12,0 @@ - Add `reply.illegal()` decorated function for new 451 HTTP response code |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"dependencies": { | ||
@@ -12,3 +12,3 @@ "boom": { | ||
"version": "3.0.4", | ||
"from": "hoek@>=3.0.0 <4.0.0", | ||
"from": "https://registry.npmjs.org/hoek/-/hoek-3.0.4.tgz", | ||
"resolved": "https://registry.npmjs.org/hoek/-/hoek-3.0.4.tgz" | ||
@@ -15,0 +15,0 @@ } |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors", | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"main": "index.js", | ||
@@ -38,3 +41,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"hapi": ">8.x.x" | ||
"hapi": ">=8" | ||
}, | ||
@@ -47,3 +50,3 @@ "dependencies": { | ||
"chokidar-cli": "^1.2.0", | ||
"hapi": "https://registry.npmjs.org/hapi/-/hapi-11.1.2.tgz", | ||
"hapi": "^11.1.4", | ||
"mocha": "^2.3.4", | ||
@@ -50,0 +53,0 @@ "retire": "^1.1.2", |
6004