fastify-healthcheck
Advanced tools
Comparing version 0.2.0 to 0.3.0
# Change Log | ||
## [0.3.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/0.3.0) (2019-01-26) | ||
Summary Changelog: | ||
- Update `under-pressure` to '1.x' and update all dev dependencies to latest release | ||
- Note that the minor release change here is to let consumers of this package | ||
to have more evidence of underlying library release changes | ||
## [0.2.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/0.2.0) (2018-11-27) | ||
@@ -4,0 +10,0 @@ Summary Changelog: |
{ | ||
"name": "fastify-healthcheck", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Fastify Plugin to serve responses for health checks", | ||
@@ -23,16 +23,17 @@ "main": "src/plugin", | ||
"test:unit": "tap -J test/*.test.js test/*/*.test.js", | ||
"test:unit:debug": "tap -T --strict --node-arg=--inspect-brk test/*.test.js test/*/*.test.js", | ||
"test": "npm run lint && npm run test:unit" | ||
}, | ||
"dependencies": { | ||
"under-pressure": "^0.3.0" | ||
"under-pressure": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"fastify": "^1.13.0", | ||
"fastify": "^1.13.4", | ||
"simple-get": "^3.0.3", | ||
"standard": "^12.0.1", | ||
"tap": "^12.1.0" | ||
"tap": "^12.4.0" | ||
}, | ||
"peerDependencies": {}, | ||
"engines": { | ||
"node": ">=8.12.0" | ||
"node": ">=8.15.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "homepage": "https://github.com/smartiniOnGitHub/fastify-healthcheck#readme", |
@@ -7,2 +7,4 @@ # fastify-healthcheck | ||
[![Coverage Status](https://coveralls.io/repos/github/smartiniOnGitHub/fastify-healthcheck/badge.svg?branch=master)](https://coveralls.io/github/smartiniOnGitHub/fastify-healthcheck/?branch=master) | ||
[![dependencies Status](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck/status.svg)](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck) | ||
[![devDependencies Status](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck/dev-status.svg)](https://david-dm.org/smartiniOnGitHub/fastify-healthcheck?type=dev) | ||
@@ -89,3 +91,3 @@ Fastify Plugin to serve responses that report about the web application, | ||
Fastify ^1.1.0 . | ||
Fastify ^1.1.0 , Node.js 8.15.x or later. | ||
@@ -92,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
32336
128
+ Addedunder-pressure@1.0.0(transitive)
- Removedunder-pressure@0.3.0(transitive)
Updatedunder-pressure@^1.0.0