Comparing version 5.0.0-rc5 to 5.0.0-rc7
@@ -26,5 +26,4 @@ 'use strict'; | ||
server.handler('file', File.handler); | ||
server.handler('directory', Directory.handler); | ||
server.decorate('handler', 'file', File.handler); | ||
server.decorate('handler', 'directory', Directory.handler); | ||
server.decorate('toolkit', 'file', function (path, responseOptions) { | ||
@@ -31,0 +30,0 @@ |
{ | ||
"name": "inert", | ||
"description": "Static file and directory handlers plugin for hapi.js", | ||
"version": "5.0.0-rc5", | ||
"version": "5.0.0-rc7", | ||
"repository": "https://github.com/hapijs/inert.git", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"hapi": "17.0.0-rc5" | ||
"hapi": "17.0.0-rc7" | ||
}, | ||
@@ -25,3 +25,3 @@ "dependencies": { | ||
"hoek": "5.x.x", | ||
"joi": "11.x.x", | ||
"joi": "13.x.x", | ||
"lru-cache": "4.1.x" | ||
@@ -31,3 +31,3 @@ }, | ||
"code": "5.x.x", | ||
"hapi": "^17.0.0-rc5", | ||
"hapi": "17.0.0-rc7", | ||
"lab": "14.x.x" | ||
@@ -34,0 +34,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34355
+ Addedjoi@13.7.0(transitive)
+ Addedtopo@3.0.3(transitive)
- Removedhoek@4.3.1(transitive)
- Removedjoi@11.4.0(transitive)
- Removedtopo@2.1.1(transitive)
Updatedjoi@13.x.x