@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 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" }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/routing-utils",
3
- "version": "5.0.8",
3
+ "version": "5.1.1",
4
4
  "description": "Vercel routing utilities",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",