Comparing version 1.0.2 to 1.0.3
# Changelog | ||
## [v1.0.3](https://github.com/ruiquelhas/supervizor/tree/v1.0.3) (2016-10-21) | ||
[Full Changelog](https://github.com/ruiquelhas/supervizor/compare/v1.0.2...v1.0.3) | ||
**Merged pull requests:** | ||
- Update dependencies [\#5](https://github.com/ruiquelhas/supervizor/pull/5) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
## [v1.0.2](https://github.com/ruiquelhas/supervizor/tree/v1.0.2) (2016-07-10) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/ruiquelhas/supervizor/compare/v1.0.1...v1.0.2) |
{ | ||
"name": "supervizor", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Server-level request payload validation for hapi", | ||
@@ -31,9 +31,9 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"code": "3.x.x", | ||
"code": "4.x.x", | ||
"coveralls": "2.x.x", | ||
"hapi": "13.x.x", | ||
"lab": "10.x.x" | ||
"hapi": "15.x.x", | ||
"lab": "11.x.x" | ||
}, | ||
"dependencies": { | ||
"boom": "3.x.x", | ||
"boom": "4.x.x", | ||
"lodash.omit": "4.x.x", | ||
@@ -40,0 +40,0 @@ "lodash.pluck": "3.x.x" |
@@ -92,3 +92,3 @@ 'use strict'; | ||
server.inject({ method: 'POST', url: '/', payload: payload }, (response) => { | ||
server.inject({ method: 'POST', url: '/', payload }, (response) => { | ||
@@ -95,0 +95,0 @@ Code.expect(response.statusCode).to.equal(200); |
12272
+ Addedboom@4.3.1(transitive)
- Removedboom@3.2.2(transitive)
Updatedboom@4.x.x