@apolitical/logger 2.0.2 → 2.1.1-bht.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
  3. package/CHANGELOG.md +0 -60
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.0.2",
3
+ "version": "2.1.1-bht.0",
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",
@@ -24,23 +24,23 @@
24
24
  "Node Modules"
25
25
  ],
26
26
  "dependencies": {
27
- "@google-cloud/logging-winston": "4.1.1",
28
- "awilix": "6.1.0",
29
- "winston": "3.5.0"
27
+ "@google-cloud/logging-winston": "5.3.0",
28
+ "awilix": "8.0.0",
29
+ "winston": "3.8.2"
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",
37
- "lint-staged": "12.3.2"
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
+ "lint-staged": "13.1.0"
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/CHANGELOG.md DELETED
@@ -1,60 +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.0.2] - 2022-06-28
9
- ### Changed
10
- - Pipeline refs
11
-
12
- ## [2.0.1] - 2022-01-31
13
- ### Fixed
14
- - Node.js version
15
-
16
- ## [2.0.0] - 2022-01-18
17
- ### Changed
18
- - Updated dependencies
19
- - Upgraded Node.js version
20
- - Revamped GitLab pipelines
21
- - Renamed `metadata` to `labels` to allow consistency with logger middleware
22
- ### Added
23
- - Exposed logger middleware
24
- ### Removed
25
- - Filtered winston logger functionality
26
- - Restricted metadata
27
-
28
- ## [1.0.2] - 2021-07-08
29
- ### Updated
30
- - Dependencies
31
-
32
- ## [1.0.1] - 2021-04-23
33
- ### Added
34
- - Cloud function support
35
-
36
- ## [1.0.0] - 2021-02-08
37
- ### Bumped
38
- - First version under `@apolitical`
39
- ### Fixed
40
- - Production transport with Google Winston
41
-
42
- ## [0.0.5] - 2020-09-02
43
- ### Updated
44
- - Readme
45
-
46
- ## [0.0.4] - 2020-09-02
47
- ### Updated
48
- - Gitlab CI/CD pipeline
49
-
50
- ## [0.0.3] - 2020-08-25
51
- ### Changed
52
- - Package lint and test dependencies
53
-
54
- ## [0.0.2] - 2020-07-30
55
- ### Fixed
56
- - Index file to export logger
57
-
58
- ## [0.0.1] - 2020-07-30
59
- ### Added
60
- - Initial setup