@forklaunch/hyper-express 0.5.5 → 0.5.6

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,11 +1,9 @@
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';
5
4
  import { AnySchemaValidator } from '@forklaunch/validator';
6
5
  import { BusboyConfig } from 'busboy';
7
6
  import * as uWebsockets from 'uWebSockets.js';
8
- export { ParsedQs } from 'qs';
9
7
 
10
8
  /**
11
9
  * Creates a route handler that matches any HTTP method with schema validation and type safety.
package/lib/index.d.ts CHANGED
@@ -1,11 +1,9 @@
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';
5
4
  import { AnySchemaValidator } from '@forklaunch/validator';
6
5
  import { BusboyConfig } from 'busboy';
7
6
  import * as uWebsockets from 'uWebSockets.js';
8
- export { ParsedQs } from 'qs';
9
7
 
10
8
  /**
11
9
  * Creates a route handler that matches any HTTP method with schema validation and type safety.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/hyper-express",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Forklaunch framework for hyper-express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -35,8 +35,8 @@
35
35
  "swagger-ui-express": "^5.0.1",
36
36
  "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.44.0",
37
37
  "@forklaunch/common": "0.3.4",
38
- "@forklaunch/validator": "0.6.4",
39
- "@forklaunch/core": "0.8.5"
38
+ "@forklaunch/core": "0.8.6",
39
+ "@forklaunch/validator": "0.6.4"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/js": "^9.28.0",