@ogcio/fastify-logging-wrapper 5.0.0 → 5.0.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/CHANGELOG.md +28 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 5.0.2 (2024-10-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **root:** startup repo ([7422a6c](https://github.com/ogcio/shared-node-utils/commit/7422a6c8a7d51722299e6cd61eebacefe2b80d6d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 5.0.1 (2024-10-01)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **fastify-logging-wrapper:** installed shared errors as dep ([f77a8ba](https://github.com/ogcio/shared-node-utils/commit/f77a8ba1532627120ff0b860685c552243664f5c))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **root:** startup repo ([7422a6c](https://github.com/ogcio/shared-node-utils/commit/7422a6c8a7d51722299e6cd61eebacefe2b80d6d))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# 5.0.0 (2024-10-01)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -13,4 +40,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
13
40
|
|
|
14
41
|
## BREAKING CHANGES
|
|
15
42
|
|
|
16
|
-
- Moved to fastify v5.0.0
|
|
43
|
+
- Moved to fastify v5.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ogcio/fastify-logging-wrapper",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/error": "^4.0.0",
|
|
20
20
|
"@fastify/sensible": "^6.0.1",
|
|
21
|
+
"@ogcio/shared-errors": "^1.0.0",
|
|
21
22
|
"fastify": "^5.0.0",
|
|
22
23
|
"hyperid": "^3.3.0"
|
|
23
24
|
},
|