@nestjs/platform-fastify 11.1.0 → 11.1.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.
package/Readme.md CHANGED
@@ -62,9 +62,7 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
62
62
  <td><a href="https://trilon.io" target="_blank"><img src="https://nestjs.com/img/trilon.svg" width="200" valign="middle" /></a></td>
63
63
  <td><a href="https://microsoft.com/" target="_blank"><img src="https://nestjs.com/img/logos/microsoft-logo.png" width="180" valign="middle" /></a></td>
64
64
  <td><a href="https://mojam.co" target="_blank"><img src="https://nestjs.com/img/logos/mojam-logo.png" width="80" valign="middle" /></a></td>
65
- <td><a href="https://marblism.com?utm_source=nest" target="_blank"><img src="https://nestjs.com/img/logos/marblism-logo.png" width="180" valign="middle" /></a></td>
66
65
  <td><a href="https://valor-software.com/" target="_blank"><img src="https://docs.nestjs.com/assets/sponsors/valor-software.png" width="170" valign="middle" /></a></td>
67
- <td><a href="https://amplication.com/" target="_blank"><img src="https://nestjs.com/img/logos/amplication-logo.svg" width="190" valign="middle" /></a></td>
68
66
  </tr>
69
67
  </table>
70
68
 
@@ -90,9 +90,9 @@ export declare class FastifyAdapter<TServer extends RawServerBase = RawServerDef
90
90
  useStaticAssets(options: FastifyStaticOptions): any;
91
91
  setViewEngine(options: FastifyViewOptions | string): any;
92
92
  isHeadersSent(response: TReply): boolean;
93
- getHeader?(response: any, name: string): any;
93
+ getHeader(response: any, name: string): any;
94
94
  setHeader(response: TReply, name: string, value: string): FastifyReply<RouteGenericInterface, TServer, TRawRequest, TRawResponse, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, unknown>;
95
- appendHeader?(response: any, name: string, value: string): void;
95
+ appendHeader(response: any, name: string, value: string): void;
96
96
  getRequestHostname(request: TRequest): string;
97
97
  getRequestMethod(request: TRequest): string;
98
98
  getRequestUrl(request: TRequest): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/platform-fastify",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
5
5
  "author": "Kamil Mysliwiec",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "@fastify/formbody": "8.0.2",
23
23
  "@fastify/middie": "9.0.3",
24
24
  "fast-querystring": "1.1.2",
25
- "fastify": "5.3.2",
25
+ "fastify": "5.3.3",
26
26
  "light-my-request": "6.6.0",
27
27
  "path-to-regexp": "8.2.0",
28
28
  "tslib": "2.8.1"