@apolitical/logger 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 Logger
2
2
 
3
- Node.js module to expose Apolitical's logger service
3
+ Node.js module to expose Apolitical's logger service
4
4
 
5
5
  ## Requirements
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/logger",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Node.js module to expose Apolitical's logger service",
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-logger/.husky"
20
20
  },
21
21
  "keywords": [
22
22
  "Backend",
@@ -37,7 +37,7 @@
37
37
  "lint-staged": "13.1.0"
38
38
  },
39
39
  "engines": {
40
- "node": ">=16.13.0"
40
+ "node": ">=0.14.0"
41
41
  },
42
42
  "eslintConfig": {
43
43
  "extends": "@apolitical/eslint-config/api.config"
package/CHANGELOG.md DELETED
@@ -1,68 +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-09
13
- ### Changed
14
- - Bump dependencies to keep the project up-to-date
15
-
16
- ## [2.0.2] - 2022-06-28
17
- ### Changed
18
- - Pipeline refs
19
-
20
- ## [2.0.1] - 2022-01-31
21
- ### Fixed
22
- - Node.js version
23
-
24
- ## [2.0.0] - 2022-01-18
25
- ### Changed
26
- - Updated dependencies
27
- - Upgraded Node.js version
28
- - Revamped GitLab pipelines
29
- - Renamed `metadata` to `labels` to allow consistency with logger middleware
30
- ### Added
31
- - Exposed logger middleware
32
- ### Removed
33
- - Filtered winston logger functionality
34
- - Restricted metadata
35
-
36
- ## [1.0.2] - 2021-07-08
37
- ### Updated
38
- - Dependencies
39
-
40
- ## [1.0.1] - 2021-04-23
41
- ### Added
42
- - Cloud function support
43
-
44
- ## [1.0.0] - 2021-02-08
45
- ### Bumped
46
- - First version under `@apolitical`
47
- ### Fixed
48
- - Production transport with Google Winston
49
-
50
- ## [0.0.5] - 2020-09-02
51
- ### Updated
52
- - Readme
53
-
54
- ## [0.0.4] - 2020-09-02
55
- ### Updated
56
- - Gitlab CI/CD pipeline
57
-
58
- ## [0.0.3] - 2020-08-25
59
- ### Changed
60
- - Package lint and test dependencies
61
-
62
- ## [0.0.2] - 2020-07-30
63
- ### Fixed
64
- - Index file to export logger
65
-
66
- ## [0.0.1] - 2020-07-30
67
- ### Added
68
- - Initial setup