@vercel/routing-utils 2.1.8 → 2.1.9
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.
- package/dist/types.d.ts +4 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -39,6 +39,10 @@ export declare type RouteWithSrc = {
|
|
|
39
39
|
* Overrides a `middleware` definition.
|
|
40
40
|
*/
|
|
41
41
|
middlewarePath?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The original middleware matchers.
|
|
44
|
+
*/
|
|
45
|
+
middlewareRawSrc?: string[];
|
|
42
46
|
/**
|
|
43
47
|
* A middleware index in the `middleware` key under the build result
|
|
44
48
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/routing-utils",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "Vercel routing utilities",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"optionalDependencies": {
|
|
31
31
|
"ajv": "^6.0.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "9308a0fda5e14ee8a07b9a3506e4480f5f67d212"
|
|
34
34
|
}
|