mailtrap-plugin 1.1.3 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mailtrap-plugin",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Mailtrap plugin to Flow requests",
5
5
  "main": "./dist/node-bundle.js",
6
6
  "browser": "./dist/browser-bundle.js",
@@ -31,7 +31,7 @@ const commonConfig = {
31
31
  // Configuration for Node.js bundle
32
32
  const nodeConfig = {
33
33
  ...commonConfig,
34
- target: "node", // Target Node.js environment
34
+ target: "node20", // Target Node.js environment
35
35
  output: {
36
36
  ...commonConfig.output,
37
37
  filename: "node-bundle.js",