@nestjs/platform-fastify 9.3.8 → 9.3.9

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.
@@ -43,7 +43,7 @@ export interface NestFastifyApplication extends INestApplication {
43
43
  /**
44
44
  * Sets a view engine for templates (views), for example: `pug`, `handlebars`, or `ejs`.
45
45
  *
46
- * Don't pass in a string. The string type in the argument is for compatibilility reason and will cause an exception.
46
+ * Don't pass in a string. The string type in the argument is for compatibility reason and will cause an exception.
47
47
  * @returns {this}
48
48
  */
49
49
  setViewEngine(options: FastifyViewOptions | string): this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs/platform-fastify",
3
- "version": "9.3.8",
3
+ "version": "9.3.9",
4
4
  "description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
5
5
  "author": "Kamil Mysliwiec",
6
6
  "license": "MIT",