@edge-runtime/primitives
Advanced tools
Comparing version 1.1.0-beta.0 to 1.1.0-beta.1
@@ -1125,2 +1125,7 @@ declare class Crypto$1 implements globalThis.Crypto { | ||
declare class FetchEvent { | ||
awaiting: Set<Promise<void>> | ||
constructor(request: Request) | ||
} | ||
type URLPatternInput = URLPatternInit | string | ||
@@ -1130,7 +1135,4 @@ | ||
constructor(init?: URLPatternInput, baseURL?: string) | ||
test(input?: URLPatternInput, baseURL?: string): boolean | ||
exec(input?: URLPatternInput, baseURL?: string): URLPatternResult | null | ||
readonly protocol: string | ||
@@ -1248,3 +1250,3 @@ readonly username: string | ||
Event: typeof Event | ||
FetchEvent: typeof EventTarget | ||
FetchEvent: typeof FetchEvent | ||
EventTarget: typeof EventTarget | ||
@@ -1251,0 +1253,0 @@ EvalError: typeof EvalError |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://edge-runtime.vercel.app/packages/primitives", | ||
"version": "1.1.0-beta.0", | ||
"version": "1.1.0-beta.1", | ||
"main": "dist/index.js", | ||
@@ -64,3 +64,3 @@ "repository": { | ||
"types": "dist/index.d.ts", | ||
"gitHead": "78efad9e63dbbe69cef35ed68a45bff22a3f5d7c" | ||
"gitHead": "0d620e3d0a11bb9bf5e834af8721c8c4b6c48ddd" | ||
} |
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
1003560
23484