@apolitical/testing 2.1.0 → 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.0",
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,53 +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.0] - 2023-01-10
9
- ### Added
10
- - Exporting `jest` and `jest-junit` as dependencies to reduce imports from other packages
11
-
12
- ## [2.0.0] - 2023-01-09
13
- ### Changed
14
- - Bump dependencies to keep the project up-to-date
15
-
16
- ## [1.0.4] - 2022-09-07
17
- ### Changed
18
- - Default user payload
19
-
20
- ## [1.0.3] - 2022-06-28
21
- ### Changed
22
- - Pipeline refs
23
-
24
- ## [1.0.2] - 2022-01-31
25
- ### Fixed
26
- - Node.js version
27
-
28
- ## [1.0.1] - 2022-01-20
29
- ### Fixed
30
- - Pipeline node version
31
-
32
- ## [1.0.0] - 2022-01-19
33
- ### Changed
34
- - Updated Dependencies
35
- - Upgraded Node.js version
36
- - Revamped GitLab pipelines
37
-
38
- ## [0.0.4] - 2021-09-03
39
- ### Changed
40
- - Pass in cookies to a new request helper
41
-
42
- ## [0.0.3] - 2021-09-03
43
- ### Fixed
44
- - Stub helper
45
-
46
- ## [0.0.2] - 2021-08-12
47
- ### Added
48
- - Stub helper
49
-
50
- ## [0.0.1] - 2021-08-12
51
- ### Added
52
- - Initial setup
53
- - Request helper