@ogcio/fastify-error-handler 5.0.0 → 5.0.1

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 +17 -1
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.1 (2024-10-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **fastify-error-handler:** installed shared errors as dep ([28e8f93](https://github.com/ogcio/shared-node-utils/commit/28e8f935a729472718d68b5caf86173ac95550c0))
12
+
13
+
14
+ ### Features
15
+
16
+ * **root:** startup repo ([7422a6c](https://github.com/ogcio/shared-node-utils/commit/7422a6c8a7d51722299e6cd61eebacefe2b80d6d))
17
+
18
+
19
+
20
+
21
+
6
22
  # 5.0.0 (2024-10-01)
7
23
 
8
24
 
@@ -14,4 +30,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
30
 
15
31
  ## BREAKING CHANGES
16
32
 
17
- - Moved to fastify v5.0.0
33
+ - 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.1",
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.1",
20
+ "@ogcio/shared-errors": "^1.0.0",
20
21
  "fastify": "^5.0.0"
21
22
  },
22
23
  "devDependencies": {