@apolitical/server 2.5.0-rc.2 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [2.5.0] - 2022-05-06
9
9
  ### Added
10
- - Custom `livenessCheck` to define liveness externally
10
+ - Custom `readinessCheck` and `livenessCheck` to define liveness externally
11
+ - New probe `/health` endpoint to combine readiness and liveness
11
12
 
12
13
  ## [2.4.2] - 2022-03-03
13
14
  ### Bumped
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/server",
3
- "version": "2.5.0-rc.2",
3
+ "version": "2.5.0",
4
4
  "description": "Node.js module to encapsulate Apolitical's express server setup",
5
5
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "@apolitical/eslint-config": "2.0.0",
50
50
  "@apolitical/testing": "1.0.2",
51
51
  "audit-ci": "6.2.0",
52
- "husky": "8.0.0",
52
+ "husky": "8.0.1",
53
53
  "jest": "28.1.0",
54
54
  "jest-junit": "13.2.0",
55
55
  "lint-staged": "12.4.1",