hapi-gitlab-webhooks
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,5 @@ # Change Log | ||
## 1.0.2 - 2018-01-31 | ||
- Update peer dependencies | ||
## 1.0.1 - 2018-01-31 | ||
@@ -7,0 +10,0 @@ - Update all depend version |
{ | ||
"name": "hapi-gitlab-webhooks", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Hapi plugin for receiving requests from the GitLab webhooks API.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"hapi": ">=10.x.x" | ||
"hapi": ">=16.x.x" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
@@ -12,2 +12,3 @@ # hapi-gitlab-webhooks | ||
[![Dev Dependency Status][dev-dependency-image]][dev-dependency-url] | ||
[![Peer Dependency Status][peer-dependency-image]][peer-dependency-url] | ||
@@ -62,1 +63,3 @@ An authentication strategy plugin for [hapi](https://github.com/hapijs/hapi) for validating webhook requests from Gitlab. This strategy validates the payload with the signature sent with the request. | ||
[dev-dependency-url]: https://david-dm.org/lucaspouzac/hapi-gitlab-webhooks?type=dev | ||
[peer-dependency-image]: https://david-dm.org/lucaspouzac/hapi-gitlab-webhooks/peer-status.svg | ||
[peer-dependency-url]: https://david-dm.org/lucaspouzac/hapi-gitlab-webhooks?type=peer |
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
11019
64