Comparing version 1.1.0-rc.8 to 1.1.0-rc.9
@@ -259,7 +259,3 @@ import type { Elysia } from '.'; | ||
cookie: undefined extends A['cookie'] ? B['cookie'] : A['cookie']; | ||
response: Prettify<{ | ||
[v in keyof A['response']]: A['response'][v]; | ||
} & { | ||
[v in keyof Omit<B['response'], keyof A['response']>]: B['response'][v]; | ||
}>; | ||
response: undefined extends A['response'] ? B['response'] : A['response']; | ||
} | ||
@@ -266,0 +262,0 @@ export type Handler<in out Route extends RouteSchema = {}, in out Singleton extends SingletonBase = { |
@@ -259,7 +259,3 @@ import type { Elysia } from '.'; | ||
cookie: undefined extends A['cookie'] ? B['cookie'] : A['cookie']; | ||
response: Prettify<{ | ||
[v in keyof A['response']]: A['response'][v]; | ||
} & { | ||
[v in keyof Omit<B['response'], keyof A['response']>]: B['response'][v]; | ||
}>; | ||
response: undefined extends A['response'] ? B['response'] : A['response']; | ||
} | ||
@@ -266,0 +262,0 @@ export type Handler<in out Route extends RouteSchema = {}, in out Singleton extends SingletonBase = { |
{ | ||
"name": "elysia", | ||
"description": "Ergonomic Framework for Human", | ||
"version": "1.1.0-rc.8", | ||
"version": "1.1.0-rc.9", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "saltyAom", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2468584
52730