fastify-healthcheck
Advanced tools
Comparing version 2.2.0 to 2.3.0
# Change Log | ||
## [2.3.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.3.0) (2020-05-26) | ||
Summary Changelog: | ||
- Add TypeScript types | ||
- Update requirements to Fastify '^2.14.1' (as dev dependency) | ||
- Update dependency on 'under-pressure' 4.x in this release (latest for Fastify 2.x) | ||
- Update other dev dependencies | ||
## [2.2.0](https://github.com/smartiniOnGitHub/fastify-healthcheck/releases/tag/2.2.0) (2020-05-24) | ||
@@ -4,0 +11,0 @@ Summary Changelog: |
{ | ||
"name": "fastify-healthcheck", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Fastify Plugin to serve responses for health checks", | ||
"main": "src/plugin", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -24,15 +25,18 @@ "dependency:log": "npm list > ./temp/dependencies.log", | ||
"test:coverage:all": "npm run test:unit -- --cov", | ||
"test:types": "tsd", | ||
"test:unit": "tap -J --comments --no-esm --strict test/*.test.js", | ||
"test:unit:debug": "tap -T --node-arg=--inspect-brk --comments --no-esm --strict test/*.test.js", | ||
"test:unit:dev": "tap -J --comments --no-esm --strict --watch test/*.test.js", | ||
"test": "npm run lint && npm run test:unit" | ||
"test": "npm run lint && npm run test:types && npm run test:unit" | ||
}, | ||
"dependencies": { | ||
"under-pressure": "^3.0.0" | ||
"under-pressure": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"fastify": "^2.8.0", | ||
"simple-get": "^3.0.3", | ||
"fastify": "^2.14.1", | ||
"simple-get": "^4.0.0", | ||
"standard": "^14.3.4", | ||
"tap": "^14.10.7" | ||
"tap": "^14.10.7", | ||
"tsd": "^0.11.0", | ||
"typescript": "^3.9.3" | ||
}, | ||
@@ -43,2 +47,5 @@ "peerDependencies": {}, | ||
}, | ||
"tsd": { | ||
"directory": "types" | ||
}, | ||
"homepage": "https://github.com/smartiniOnGitHub/fastify-healthcheck#readme", | ||
@@ -45,0 +52,0 @@ "repository": { |
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
36024
14
254
6
+ Addedunder-pressure@4.0.0(transitive)
- Removedunder-pressure@3.2.1(transitive)
Updatedunder-pressure@^4.0.0