@vercel/gatsby-plugin-vercel-builder 2.0.16 → 2.0.18

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/dist/index.js +3 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -120,6 +120,9 @@ var writeHandler = async ({
120
120
  platform: "node",
121
121
  bundle: true,
122
122
  minify: true,
123
+ // prevents renaming edge cases from causing failures like:
124
+ // https://github.com/node-fetch/node-fetch/issues/784
125
+ keepNames: true,
123
126
  define: {
124
127
  "process.env.NODE_ENV": "'production'",
125
128
  vercel_pathPrefix: JSON.stringify(prefix)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/gatsby-plugin-vercel-builder",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@sinclair/typebox": "0.25.24",
17
- "@vercel/build-utils": "7.5.1",
17
+ "@vercel/build-utils": "7.7.0",
18
18
  "@vercel/routing-utils": "3.1.0",
19
19
  "esbuild": "0.14.47",
20
20
  "etag": "1.8.1",