@apolitical/testing 1.0.3 → 2.0.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
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.0.0] - 2023-01-09
9
+ ### Changed
10
+ - Bump dependencies to keep the project up-to-date
11
+
12
+ ## [1.0.4] - 2022-09-07
13
+ ### Changed
14
+ - Default user payload
15
+
8
16
  ## [1.0.3] - 2022-06-28
9
17
  ### Changed
10
18
  - Pipeline refs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/testing",
3
- "version": "1.0.3",
3
+ "version": "2.0.0",
4
4
  "description": "Node.js module to encapsulate Jest testing helpers (backend)",
5
5
  "author": "Apolitical Group Limited <engineering@apolitical.co>",
6
6
  "license": "MIT",
@@ -24,23 +24,23 @@
24
24
  "Node Modules"
25
25
  ],
26
26
  "dependencies": {
27
- "awilix": "6.1.0",
28
- "jsrsasign": "10.5.1",
29
- "supertest": "6.2.2"
27
+ "awilix": "8.0.0",
28
+ "jsrsasign": "10.6.1",
29
+ "supertest": "6.3.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@apolitical/eslint-config": "1.0.2",
33
- "audit-ci": "5.1.2",
34
- "husky": "7.0.4",
35
- "jest": "27.4.7",
36
- "jest-junit": "13.0.0",
32
+ "@apolitical/eslint-config": "2.1.0",
33
+ "audit-ci": "6.5.0",
34
+ "husky": "8.0.3",
35
+ "jest": "29.3.1",
36
+ "jest-junit": "15.0.0",
37
37
  "lint-staged": "12.3.2"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16.13.0"
41
41
  },
42
42
  "eslintConfig": {
43
- "extends": "@apolitical/eslint-config/base.config"
43
+ "extends": "@apolitical/eslint-config/api.config"
44
44
  },
45
45
  "prettier": "@apolitical/eslint-config/prettier.config",
46
46
  "jest": {
package/src/config.js CHANGED
@@ -13,6 +13,7 @@ module.exports = {
13
13
  slug: 'apolitical-testing',
14
14
  email: 'apolitical.testing@email.com',
15
15
  name: 'Apolitical Testing',
16
+ id: '00000000-0000-0000-0000-000000000000',
16
17
  iss: 'apolitical-testing',
17
18
  sub: 'login',
18
19
  },