express-service-readiness-middleware
Advanced tools
Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "express-service-readiness-middleware", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "This module provides express middleware for determining whether routes are exposed based on service critical dependency health.", | ||
@@ -30,12 +30,12 @@ "repository": { | ||
"devDependencies": { | ||
"@types/chai": "^4.3.4", | ||
"@types/express": "^4.17.17", | ||
"@types/jest": "^29.4.0", | ||
"chai": "^4.3.7", | ||
"@types/chai": "^4.3.11", | ||
"@types/express": "^4.17.21", | ||
"@types/jest": "^29.5.11", | ||
"chai": "^4.3.10", | ||
"express": "^4.18.2", | ||
"jest": "^29.4.3", | ||
"ts-jest": "^29.0.5", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.9.5" | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
@@ -19,3 +19,3 @@ | ||
```bash | ||
$ npm install express-service-readiness-middleware@1.0.17 --save | ||
$ npm install express-service-readiness-middleware@1.0.18 --save | ||
``` | ||
@@ -22,0 +22,0 @@ |
Sorry, the diff of this file is not supported yet
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
22784