Socket
Socket
Sign inDemoInstall

elysia

Package Overview
Dependencies
7
Maintainers
1
Versions
333
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-rc.8 to 1.0.0-rc.9

dist/cjs/dynamic-handle-BBrvTKxk.d.ts

2

dist/bun/index.d.ts
import 'bun';
import 'memoirist';
export { Static, TSchema } from '@sinclair/typebox';
export { Q as AfterHandler, a0 as BodyHandler, ac as Checksum, C as ComposedHandler, aG as Context, e as Cookie, c as CookieOptions, D as DefinitionBase, E as Elysia, m as ElysiaConfig, a3 as ErrorHandler, A as HTTPMethod, H as Handler, B as InputSchema, a6 as InternalRoute, I as InternalServerError, l as InvalidCookieSignature, y as LifeCycleEvent, L as LifeCycleStore, a7 as ListenCallback, a5 as LocalHook, n as MaybePromise, F as MergeSchema, N as NotFoundError, K as OptionalHandler, P as ParseError, aH as PreContext, a1 as PreHandler, t as RouteBase, v as RouteSchema, S as SchemaValidator, s as SingletonBase, Z as TraceEvent, T as TraceHandler, _ as TraceProcess, a as TraceReporter, b as TraceStream, w as UnwrapRoute, U as UnwrapSchema, V as ValidationError, X as VoidHandler, E as default, k as error, at as getResponseSchemaValidator, as as getSchemaValidator, aU as mapCompactResponse, aT as mapEarlyResponse, aS as mapResponse, ar as mergeHook, ap as mergeObjectArray, aI as t } from './dynamic-handle-Cbd7jtdn.js';
export { W as AfterHandler, a1 as BodyHandler, ad as Checksum, C as ComposedHandler, aH as Context, e as Cookie, c as CookieOptions, D as DefinitionBase, E as Elysia, n as ElysiaConfig, a4 as ErrorHandler, B as HTTPMethod, H as Handler, F as InputSchema, a7 as InternalRoute, I as InternalServerError, m as InvalidCookieSignature, z as LifeCycleEvent, L as LifeCycleStore, a8 as ListenCallback, a6 as LocalHook, o as MaybePromise, J as MergeSchema, N as NotFoundError, Q as OptionalHandler, P as ParseError, aI as PreContext, a2 as PreHandler, u as RouteBase, w as RouteSchema, S as SchemaValidator, t as SingletonBase, _ as TraceEvent, T as TraceHandler, $ as TraceProcess, a as TraceReporter, b as TraceStream, x as UnwrapRoute, U as UnwrapSchema, V as ValidationError, Y as VoidHandler, E as default, k as error, au as getResponseSchemaValidator, at as getSchemaValidator, aV as mapCompactResponse, aU as mapEarlyResponse, aT as mapResponse, as as mergeHook, aq as mergeObjectArray, aJ as t } from './dynamic-handle-BBrvTKxk.js';
import '@sinclair/typebox/compiler';

@@ -6,0 +6,0 @@ import 'openapi-types';

@@ -1,2 +0,2 @@

import { E as Elysia, L as LifeCycleStore, S as SchemaValidator, H as Handler, C as ComposedHandler } from './dynamic-handle-Cbd7jtdn.js';
import { E as Elysia, L as LifeCycleStore, S as SchemaValidator, H as Handler, C as ComposedHandler } from './dynamic-handle-BBrvTKxk.js';
import { TAnySchema } from '@sinclair/typebox';

@@ -3,0 +3,0 @@ import { Sucrose } from './sucrose.js';

@@ -1,2 +0,2 @@

export { aG as Context, aH as PreContext } from './dynamic-handle-Cbd7jtdn.js';
export { aH as Context, aI as PreContext } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -1,2 +0,2 @@

export { e as Cookie, c as CookieOptions, d as ElysiaCookie, f as createCookieJar, p as parseCookie } from './dynamic-handle-Cbd7jtdn.js';
export { e as Cookie, c as CookieOptions, d as ElysiaCookie, f as createCookieJar, p as parseCookie } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -417,2 +417,67 @@ "use strict";

var hasHash = isBun && typeof Bun.hash === "function";
var StatusMap = {
Continue: 100,
"Switching Protocols": 101,
Processing: 102,
"Early Hints": 103,
OK: 200,
Created: 201,
Accepted: 202,
"Non-Authoritative Information": 203,
"No Content": 204,
"Reset Content": 205,
"Partial Content": 206,
"Multi-Status": 207,
"Already Reported": 208,
"Multiple Choices": 300,
"Moved Permanently": 301,
Found: 302,
"See Other": 303,
"Not Modified": 304,
"Temporary Redirect": 307,
"Permanent Redirect": 308,
"Bad Request": 400,
Unauthorized: 401,
"Payment Required": 402,
Forbidden: 403,
"Not Found": 404,
"Method Not Allowed": 405,
"Not Acceptable": 406,
"Proxy Authentication Required": 407,
"Request Timeout": 408,
Conflict: 409,
Gone: 410,
"Length Required": 411,
"Precondition Failed": 412,
"Payload Too Large": 413,
"URI Too Long": 414,
"Unsupported Media Type": 415,
"Range Not Satisfiable": 416,
"Expectation Failed": 417,
"I'm a teapot": 418,
"Misdirected Request": 421,
"Unprocessable Content": 422,
Locked: 423,
"Failed Dependency": 424,
"Too Early": 425,
"Upgrade Required": 426,
"Precondition Required": 428,
"Too Many Requests": 429,
"Request Header Fields Too Large": 431,
"Unavailable For Legal Reasons": 451,
"Internal Server Error": 500,
"Not Implemented": 501,
"Bad Gateway": 502,
"Service Unavailable": 503,
"Gateway Timeout": 504,
"HTTP Version Not Supported": 505,
"Variant Also Negotiates": 506,
"Insufficient Storage": 507,
"Loop Detected": 508,
"Not Extended": 510,
"Network Authentication Required": 511
};
var InvertedStatusMap2 = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
function removeTrailingEquals(digest) {

@@ -419,0 +484,0 @@ let trimmedDigest = digest;

@@ -1,2 +0,2 @@

export { aW as DynamicHandler, aY as createDynamicErrorHandler, aX as createDynamicHandler } from './dynamic-handle-Cbd7jtdn.js';
export { aX as DynamicHandler, aZ as createDynamicErrorHandler, aY as createDynamicHandler } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -682,2 +682,5 @@ "use strict";

};
var InvertedStatusMap2 = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
function removeTrailingEquals(digest) {

@@ -684,0 +687,0 @@ let trimmedDigest = digest;

import 'undici-types';
import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
import '@sinclair/typebox';
export { h as ELYSIA_RESPONSE, g as ERROR_CODE, j as ElysiaErrors, I as InternalServerError, l as InvalidCookieSignature, N as NotFoundError, P as ParseError, V as ValidationError, k as error, i as isProduction } from './dynamic-handle-Cbd7jtdn.js';
export { h as ELYSIA_RESPONSE, g as ERROR_CODE, j as ElysiaErrors, I as InternalServerError, m as InvalidCookieSignature, N as NotFoundError, P as ParseError, V as ValidationError, k as error, l as inlineError, i as isProduction } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -6,0 +6,0 @@ import 'memoirist';

@@ -41,2 +41,3 @@ "use strict";

error: () => error,
inlineError: () => inlineError,
isProduction: () => isProduction

@@ -413,2 +414,5 @@ });

};
var InvertedStatusMap = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
var encoder = new TextEncoder();

@@ -427,2 +431,11 @@

});
var inlineError = (code, response) => ({
// @ts-expect-error
[ELYSIA_RESPONSE]: StatusMap[code] ?? code,
response: response ?? (code in StatusMap ? (
// @ts-ignore
StatusMap[code]
) : code),
_type: void 0
});
var InternalServerError = class extends Error {

@@ -531,3 +544,4 @@ constructor(message) {

error,
inlineError,
isProduction
});
import 'undici-types';
export { aV as errorToResponse, aP as isNotEmpty, aU as mapCompactResponse, aT as mapEarlyResponse, aS as mapResponse, aQ as parseSetCookies, aR as serializeCookie } from './dynamic-handle-Cbd7jtdn.js';
export { aW as errorToResponse, aQ as isNotEmpty, aV as mapCompactResponse, aU as mapEarlyResponse, aT as mapResponse, aR as parseSetCookies, aS as serializeCookie } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -4,0 +4,0 @@ import 'memoirist';

@@ -585,2 +585,5 @@ "use strict";

};
var InvertedStatusMap2 = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
var encoder = new TextEncoder();

@@ -587,0 +590,0 @@

import 'bun';
import 'memoirist';
export { Static, TSchema } from '@sinclair/typebox';
export { Q as AfterHandler, a0 as BodyHandler, ac as Checksum, C as ComposedHandler, aG as Context, e as Cookie, c as CookieOptions, D as DefinitionBase, E as Elysia, m as ElysiaConfig, a3 as ErrorHandler, A as HTTPMethod, H as Handler, B as InputSchema, a6 as InternalRoute, I as InternalServerError, l as InvalidCookieSignature, y as LifeCycleEvent, L as LifeCycleStore, a7 as ListenCallback, a5 as LocalHook, n as MaybePromise, F as MergeSchema, N as NotFoundError, K as OptionalHandler, P as ParseError, aH as PreContext, a1 as PreHandler, t as RouteBase, v as RouteSchema, S as SchemaValidator, s as SingletonBase, Z as TraceEvent, T as TraceHandler, _ as TraceProcess, a as TraceReporter, b as TraceStream, w as UnwrapRoute, U as UnwrapSchema, V as ValidationError, X as VoidHandler, E as default, k as error, at as getResponseSchemaValidator, as as getSchemaValidator, aU as mapCompactResponse, aT as mapEarlyResponse, aS as mapResponse, ar as mergeHook, ap as mergeObjectArray, aI as t } from './dynamic-handle-Cbd7jtdn.js';
export { W as AfterHandler, a1 as BodyHandler, ad as Checksum, C as ComposedHandler, aH as Context, e as Cookie, c as CookieOptions, D as DefinitionBase, E as Elysia, n as ElysiaConfig, a4 as ErrorHandler, B as HTTPMethod, H as Handler, F as InputSchema, a7 as InternalRoute, I as InternalServerError, m as InvalidCookieSignature, z as LifeCycleEvent, L as LifeCycleStore, a8 as ListenCallback, a6 as LocalHook, o as MaybePromise, J as MergeSchema, N as NotFoundError, Q as OptionalHandler, P as ParseError, aI as PreContext, a2 as PreHandler, u as RouteBase, w as RouteSchema, S as SchemaValidator, t as SingletonBase, _ as TraceEvent, T as TraceHandler, $ as TraceProcess, a as TraceReporter, b as TraceStream, x as UnwrapRoute, U as UnwrapSchema, V as ValidationError, Y as VoidHandler, E as default, k as error, au as getResponseSchemaValidator, at as getSchemaValidator, aV as mapCompactResponse, aU as mapEarlyResponse, aT as mapResponse, as as mergeHook, aq as mergeObjectArray, aJ as t } from './dynamic-handle-BBrvTKxk.js';
import '@sinclair/typebox/compiler';

@@ -6,0 +6,0 @@ import 'openapi-types';

@@ -1,2 +0,2 @@

import { L as LifeCycleStore, H as Handler, T as TraceHandler } from './dynamic-handle-Cbd7jtdn.js';
import { L as LifeCycleStore, H as Handler, T as TraceHandler } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -1,2 +0,2 @@

import { a as TraceReporter, T as TraceHandler, b as TraceStream } from './dynamic-handle-Cbd7jtdn.js';
import { a as TraceReporter, T as TraceHandler, b as TraceStream } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

import '@sinclair/typebox';
export { TypeCheck, TypeCompiler } from '@sinclair/typebox/compiler';
export { aK as ElysiaType, aJ as ElysiaTypeOptions, aL as TCookie, aI as t } from './dynamic-handle-Cbd7jtdn.js';
export { aL as ElysiaType, aK as ElysiaTypeOptions, aM as TCookie, aJ as t } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -5,0 +5,0 @@ export { TypeSystem, TypeSystemDuplicateFormat, TypeSystemDuplicateTypeKind, TypeSystemPolicy } from '@sinclair/typebox/system';

@@ -107,2 +107,67 @@ "use strict";

var hasHash = isBun && typeof Bun.hash === "function";
var StatusMap = {
Continue: 100,
"Switching Protocols": 101,
Processing: 102,
"Early Hints": 103,
OK: 200,
Created: 201,
Accepted: 202,
"Non-Authoritative Information": 203,
"No Content": 204,
"Reset Content": 205,
"Partial Content": 206,
"Multi-Status": 207,
"Already Reported": 208,
"Multiple Choices": 300,
"Moved Permanently": 301,
Found: 302,
"See Other": 303,
"Not Modified": 304,
"Temporary Redirect": 307,
"Permanent Redirect": 308,
"Bad Request": 400,
Unauthorized: 401,
"Payment Required": 402,
Forbidden: 403,
"Not Found": 404,
"Method Not Allowed": 405,
"Not Acceptable": 406,
"Proxy Authentication Required": 407,
"Request Timeout": 408,
Conflict: 409,
Gone: 410,
"Length Required": 411,
"Precondition Failed": 412,
"Payload Too Large": 413,
"URI Too Long": 414,
"Unsupported Media Type": 415,
"Range Not Satisfiable": 416,
"Expectation Failed": 417,
"I'm a teapot": 418,
"Misdirected Request": 421,
"Unprocessable Content": 422,
Locked: 423,
"Failed Dependency": 424,
"Too Early": 425,
"Upgrade Required": 426,
"Precondition Required": 428,
"Too Many Requests": 429,
"Request Header Fields Too Large": 431,
"Unavailable For Legal Reasons": 451,
"Internal Server Error": 500,
"Not Implemented": 501,
"Bad Gateway": 502,
"Service Unavailable": 503,
"Gateway Timeout": 504,
"HTTP Version Not Supported": 505,
"Variant Also Negotiates": 506,
"Insufficient Storage": 507,
"Loop Detected": 508,
"Not Extended": 510,
"Network Authentication Required": 511
};
var InvertedStatusMap = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
var encoder = new TextEncoder();

@@ -109,0 +174,0 @@

@@ -1,2 +0,2 @@

export { a8 as AddPrefix, a9 as AddPrefixCapitalize, aa as AddSuffix, ab as AddSuffixCapitalize, Q as AfterHandler, ad as BaseMacro, a0 as BodyHandler, ac as Checksum, aj as ComposeElysiaResponse, C as ComposedHandler, z as ContentType, ai as CreateEden, D as DefinitionBase, m as ElysiaConfig, af as ElysiaFn, a3 as ErrorHandler, G as GetPathParameter, a2 as GracefulHandler, A as HTTPMethod, H as Handler, J as InlineHandler, B as InputSchema, a6 as InternalRoute, a4 as Isolate, y as LifeCycleEvent, L as LifeCycleStore, al as LifeCycleType, a7 as ListenCallback, a5 as LocalHook, ag as MacroManager, ah as MacroQueue, ae as MacroToProperty, W as MapResponse, M as MaybeArray, n as MaybePromise, ak as MergeElysiaInstances, F as MergeSchema, u as MetadataBase, O as ObjectValues, K as OptionalHandler, r as Partial2, a1 as PreHandler, o as Prettify, q as Prettify2, R as Reconcile, t as RouteBase, v as RouteSchema, S as SchemaValidator, s as SingletonBase, Z as TraceEvent, T as TraceHandler, $ as TraceListener, _ as TraceProcess, a as TraceReporter, b as TraceStream, Y as TransformHandler, x as UnwrapGroupGuardRoute, w as UnwrapRoute, U as UnwrapSchema, X as VoidHandler } from './dynamic-handle-Cbd7jtdn.js';
export { a9 as AddPrefix, aa as AddPrefixCapitalize, ab as AddSuffix, ac as AddSuffixCapitalize, W as AfterHandler, ae as BaseMacro, a1 as BodyHandler, ad as Checksum, ak as ComposeElysiaResponse, C as ComposedHandler, A as ContentType, aj as CreateEden, D as DefinitionBase, n as ElysiaConfig, ag as ElysiaFn, a4 as ErrorHandler, G as GetPathParameter, a3 as GracefulHandler, B as HTTPMethod, H as Handler, K as InlineHandler, F as InputSchema, a7 as InternalRoute, a5 as Isolate, z as LifeCycleEvent, L as LifeCycleStore, am as LifeCycleType, a8 as ListenCallback, a6 as LocalHook, ah as MacroManager, ai as MacroQueue, af as MacroToProperty, X as MapResponse, M as MaybeArray, o as MaybePromise, al as MergeElysiaInstances, J as MergeSchema, v as MetadataBase, O as ObjectValues, Q as OptionalHandler, s as Partial2, a2 as PreHandler, q as Prettify, r as Prettify2, R as Reconcile, u as RouteBase, w as RouteSchema, S as SchemaValidator, t as SingletonBase, _ as TraceEvent, T as TraceHandler, a0 as TraceListener, $ as TraceProcess, a as TraceReporter, b as TraceStream, Z as TransformHandler, y as UnwrapGroupGuardRoute, x as UnwrapRoute, U as UnwrapSchema, Y as VoidHandler } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import '@sinclair/typebox';

import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
export { aA as HTTPStatusName, az as StatusMap, ax as asHookType, au as checksum, aE as createMacroManager, ay as filterGlobalHook, av as getCookieValidator, at as getResponseSchemaValidator, as as getSchemaValidator, aF as isNumericString, ao as mergeCookie, an as mergeDeep, ar as mergeHook, aw as mergeLifeCycle, ap as mergeObjectArray, aq as primitiveHooks, am as replaceUrlPath, aB as signCookie, aD as traceBackMacro, aC as unsignCookie } from './dynamic-handle-Cbd7jtdn.js';
export { aB as InvertedStatusMap, aA as StatusMap, ay as asHookType, av as checksum, aF as createMacroManager, az as filterGlobalHook, aw as getCookieValidator, au as getResponseSchemaValidator, at as getSchemaValidator, aG as isNumericString, ap as mergeCookie, ao as mergeDeep, as as mergeHook, ax as mergeLifeCycle, aq as mergeObjectArray, ar as primitiveHooks, an as replaceUrlPath, aC as signCookie, aE as traceBackMacro, aD as unsignCookie } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -5,0 +5,0 @@ import 'memoirist';

@@ -33,2 +33,3 @@ "use strict";

__export(utils_exports, {
InvertedStatusMap: () => InvertedStatusMap2,
StatusMap: () => StatusMap,

@@ -797,2 +798,5 @@ asHookType: () => asHookType,

};
var InvertedStatusMap2 = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
function removeTrailingEquals(digest) {

@@ -915,2 +919,3 @@ let trimmedDigest = digest;

0 && (module.exports = {
InvertedStatusMap,
StatusMap,

@@ -917,0 +922,0 @@ asHookType,

import 'bun';
import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
export { aN as ElysiaWS, aM as websocket } from '../dynamic-handle-Cbd7jtdn.js';
export { aO as ElysiaWS, aN as websocket } from '../dynamic-handle-BBrvTKxk.js';
import 'memoirist';

@@ -6,0 +6,0 @@ import 'openapi-types';

@@ -345,2 +345,67 @@ "use strict";

var hasHash = isBun && typeof Bun.hash === "function";
var StatusMap = {
Continue: 100,
"Switching Protocols": 101,
Processing: 102,
"Early Hints": 103,
OK: 200,
Created: 201,
Accepted: 202,
"Non-Authoritative Information": 203,
"No Content": 204,
"Reset Content": 205,
"Partial Content": 206,
"Multi-Status": 207,
"Already Reported": 208,
"Multiple Choices": 300,
"Moved Permanently": 301,
Found: 302,
"See Other": 303,
"Not Modified": 304,
"Temporary Redirect": 307,
"Permanent Redirect": 308,
"Bad Request": 400,
Unauthorized: 401,
"Payment Required": 402,
Forbidden: 403,
"Not Found": 404,
"Method Not Allowed": 405,
"Not Acceptable": 406,
"Proxy Authentication Required": 407,
"Request Timeout": 408,
Conflict: 409,
Gone: 410,
"Length Required": 411,
"Precondition Failed": 412,
"Payload Too Large": 413,
"URI Too Long": 414,
"Unsupported Media Type": 415,
"Range Not Satisfiable": 416,
"Expectation Failed": 417,
"I'm a teapot": 418,
"Misdirected Request": 421,
"Unprocessable Content": 422,
Locked: 423,
"Failed Dependency": 424,
"Too Early": 425,
"Upgrade Required": 426,
"Precondition Required": 428,
"Too Many Requests": 429,
"Request Header Fields Too Large": 431,
"Unavailable For Legal Reasons": 451,
"Internal Server Error": 500,
"Not Implemented": 501,
"Bad Gateway": 502,
"Service Unavailable": 503,
"Gateway Timeout": 504,
"HTTP Version Not Supported": 505,
"Variant Also Negotiates": 506,
"Insufficient Storage": 507,
"Loop Detected": 508,
"Not Extended": 510,
"Network Authentication Required": 511
};
var InvertedStatusMap = Object.fromEntries(
Object.entries(StatusMap).map(([k, v]) => [v, k])
);
var encoder = new TextEncoder();

@@ -347,0 +412,0 @@

import 'bun';
import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
export { aO as WS } from '../dynamic-handle-Cbd7jtdn.js';
export { aP as WS } from '../dynamic-handle-BBrvTKxk.js';
import 'memoirist';

@@ -6,0 +6,0 @@ import 'openapi-types';

@@ -1,2 +0,2 @@

import { E as Elysia, L as LifeCycleStore, S as SchemaValidator, H as Handler, C as ComposedHandler } from './dynamic-handle-Cbd7jtdn.js';
import { E as Elysia, L as LifeCycleStore, S as SchemaValidator, H as Handler, C as ComposedHandler } from './dynamic-handle-BBrvTKxk.js';
import { TAnySchema } from '@sinclair/typebox';

@@ -3,0 +3,0 @@ import { Sucrose } from './sucrose.js';

@@ -1,2 +0,2 @@

export { aG as Context, aH as PreContext } from './dynamic-handle-Cbd7jtdn.js';
export { aH as Context, aI as PreContext } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -1,2 +0,2 @@

export { e as Cookie, c as CookieOptions, d as ElysiaCookie, f as createCookieJar, p as parseCookie } from './dynamic-handle-Cbd7jtdn.js';
export { e as Cookie, c as CookieOptions, d as ElysiaCookie, f as createCookieJar, p as parseCookie } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -1,2 +0,2 @@

export { aW as DynamicHandler, aY as createDynamicErrorHandler, aX as createDynamicHandler } from './dynamic-handle-Cbd7jtdn.js';
export { aX as DynamicHandler, aZ as createDynamicErrorHandler, aY as createDynamicHandler } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

import 'undici-types';
import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
import '@sinclair/typebox';
export { h as ELYSIA_RESPONSE, g as ERROR_CODE, j as ElysiaErrors, I as InternalServerError, l as InvalidCookieSignature, N as NotFoundError, P as ParseError, V as ValidationError, k as error, i as isProduction } from './dynamic-handle-Cbd7jtdn.js';
export { h as ELYSIA_RESPONSE, g as ERROR_CODE, j as ElysiaErrors, I as InternalServerError, m as InvalidCookieSignature, N as NotFoundError, P as ParseError, V as ValidationError, k as error, l as inlineError, i as isProduction } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -6,0 +6,0 @@ import 'memoirist';

import 'undici-types';
export { aV as errorToResponse, aP as isNotEmpty, aU as mapCompactResponse, aT as mapEarlyResponse, aS as mapResponse, aQ as parseSetCookies, aR as serializeCookie } from './dynamic-handle-Cbd7jtdn.js';
export { aW as errorToResponse, aQ as isNotEmpty, aV as mapCompactResponse, aU as mapEarlyResponse, aT as mapResponse, aR as parseSetCookies, aS as serializeCookie } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -4,0 +4,0 @@ import 'memoirist';

import 'bun';
import 'memoirist';
export { Static, TSchema } from '@sinclair/typebox';
export { Q as AfterHandler, a0 as BodyHandler, ac as Checksum, C as ComposedHandler, aG as Context, e as Cookie, c as CookieOptions, D as DefinitionBase, E as Elysia, m as ElysiaConfig, a3 as ErrorHandler, A as HTTPMethod, H as Handler, B as InputSchema, a6 as InternalRoute, I as InternalServerError, l as InvalidCookieSignature, y as LifeCycleEvent, L as LifeCycleStore, a7 as ListenCallback, a5 as LocalHook, n as MaybePromise, F as MergeSchema, N as NotFoundError, K as OptionalHandler, P as ParseError, aH as PreContext, a1 as PreHandler, t as RouteBase, v as RouteSchema, S as SchemaValidator, s as SingletonBase, Z as TraceEvent, T as TraceHandler, _ as TraceProcess, a as TraceReporter, b as TraceStream, w as UnwrapRoute, U as UnwrapSchema, V as ValidationError, X as VoidHandler, E as default, k as error, at as getResponseSchemaValidator, as as getSchemaValidator, aU as mapCompactResponse, aT as mapEarlyResponse, aS as mapResponse, ar as mergeHook, ap as mergeObjectArray, aI as t } from './dynamic-handle-Cbd7jtdn.js';
export { W as AfterHandler, a1 as BodyHandler, ad as Checksum, C as ComposedHandler, aH as Context, e as Cookie, c as CookieOptions, D as DefinitionBase, E as Elysia, n as ElysiaConfig, a4 as ErrorHandler, B as HTTPMethod, H as Handler, F as InputSchema, a7 as InternalRoute, I as InternalServerError, m as InvalidCookieSignature, z as LifeCycleEvent, L as LifeCycleStore, a8 as ListenCallback, a6 as LocalHook, o as MaybePromise, J as MergeSchema, N as NotFoundError, Q as OptionalHandler, P as ParseError, aI as PreContext, a2 as PreHandler, u as RouteBase, w as RouteSchema, S as SchemaValidator, t as SingletonBase, _ as TraceEvent, T as TraceHandler, $ as TraceProcess, a as TraceReporter, b as TraceStream, x as UnwrapRoute, U as UnwrapSchema, V as ValidationError, Y as VoidHandler, E as default, k as error, au as getResponseSchemaValidator, at as getSchemaValidator, aV as mapCompactResponse, aU as mapEarlyResponse, aT as mapResponse, as as mergeHook, aq as mergeObjectArray, aJ as t } from './dynamic-handle-BBrvTKxk.js';
import '@sinclair/typebox/compiler';

@@ -6,0 +6,0 @@ import 'openapi-types';

@@ -1,2 +0,2 @@

import { L as LifeCycleStore, H as Handler, T as TraceHandler } from './dynamic-handle-Cbd7jtdn.js';
import { L as LifeCycleStore, H as Handler, T as TraceHandler } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

@@ -1,2 +0,2 @@

import { a as TraceReporter, T as TraceHandler, b as TraceStream } from './dynamic-handle-Cbd7jtdn.js';
import { a as TraceReporter, T as TraceHandler, b as TraceStream } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import 'memoirist';

import '@sinclair/typebox';
export { TypeCheck, TypeCompiler } from '@sinclair/typebox/compiler';
export { aK as ElysiaType, aJ as ElysiaTypeOptions, aL as TCookie, aI as t } from './dynamic-handle-Cbd7jtdn.js';
export { aL as ElysiaType, aK as ElysiaTypeOptions, aM as TCookie, aJ as t } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -5,0 +5,0 @@ export { TypeSystem, TypeSystemDuplicateFormat, TypeSystemDuplicateTypeKind, TypeSystemPolicy } from '@sinclair/typebox/system';

@@ -1,2 +0,2 @@

export { a8 as AddPrefix, a9 as AddPrefixCapitalize, aa as AddSuffix, ab as AddSuffixCapitalize, Q as AfterHandler, ad as BaseMacro, a0 as BodyHandler, ac as Checksum, aj as ComposeElysiaResponse, C as ComposedHandler, z as ContentType, ai as CreateEden, D as DefinitionBase, m as ElysiaConfig, af as ElysiaFn, a3 as ErrorHandler, G as GetPathParameter, a2 as GracefulHandler, A as HTTPMethod, H as Handler, J as InlineHandler, B as InputSchema, a6 as InternalRoute, a4 as Isolate, y as LifeCycleEvent, L as LifeCycleStore, al as LifeCycleType, a7 as ListenCallback, a5 as LocalHook, ag as MacroManager, ah as MacroQueue, ae as MacroToProperty, W as MapResponse, M as MaybeArray, n as MaybePromise, ak as MergeElysiaInstances, F as MergeSchema, u as MetadataBase, O as ObjectValues, K as OptionalHandler, r as Partial2, a1 as PreHandler, o as Prettify, q as Prettify2, R as Reconcile, t as RouteBase, v as RouteSchema, S as SchemaValidator, s as SingletonBase, Z as TraceEvent, T as TraceHandler, $ as TraceListener, _ as TraceProcess, a as TraceReporter, b as TraceStream, Y as TransformHandler, x as UnwrapGroupGuardRoute, w as UnwrapRoute, U as UnwrapSchema, X as VoidHandler } from './dynamic-handle-Cbd7jtdn.js';
export { a9 as AddPrefix, aa as AddPrefixCapitalize, ab as AddSuffix, ac as AddSuffixCapitalize, W as AfterHandler, ae as BaseMacro, a1 as BodyHandler, ad as Checksum, ak as ComposeElysiaResponse, C as ComposedHandler, A as ContentType, aj as CreateEden, D as DefinitionBase, n as ElysiaConfig, ag as ElysiaFn, a4 as ErrorHandler, G as GetPathParameter, a3 as GracefulHandler, B as HTTPMethod, H as Handler, K as InlineHandler, F as InputSchema, a7 as InternalRoute, a5 as Isolate, z as LifeCycleEvent, L as LifeCycleStore, am as LifeCycleType, a8 as ListenCallback, a6 as LocalHook, ah as MacroManager, ai as MacroQueue, af as MacroToProperty, X as MapResponse, M as MaybeArray, o as MaybePromise, al as MergeElysiaInstances, J as MergeSchema, v as MetadataBase, O as ObjectValues, Q as OptionalHandler, s as Partial2, a2 as PreHandler, q as Prettify, r as Prettify2, R as Reconcile, u as RouteBase, w as RouteSchema, S as SchemaValidator, t as SingletonBase, _ as TraceEvent, T as TraceHandler, a0 as TraceListener, $ as TraceProcess, a as TraceReporter, b as TraceStream, Z as TransformHandler, y as UnwrapGroupGuardRoute, x as UnwrapRoute, U as UnwrapSchema, Y as VoidHandler } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -3,0 +3,0 @@ import '@sinclair/typebox';

import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
export { aA as HTTPStatusName, az as StatusMap, ax as asHookType, au as checksum, aE as createMacroManager, ay as filterGlobalHook, av as getCookieValidator, at as getResponseSchemaValidator, as as getSchemaValidator, aF as isNumericString, ao as mergeCookie, an as mergeDeep, ar as mergeHook, aw as mergeLifeCycle, ap as mergeObjectArray, aq as primitiveHooks, am as replaceUrlPath, aB as signCookie, aD as traceBackMacro, aC as unsignCookie } from './dynamic-handle-Cbd7jtdn.js';
export { aB as InvertedStatusMap, aA as StatusMap, ay as asHookType, av as checksum, aF as createMacroManager, az as filterGlobalHook, aw as getCookieValidator, au as getResponseSchemaValidator, at as getSchemaValidator, aG as isNumericString, ap as mergeCookie, ao as mergeDeep, as as mergeHook, ax as mergeLifeCycle, aq as mergeObjectArray, ar as primitiveHooks, an as replaceUrlPath, aC as signCookie, aE as traceBackMacro, aD as unsignCookie } from './dynamic-handle-BBrvTKxk.js';
import 'bun';

@@ -5,0 +5,0 @@ import 'memoirist';

import 'bun';
import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
export { aN as ElysiaWS, aM as websocket } from '../dynamic-handle-Cbd7jtdn.js';
export { aO as ElysiaWS, aN as websocket } from '../dynamic-handle-BBrvTKxk.js';
import 'memoirist';

@@ -6,0 +6,0 @@ import 'openapi-types';

import 'bun';
import '@sinclair/typebox';
import '@sinclair/typebox/compiler';
export { aO as WS } from '../dynamic-handle-Cbd7jtdn.js';
export { aP as WS } from '../dynamic-handle-BBrvTKxk.js';
import 'memoirist';

@@ -6,0 +6,0 @@ import 'openapi-types';

{
"name": "elysia",
"description": "Ergonomic Framework for Human",
"version": "1.0.0-rc.8",
"version": "1.0.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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc