@apolitical/testing 2.1.1 → 2.1.2

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Apolitical Testing
2
2
 
3
- Node.js module to encapsulate Jest testing helpers (backend)
3
+ Node.js module to encapsulate Jest testing helpers (backend)
4
4
 
5
5
  ## Requirements
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/testing",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
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",
@@ -16,7 +16,7 @@
16
16
  "format": "prettier --write 'src/**/*.+(js|json)'",
17
17
  "lint-format": "lint-staged",
18
18
  "audit": "audit-ci -h",
19
- "prepare": "husky install"
19
+ "prepare": "cd ../../../../ && husky install backend/modules/v1/apolitical-testing/.husky"
20
20
  },
21
21
  "keywords": [
22
22
  "Backend",
@@ -41,7 +41,7 @@
41
41
  "lint-staged": "12.3.2"
42
42
  },
43
43
  "engines": {
44
- "node": ">=16.13.0"
44
+ "node": ">=20.14.0"
45
45
  },
46
46
  "eslintConfig": {
47
47
  "extends": "@apolitical/eslint-config/api.config"
package/CHANGELOG.md DELETED
@@ -1,57 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [2.1.1] - 2023-01-31
9
- ### Added
10
- - Renovate config file
11
-
12
- ## [2.1.0] - 2023-01-10
13
- ### Added
14
- - Exporting `jest` and `jest-junit` as dependencies to reduce imports from other packages
15
-
16
- ## [2.0.0] - 2023-01-09
17
- ### Changed
18
- - Bump dependencies to keep the project up-to-date
19
-
20
- ## [1.0.4] - 2022-09-07
21
- ### Changed
22
- - Default user payload
23
-
24
- ## [1.0.3] - 2022-06-28
25
- ### Changed
26
- - Pipeline refs
27
-
28
- ## [1.0.2] - 2022-01-31
29
- ### Fixed
30
- - Node.js version
31
-
32
- ## [1.0.1] - 2022-01-20
33
- ### Fixed
34
- - Pipeline node version
35
-
36
- ## [1.0.0] - 2022-01-19
37
- ### Changed
38
- - Updated Dependencies
39
- - Upgraded Node.js version
40
- - Revamped GitLab pipelines
41
-
42
- ## [0.0.4] - 2021-09-03
43
- ### Changed
44
- - Pass in cookies to a new request helper
45
-
46
- ## [0.0.3] - 2021-09-03
47
- ### Fixed
48
- - Stub helper
49
-
50
- ## [0.0.2] - 2021-08-12
51
- ### Added
52
- - Stub helper
53
-
54
- ## [0.0.1] - 2021-08-12
55
- ### Added
56
- - Initial setup
57
- - Request helper