Comparing version 0.3.0-beta.3 to 0.3.0-beta.4
@@ -138,3 +138,3 @@ /// <reference types="bun-types" /> | ||
query: Typed['query']; | ||
params: IsUnknown<Typed['params']> extends true ? Record<ExtractPath<Path>, string> : Typed['params']; | ||
params: undefined extends Typed['params'] ? Record<ExtractPath<Path>, string> : Typed['params']; | ||
response: undefined extends Typed['response'] ? { | ||
@@ -141,0 +141,0 @@ '200': Catch; |
{ | ||
"name": "elysia", | ||
"description": "Fast, and friendly Bun web framework", | ||
"version": "0.3.0-beta.3", | ||
"version": "0.3.0-beta.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "saltyAom", |
@@ -310,3 +310,3 @@ import type { Elysia } from '.' | ||
query: Typed['query'] | ||
params: IsUnknown<Typed['params']> extends true | ||
params: undefined extends Typed['params'] | ||
? Record<ExtractPath<Path>, string> | ||
@@ -313,0 +313,0 @@ : Typed['params'] |
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
144584
41097
26
218