@apolitical/logger 2.0.0-beta.7 → 2.0.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 (2) hide show
  1. package/CHANGELOG.md +8 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,14 +5,17 @@ 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
-
9
8
  ## [2.0.0] - 2022-01-18
10
9
  ### Changed
11
- - Dependencies
12
- - Node version
13
- - Labels definition instead of metadata
10
+ - Updated dependencies
11
+ - Upgraded Node.js version
12
+ - Revamped GitLab pipelines
13
+ - Renamed `metadata` to `labels` to allow consistency with logger middleware
14
14
  ### Added
15
- - Logger middleware
15
+ - Exposed logger middleware
16
+ ### Removed
17
+ - Filtered winston logger functionality
18
+ - Restricted metadata
16
19
 
17
20
  ## [1.0.2] - 2021-07-08
18
21
  ### Updated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/logger",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.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",
@@ -29,12 +29,12 @@
29
29
  "winston": "3.4.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@apolitical/eslint-config": "1.0.0-beta.0",
32
+ "@apolitical/eslint-config": "1.0.1",
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.2.1"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16.13.2"