@forklaunch/hyper-express 0.5.17 → 0.5.18

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.
package/lib/index.d.mts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as _forklaunch_core_http from '@forklaunch/core/http';
2
2
  import { ParamsObject, ResponsesObject, Body, QueryObject, HeadersObject, ContractDetails, ExpressLikeSchemaHandler, ForklaunchExpressLikeApplication, OpenTelemetryCollector, MetricsDefinition, DocsConfiguration, ForklaunchExpressLikeRouter, ForklaunchRouter, TypedMiddlewareDefinition } from '@forklaunch/core/http';
3
3
  import { Request, Response, MiddlewareNext, Server, MiddlewareHandler, ServerConstructorOptions, Router as Router$1 } from '@forklaunch/hyper-express-fork';
4
+ export { MiddlewareNext as NextFunction, Request, Response } from '@forklaunch/hyper-express-fork';
4
5
  import { AnySchemaValidator } from '@forklaunch/validator';
5
6
  import { BusboyConfig } from 'busboy';
6
7
  import { CorsOptions } from 'cors';
package/lib/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as _forklaunch_core_http from '@forklaunch/core/http';
2
2
  import { ParamsObject, ResponsesObject, Body, QueryObject, HeadersObject, ContractDetails, ExpressLikeSchemaHandler, ForklaunchExpressLikeApplication, OpenTelemetryCollector, MetricsDefinition, DocsConfiguration, ForklaunchExpressLikeRouter, ForklaunchRouter, TypedMiddlewareDefinition } from '@forklaunch/core/http';
3
3
  import { Request, Response, MiddlewareNext, Server, MiddlewareHandler, ServerConstructorOptions, Router as Router$1 } from '@forklaunch/hyper-express-fork';
4
+ export { MiddlewareNext as NextFunction, Request, Response } from '@forklaunch/hyper-express-fork';
4
5
  import { AnySchemaValidator } from '@forklaunch/validator';
5
6
  import { BusboyConfig } from 'busboy';
6
7
  import { CorsOptions } from 'cors';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/hyper-express",
3
- "version": "0.5.17",
3
+ "version": "0.5.18",
4
4
  "description": "Forklaunch framework for hyper-express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {