@nestjs/platform-fastify 12.0.3 → 12.0.4

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/Readme.md +4 -0
  2. package/package.json +3 -3
package/Readme.md CHANGED
@@ -47,6 +47,10 @@ For questions and support please use the official [Discord channel](https://disc
47
47
 
48
48
  Please make sure to read the [Issue Reporting Checklist](https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md#-submitting-an-issue) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
49
49
 
50
+ ## Observability
51
+
52
+ [NestJS Observe](https://observe.nestjs.com) is the official observability platform for Nest applications. Install the `@nestjs/observe` SDK, pass an API key, and requests, background jobs, errors, logs, and distributed traces start streaming to a dashboard - no manual span wiring and no collector to run. Because the SDK hooks into Nest's own request lifecycle, a trace reads like a call graph of your controllers and providers instead of a bare HTTP route. Free for up to 300,000 events a month, and there is a [live demo](https://www.observe-demo.nestjs.com/dashboard) with no signup.
53
+
50
54
  ## Consulting
51
55
 
52
56
  With official support, you can get expert help straight from the Nest core team. We provide dedicated technical support, migration strategies, advice on best practices (and design decisions), PR reviews, and team augmentation. Read more about [support here](https://enterprise.nestjs.com).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/platform-fastify",
3
- "version": "12.0.3",
3
+ "version": "12.0.4",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
5
5
  "author": "Kamil Mysliwiec",
6
6
  "license": "MIT",
@@ -29,7 +29,7 @@
29
29
  "@fastify/formbody": "9.0.0",
30
30
  "@fastify/middie": "9.3.4",
31
31
  "fast-querystring": "1.1.2",
32
- "fastify": "5.12.4",
32
+ "fastify": "5.12.5",
33
33
  "find-my-way": "9.9.0",
34
34
  "light-my-request": "6.6.0",
35
35
  "path-to-regexp": "8.4.2",
@@ -49,5 +49,5 @@
49
49
  "optional": true
50
50
  }
51
51
  },
52
- "gitHead": "14151790e1abe870abc3bbf00f88786fc3ebe509"
52
+ "gitHead": "899dbe3a0c1e59d1d0fb7e0c7ad0b2d2aa4ae771"
53
53
  }