@apolitical/testing 1.0.0 → 1.0.3

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,18 @@ 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
+ ## [1.0.3] - 2022-06-28
9
+ ### Changed
10
+ - Pipeline refs
11
+
12
+ ## [1.0.2] - 2022-01-31
13
+ ### Fixed
14
+ - Node.js version
15
+
16
+ ## [1.0.1] - 2022-01-20
17
+ ### Fixed
18
+ - Pipeline node version
19
+
8
20
  ## [1.0.0] - 2022-01-19
9
21
  ### Changed
10
22
  - Updated Dependencies
package/README.md CHANGED
@@ -6,7 +6,7 @@ Node.js module to encapsulate Jest testing helpers (backend)
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/testing",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
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,20 +24,20 @@
24
24
  "Node Modules"
25
25
  ],
26
26
  "dependencies": {
27
- "awilix": "6.0.0",
27
+ "awilix": "6.1.0",
28
28
  "jsrsasign": "10.5.1",
29
29
  "supertest": "6.2.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@apolitical/eslint-config": "1.0.0",
32
+ "@apolitical/eslint-config": "1.0.2",
33
33
  "audit-ci": "5.1.2",
34
34
  "husky": "7.0.4",
35
35
  "jest": "27.4.7",
36
36
  "jest-junit": "13.0.0",
37
- "lint-staged": "12.2.0"
37
+ "lint-staged": "12.3.2"
38
38
  },
39
39
  "engines": {
40
- "node": ">=16.13.2"
40
+ "node": ">=16.13.0"
41
41
  },
42
42
  "eslintConfig": {
43
43
  "extends": "@apolitical/eslint-config/base.config"