@vercel/gatsby-plugin-vercel-builder 2.0.114 → 2.0.116

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 +8 -0
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1879,6 +1879,10 @@ var require_schemas = __commonJS({
1879
1879
  type: "string",
1880
1880
  maxLength: 256
1881
1881
  }
1882
+ },
1883
+ respectOriginCacheControl: {
1884
+ description: "When set to true (default), external rewrites will respect the Cache-Control header from the origin. When false, caching is disabled for this rewrite.",
1885
+ type: "boolean"
1882
1886
  }
1883
1887
  }
1884
1888
  },
@@ -1933,6 +1937,10 @@ var require_schemas = __commonJS({
1933
1937
  type: "string",
1934
1938
  maxLength: 256
1935
1939
  }
1940
+ },
1941
+ respectOriginCacheControl: {
1942
+ description: "When set to true (default), external rewrites will respect the Cache-Control header from the origin. When false, caching is disabled for this rewrite.",
1943
+ type: "boolean"
1936
1944
  }
1937
1945
  }
1938
1946
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/gatsby-plugin-vercel-builder",
3
- "version": "2.0.114",
3
+ "version": "2.0.116",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@sinclair/typebox": "0.25.24",
17
- "esbuild": "0.14.47",
17
+ "esbuild": "0.27.0",
18
18
  "etag": "1.8.1",
19
19
  "fs-extra": "11.1.0",
20
- "@vercel/build-utils": "13.2.4"
20
+ "@vercel/build-utils": "13.2.6"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/etag": "1.8.0",
@@ -27,7 +27,7 @@
27
27
  "@types/react": "18.0.26",
28
28
  "jest-junit": "16.0.0",
29
29
  "typescript": "4.9.5",
30
- "@vercel/routing-utils": "5.3.1"
30
+ "@vercel/routing-utils": "5.3.2"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "node ../../utils/build-builder.mjs",