@vercel/routing-utils
Advanced tools
Comparing version 1.11.4-canary.3 to 1.11.4-canary.4
@@ -148,16 +148,3 @@ export declare const hasSchema: { | ||
readonly middleware: { | ||
readonly type: "object"; | ||
readonly required: readonly ["id", "type"]; | ||
readonly additionalProperties: false; | ||
readonly properties: { | ||
readonly id: { | ||
readonly type: "string"; | ||
readonly maxLength: 256; | ||
}; | ||
readonly type: { | ||
readonly type: "string"; | ||
readonly maxLength: 32; | ||
readonly enum: readonly ["v8-worker"]; | ||
}; | ||
}; | ||
readonly type: "number"; | ||
}; | ||
@@ -164,0 +151,0 @@ readonly has: { |
@@ -152,16 +152,3 @@ "use strict"; | ||
middleware: { | ||
type: 'object', | ||
required: ['id', 'type'], | ||
additionalProperties: false, | ||
properties: { | ||
id: { | ||
type: 'string', | ||
maxLength: 256, | ||
}, | ||
type: { | ||
type: 'string', | ||
maxLength: 32, | ||
enum: ['v8-worker'], | ||
}, | ||
}, | ||
type: 'number', | ||
}, | ||
@@ -168,0 +155,0 @@ has: exports.hasSchema, |
@@ -35,6 +35,3 @@ import { HandleValue } from './index'; | ||
}; | ||
middleware?: { | ||
id: string; | ||
type: 'v8-worker'; | ||
}; | ||
middleware?: number; | ||
}; | ||
@@ -41,0 +38,0 @@ export declare type Handler = { |
{ | ||
"name": "@vercel/routing-utils", | ||
"version": "1.11.4-canary.3", | ||
"version": "1.11.4-canary.4", | ||
"description": "Vercel routing utilities", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "3d7e01ebf032a5e391b3ad8df674437db23c622a" | ||
"gitHead": "9e16ce750b285b8f5bc9a01aa8b99028287ad147" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77131
1633