@forklaunch/hyper-express 0.5.20 → 0.5.21
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 +3 -1
- package/lib/index.d.ts +3 -1
- package/package.json +1 -1
package/lib/index.d.mts
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
import * as _forklaunch_core_http from '@forklaunch/core/http';
|
2
2
|
import { ParamsObject, ResponsesObject, Body, QueryObject, HeadersObject, ContractDetails, ExpressLikeSchemaHandler, DocsConfiguration, ForklaunchExpressLikeApplication, OpenTelemetryCollector, MetricsDefinition, ForklaunchExpressLikeRouter, ForklaunchRouter, TypedMiddlewareDefinition } from '@forklaunch/core/http';
|
3
3
|
import { Request, Response, MiddlewareNext, ServerConstructorOptions, Server, MiddlewareHandler, Router as Router$1 } from '@forklaunch/hyper-express-fork';
|
4
|
-
export { MiddlewareNext as NextFunction, Request, Response } from '@forklaunch/hyper-express-fork';
|
4
|
+
export { MiddlewareNext as NextFunction, Request, Response, ServerConstructorOptions } from '@forklaunch/hyper-express-fork';
|
5
5
|
import { AnySchemaValidator } from '@forklaunch/validator';
|
6
6
|
import { BusboyConfig } from 'busboy';
|
7
|
+
export { BusboyConfig } from 'busboy';
|
7
8
|
import { CorsOptions } from 'cors';
|
9
|
+
export { CorsOptions } from 'cors';
|
8
10
|
import * as uWebsockets from 'uWebSockets.js';
|
9
11
|
|
10
12
|
/**
|
package/lib/index.d.ts
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
import * as _forklaunch_core_http from '@forklaunch/core/http';
|
2
2
|
import { ParamsObject, ResponsesObject, Body, QueryObject, HeadersObject, ContractDetails, ExpressLikeSchemaHandler, DocsConfiguration, ForklaunchExpressLikeApplication, OpenTelemetryCollector, MetricsDefinition, ForklaunchExpressLikeRouter, ForklaunchRouter, TypedMiddlewareDefinition } from '@forklaunch/core/http';
|
3
3
|
import { Request, Response, MiddlewareNext, ServerConstructorOptions, Server, MiddlewareHandler, Router as Router$1 } from '@forklaunch/hyper-express-fork';
|
4
|
-
export { MiddlewareNext as NextFunction, Request, Response } from '@forklaunch/hyper-express-fork';
|
4
|
+
export { MiddlewareNext as NextFunction, Request, Response, ServerConstructorOptions } from '@forklaunch/hyper-express-fork';
|
5
5
|
import { AnySchemaValidator } from '@forklaunch/validator';
|
6
6
|
import { BusboyConfig } from 'busboy';
|
7
|
+
export { BusboyConfig } from 'busboy';
|
7
8
|
import { CorsOptions } from 'cors';
|
9
|
+
export { CorsOptions } from 'cors';
|
8
10
|
import * as uWebsockets from 'uWebSockets.js';
|
9
11
|
|
10
12
|
/**
|