@waiting/shared-types
Advanced tools
Comparing version 15.3.0 to 16.0.0
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 15.2.0 | ||
* @version 15.3.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -29,3 +29,3 @@ import { XOR } from './common'; | ||
} | ||
export declare type PathPatternFunc = (ctx: any) => boolean; | ||
export declare type PathPatternFunc = (url: string) => boolean; | ||
export declare type MiddlewarePathPattern = (string | RegExp | PathPatternFunc)[]; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "15.3.0", | ||
"version": "16.0.0", | ||
"description": "shared typescript types", | ||
@@ -60,3 +60,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "048bfe308860002e8f30ae7e9a7d4a608ec171d8" | ||
"gitHead": "96b88fcbf0ae88b7095f674e569ca6b34bdc454a" | ||
} |
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
23917