fastify-healthcheck
Advanced tools
Comparing version 4.0.0 to 4.1.0
# Change Log | ||
## [4.1.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/4.1.0) (2022-07-19) | ||
[Full Changelog](https://github.com/smartiniOnGitHub/fastify-healthcheck/compare/4.0.0...4.1.0) | ||
Summary Changelog: | ||
- Updated requirements to Fastify '^4.0.1' and Fastify-plugin '^4.0.0' | ||
- Ensure all is good as before | ||
## [4.0.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/4.0.0) (2022-06-13) | ||
@@ -4,0 +10,0 @@ [Full Changelog](https://github.com/smartiniOnGitHub/fastify-healthcheck/compare/3.2.0...4.0.0) |
{ | ||
"name": "fastify-healthcheck", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Fastify Plugin to serve responses for health checks", | ||
@@ -42,12 +42,12 @@ "main": "src/plugin", | ||
"devDependencies": { | ||
"@types/node": "^17.0.42", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"fastify": "^4.0.0", | ||
"@types/node": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"fastify": "^4.0.1", | ||
"jsdoc": "^3.6.10", | ||
"simple-get": "^4.0.1", | ||
"standard": "^17.0.0", | ||
"tap": "^16.2.0", | ||
"tsd": "^0.21.0", | ||
"typescript": "^4.7.3" | ||
"tap": "^16.3.0", | ||
"tsd": "^0.22.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -54,0 +54,0 @@ "standard": { |
@@ -88,3 +88,3 @@ # fastify-healthcheck | ||
Fastify ^4.0.0 , Node.js 14 LTS (14.15.0) or later. | ||
Fastify ^4.0.1 , Node.js 14 LTS (14.15.0) or later. | ||
Note that plugin releases 3.x are for Fastify 3.x, 4.x are for Fastify 4.x, etc. | ||
@@ -91,0 +91,0 @@ |
39337