fastify-healthcheck
Advanced tools
Comparing version 0.3.0 to 1.0.0
# Change Log | ||
## [1.0.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/1.0.0) (2019-02-03) | ||
Summary Changelog: | ||
- Updated all dependencies | ||
- Updated Tap tests | ||
- Note that this release number means that the plugin is stable, | ||
and aligned with 'under-pressure' 1.x, and Fastify v1 | ||
## [0.3.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/0.3.0) (2019-01-26) | ||
@@ -4,0 +11,0 @@ Summary Changelog: |
{ | ||
"name": "fastify-healthcheck", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"description": "Fastify Plugin to serve responses for health checks", | ||
@@ -33,3 +33,3 @@ "main": "src/plugin", | ||
"standard": "^12.0.1", | ||
"tap": "^12.4.0" | ||
"tap": "^12.5.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": {}, |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32625
0