@vercel/routing-utils
Advanced tools
+8
-0
@@ -487,2 +487,6 @@ "use strict"; | ||
| } | ||
| }, | ||
| respectOriginCacheControl: { | ||
| 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.", | ||
| type: "boolean" | ||
| } | ||
@@ -542,2 +546,6 @@ } | ||
| } | ||
| }, | ||
| respectOriginCacheControl: { | ||
| 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.", | ||
| type: "boolean" | ||
| } | ||
@@ -544,0 +552,0 @@ } |
+2
-0
@@ -89,2 +89,3 @@ import { HandleValue } from './index'; | ||
| middleware?: number; | ||
| respectOriginCacheControl?: boolean; | ||
| }; | ||
@@ -126,2 +127,3 @@ export type RouteWithHandle = { | ||
| env?: string[]; | ||
| respectOriginCacheControl?: boolean; | ||
| } | ||
@@ -128,0 +130,0 @@ export interface Redirect { |
+1
-1
| { | ||
| "name": "@vercel/routing-utils", | ||
| "version": "5.3.1", | ||
| "version": "5.3.2", | ||
| "description": "Vercel routing utilities", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
211378
0.57%4457
0.41%