@vercel/routing-utils
Advanced tools
Comparing version 1.12.0 to 1.12.1-canary.0
@@ -153,2 +153,5 @@ export declare const hasSchema: { | ||
}; | ||
readonly middlewarePath: { | ||
readonly type: "string"; | ||
}; | ||
readonly has: { | ||
@@ -155,0 +158,0 @@ readonly description: "An array of requirements that are needed to match"; |
@@ -154,5 +154,4 @@ "use strict"; | ||
}, | ||
middleware: { | ||
type: 'number', | ||
}, | ||
middleware: { type: 'number' }, | ||
middlewarePath: { type: 'string' }, | ||
has: exports.hasSchema, | ||
@@ -159,0 +158,0 @@ missing: exports.hasSchema, |
@@ -37,2 +37,10 @@ import { HandleValue } from './index'; | ||
}; | ||
/** | ||
* A middleware key within the `output` key under the build result. | ||
* Overrides a `middleware` definition. | ||
*/ | ||
middlewarePath?: string; | ||
/** | ||
* A middleware index in the `middleware` key under the build result | ||
*/ | ||
middleware?: number; | ||
@@ -39,0 +47,0 @@ }; |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.12.0", | ||
"version": "1.12.1-canary.0", | ||
"description": "Vercel routing utilities", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "99fa729966c4334aa2d64c592421cc65e1644bdb" | ||
"gitHead": "a24fd64bce88d5025c52ac7dfbdc3c0f457de077" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
88044
1838
2