Comparing version 5.0.0-rc4 to 5.0.0-rc5
@@ -41,3 +41,3 @@ 'use strict'; | ||
return this.wrap(File.response(path, responseOptions, this.request)); | ||
return this.response(File.response(path, responseOptions, this.request)); | ||
}); | ||
@@ -44,0 +44,0 @@ }; |
{ | ||
"name": "inert", | ||
"description": "Static file and directory handlers plugin for hapi.js", | ||
"version": "5.0.0-rc4", | ||
"version": "5.0.0-rc5", | ||
"repository": "https://github.com/hapijs/inert.git", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"hapi": ">=17.0.0-0" | ||
"hapi": "17.0.0-rc5" | ||
}, | ||
@@ -30,3 +30,3 @@ "dependencies": { | ||
"code": "5.x.x", | ||
"hapi": "^17.0.0-rc4", | ||
"hapi": "^17.0.0-rc5", | ||
"lab": "14.x.x" | ||
@@ -33,0 +33,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
34333