@vercel/routing-utils 5.0.8 → 5.1.1
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/schemas.d.ts +0 -1
- package/dist/schemas.js +0 -1
- package/package.json +1 -1
package/dist/schemas.d.ts
CHANGED
|
@@ -190,7 +190,6 @@ export declare const hasSchema: {
|
|
|
190
190
|
*/
|
|
191
191
|
export declare const routesSchema: {
|
|
192
192
|
readonly type: "array";
|
|
193
|
-
readonly maxItems: 2048;
|
|
194
193
|
readonly deprecated: true;
|
|
195
194
|
readonly description: "A list of routes objects used to rewrite paths to point towards other internal or external paths";
|
|
196
195
|
readonly example: readonly [{
|
package/dist/schemas.js
CHANGED
|
@@ -353,7 +353,6 @@ const transformsSchema = {
|
|
|
353
353
|
};
|
|
354
354
|
const routesSchema = {
|
|
355
355
|
type: "array",
|
|
356
|
-
maxItems: 2048,
|
|
357
356
|
deprecated: true,
|
|
358
357
|
description: "A list of routes objects used to rewrite paths to point towards other internal or external paths",
|
|
359
358
|
example: [{ dest: "https://docs.example.com", src: "/docs" }],
|