@vercel/routing-utils
Advanced tools
Comparing version 1.11.4-canary.5 to 1.11.4-canary.6
@@ -92,2 +92,5 @@ export declare const hasSchema: { | ||
}; | ||
readonly caseSensitive: { | ||
readonly type: "boolean"; | ||
}; | ||
readonly important: { | ||
@@ -94,0 +97,0 @@ readonly type: "boolean"; |
@@ -96,2 +96,5 @@ "use strict"; | ||
}, | ||
caseSensitive: { | ||
type: 'boolean', | ||
}, | ||
important: { | ||
@@ -98,0 +101,0 @@ type: 'boolean', |
@@ -27,2 +27,3 @@ import { HandleValue } from './index'; | ||
override?: boolean; | ||
caseSensitive?: boolean; | ||
check?: boolean; | ||
@@ -29,0 +30,0 @@ important?: boolean; |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.11.4-canary.5", | ||
"version": "1.11.4-canary.6", | ||
"description": "Vercel routing utilities", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "cd7185a872a5767cfc010b849a4064cbc4e9f679" | ||
"gitHead": "2a8588a0c5606d38f7488818e2598d4249b71abc" | ||
} |
87676
1828