alien-middleware 0.11.1 → 0.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -264,4 +264,4 @@ declare function chain<TEnv extends object = {}, TProperties extends object = {}
264
264
  }>;
265
265
  declare function chain<T extends AnyMiddleware>(middleware: T): T extends AnyMiddlewareChain ? T : RequestHandler<ApplyFirstMiddleware<T>>;
266
266
 
267
- export { type ApplyMiddleware as A, type EmptyMiddlewareChain as E, type HattipContext as H, type MiddlewareContext as M, type Router as R, MiddlewareChain as a, type RouteContext as b, type RouteHandler as c, chain as d, type ApplyMiddlewares as e, filterPlatform as f, type EnvAccessor as g, type ExtractMiddleware as h, type Middleware as i, type MiddlewareTypes as j, type RequestContext as k, type RequestHandler as l, type RequestMiddleware as m, type RequestPlugin as n, type ResponseCallback as o };
267
+ export { type AnyMiddleware as A, type EmptyMiddlewareChain as E, type HattipContext as H, type MiddlewareContext as M, type Router as R, MiddlewareChain as a, type RouteContext as b, type RouteHandler as c, chain as d, type AnyMiddlewareChain as e, filterPlatform as f, type ApplyMiddleware as g, type ApplyMiddlewares as h, type EnvAccessor as i, type ExtractMiddleware as j, type Middleware as k, type MiddlewareTypes as l, type RequestContext as m, type RequestHandler as n, type RequestMiddleware as o, type RequestPlugin as p, type ResponseCallback as q };
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { A as ApplyMiddleware, e as ApplyMiddlewares, E as EmptyMiddlewareChain, g as EnvAccessor, h as ExtractMiddleware, H as HattipContext, i as Middleware, a as MiddlewareChain, M as MiddlewareContext, j as MiddlewareTypes, k as RequestContext, l as RequestHandler, m as RequestMiddleware, n as RequestPlugin, o as ResponseCallback, d as chain, f as filterPlatform } from './index-F_xAxN5f.js';
1
+ export { A as AnyMiddleware, e as AnyMiddlewareChain, g as ApplyMiddleware, h as ApplyMiddlewares, E as EmptyMiddlewareChain, i as EnvAccessor, j as ExtractMiddleware, H as HattipContext, k as Middleware, a as MiddlewareChain, M as MiddlewareContext, l as MiddlewareTypes, m as RequestContext, n as RequestHandler, o as RequestMiddleware, p as RequestPlugin, q as ResponseCallback, d as chain, f as filterPlatform } from './index-Bncc19bC.js';
2
2
  import '@hattip/core';
3
3
  import 'pathic';
package/dist/router.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { R as Router, M as MiddlewareContext, a as MiddlewareChain, E as EmptyMiddlewareChain } from './index-F_xAxN5f.js';
2
- export { b as RouteContext, c as RouteHandler } from './index-F_xAxN5f.js';
1
+ import { R as Router, M as MiddlewareContext, a as MiddlewareChain, E as EmptyMiddlewareChain } from './index-Bncc19bC.js';
2
+ export { b as RouteContext, c as RouteHandler } from './index-Bncc19bC.js';
3
3
  import '@hattip/core';
4
4
  import 'pathic';
5
5
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "alien-middleware",
3
3
  "type": "module",
4
- "version": "0.11.1",
4
+ "version": "0.11.2",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",