@tmlmobilidade/fastify 20260302.1453.8 → 20260305.1602.46

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.
@@ -6,7 +6,7 @@ import '@fastify/multipart';
6
6
  import fastifyCookie from '@fastify/cookie';
7
7
  import fastifyCors from '@fastify/cors';
8
8
  import oneLineLogger from '@fastify/one-line-logger';
9
- import { HttpException, HTTP_STATUS } from '@tmlmobilidade/consts';
9
+ import { HTTP_STATUS, HttpException } from '@tmlmobilidade/consts';
10
10
  import fastify from 'fastify';
11
11
  const defaultFastifyServiceOptions = {
12
12
  bodyLimit: 1024 * 1024 * 10, // 10MB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/fastify",
3
- "version": "20260302.1453.8",
3
+ "version": "20260305.1602.46",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -43,14 +43,12 @@
43
43
  "@tmlmobilidade/consts": "*",
44
44
  "@tmlmobilidade/interfaces": "*",
45
45
  "@tmlmobilidade/utils": "*",
46
- "fastify": "5.7.4",
47
- "pino": "^10.3.1",
48
- "pino-pretty": "^13.1.3"
46
+ "fastify": "5.8.1"
49
47
  },
50
48
  "devDependencies": {
51
49
  "@tmlmobilidade/tsconfig": "*",
52
50
  "@tmlmobilidade/types": "*",
53
- "@types/node": "25.3.0",
51
+ "@types/node": "25.3.3",
54
52
  "resolve-tspaths": "0.8.23",
55
53
  "tsc-watch": "7.2.0",
56
54
  "typescript": "5.9.3"