@apolitical/server 2.1.0-beta.2 → 2.1.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  ## [2.1.0] - 2022-01-21
9
9
  ### Added
10
10
  - Prerender middleware
11
+ ### Fixed
12
+ - Node.js version
11
13
 
12
14
  ## [2.0.1] - 2022-01-21
13
15
  ### Added
package/README.md CHANGED
@@ -6,7 +6,7 @@ Node.js module to encapsulate Apolitical's express server setup
6
6
 
7
7
  Requires the following to run:
8
8
 
9
- - [node.js][node] 16.13.2+
9
+ - [node.js][node] 16.13.0+
10
10
  - [yarn][yarn]
11
11
 
12
12
  [node]: https://nodejs.org/en/download/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/server",
3
- "version": "2.1.0-beta.2",
3
+ "version": "2.1.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",
@@ -24,14 +24,14 @@
24
24
  "Node Modules"
25
25
  ],
26
26
  "dependencies": {
27
- "@apolitical/logger": "2.0.0",
27
+ "@apolitical/logger": "2.0.1",
28
28
  "@cloudnative/health-connect": "2.1.0",
29
- "awilix": "6.0.0",
29
+ "awilix": "6.1.0",
30
30
  "body-parser": "1.19.1",
31
31
  "compression": "1.7.4",
32
32
  "cookie-parser": "1.4.6",
33
33
  "cors": "2.8.5",
34
- "dotenv": "14.2.0",
34
+ "dotenv": "15.0.0",
35
35
  "express": "4.17.2",
36
36
  "express-jwt": "6.1.0",
37
37
  "http-status-codes": "2.2.0",
@@ -46,18 +46,18 @@
46
46
  "swagger-ui-express": "4.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@apolitical/eslint-config": "1.0.1",
50
- "@apolitical/testing": "1.0.1",
49
+ "@apolitical/eslint-config": "1.0.2",
50
+ "@apolitical/testing": "1.0.2",
51
51
  "audit-ci": "5.1.2",
52
52
  "husky": "7.0.4",
53
53
  "jest": "27.4.7",
54
54
  "jest-junit": "13.0.0",
55
- "lint-staged": "12.3.0",
55
+ "lint-staged": "12.3.2",
56
56
  "mock-jwks": "1.0.1",
57
57
  "nock": "13.2.2"
58
58
  },
59
59
  "engines": {
60
- "node": ">=16.13.2"
60
+ "node": ">=16.13.0"
61
61
  },
62
62
  "eslintConfig": {
63
63
  "extends": "@apolitical/eslint-config/base.config"