fastify-healthcheck
Advanced tools
Comparing version 2.0.0 to 2.1.0
# Change Log | ||
## [2.1.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.1.0) (2019-05-08) | ||
Summary Changelog: | ||
- Updated requirements to Fastify '^2.1.0' | ||
- Updated to latest 'under-pressure', which drops support for Node.js 6 | ||
- Updated all dependencies | ||
## [2.0.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.0.0) (2019-02-26) | ||
@@ -4,0 +10,0 @@ Summary Changelog: |
{ | ||
"name": "fastify-healthcheck", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Fastify Plugin to serve responses for health checks", | ||
@@ -27,13 +27,13 @@ "main": "src/plugin", | ||
"dependencies": { | ||
"under-pressure": "^2.0.1" | ||
"under-pressure": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"fastify": "^2.0.0", | ||
"fastify": "^2.1.0", | ||
"simple-get": "^3.0.3", | ||
"standard": "^12.0.1", | ||
"tap": "^12.5.3" | ||
"tap": "^12.7.0" | ||
}, | ||
"peerDependencies": {}, | ||
"engines": { | ||
"node": ">=8.15.0" | ||
"node": ">=8.16.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "homepage": "https://github.com/smartiniOnGitHub/fastify-healthcheck#readme", |
@@ -90,5 +90,4 @@ # fastify-healthcheck | ||
Fastify ^2.0.0 , Node.js 8.15.x or later. | ||
Note that plugin releases 0.x and 1.x are for Fastify 1.x, | ||
plugin 2.x are for Fastify 2.x, etc. | ||
Fastify ^2.1.0 , Node.js 8.16.x or later. | ||
Note that plugin releases 2.x are for Fastify 2.x, etc. | ||
@@ -95,0 +94,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
33216
129
+ Addedunder-pressure@3.2.1(transitive)
- Removedunder-pressure@2.0.1(transitive)
Updatedunder-pressure@^3.0.0