@ogcio/fastify-error-handler 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/package.json +3 -2
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-error-handler:** installed shared errors as dep ([28e8f93](https://github.com/ogcio/shared-node-utils/commit/28e8f935a729472718d68b5caf86173ac95550c0))
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
 
@@ -14,4 +41,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
41
 
15
42
  ## BREAKING CHANGES
16
43
 
17
- - Moved to fastify v5.0.0
44
+ - Moved to fastify v5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ogcio/fastify-error-handler",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -16,7 +16,8 @@
16
16
  "license": "ISC",
17
17
  "description": "Normalize the error handling of errors with related logs",
18
18
  "dependencies": {
19
- "@ogcio/fastify-logging-wrapper": "^5.0.0",
19
+ "@ogcio/fastify-logging-wrapper": "^5.0.2",
20
+ "@ogcio/shared-errors": "^1.0.0",
20
21
  "fastify": "^5.0.0"
21
22
  },
22
23
  "devDependencies": {