healthcheck-ping
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,7 @@ | ||
## 2.0.1 (July 3, 2018) | ||
### Bug Fixes | ||
* 🐛 Fix TypeScript declaration file ([#41](https://github.com/holidaycheck/healthcheck-ping/pull/41)) | ||
## 2.0.0 (July 3, 2018) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "healthcheck-ping", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Express middleware exposing a health check endpoint", | ||
@@ -5,0 +5,0 @@ "main": "lib/healthcheckMiddleware", |
@@ -5,2 +5,8 @@ import { RequestHandler } from 'express'; | ||
// Declaring empty namespace here because of | ||
// "Module 'healthcheck-ping' resolves to a non-module entity and cannot be imported using this construct" | ||
// tslint:disable-next-line | ||
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/6d977d0f7a1e3361acde112f77d88eb786ab854c/README.md#should-i-add-an-empty-namespace-to-a-package-that-doesnt-export-a-module-to-use-es6-style-imports | ||
declare namespace createHealthcheckMiddleware {} | ||
export = createHealthcheckMiddleware; |
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
7542
23