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