@forklaunch/hyper-express 0.9.21 → 0.9.22

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.js CHANGED
@@ -495,7 +495,7 @@ Correlation id: ${(0, import_http13.isForklaunchRequest)(req) ? req.context.corr
495
495
  zodSchemaValidator,
496
496
  protocol,
497
497
  host,
498
- finalMcpPort,
498
+ port,
499
499
  version ?? "1.0.0",
500
500
  this,
501
501
  this.mcpConfiguration,
package/lib/index.mjs CHANGED
@@ -489,7 +489,7 @@ Correlation id: ${isForklaunchRequest(req) ? req.context.correlationId : "No cor
489
489
  zodSchemaValidator,
490
490
  protocol,
491
491
  host,
492
- finalMcpPort,
492
+ port,
493
493
  version ?? "1.0.0",
494
494
  this,
495
495
  this.mcpConfiguration,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/hyper-express",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "Forklaunch framework for hyper-express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -26,27 +26,27 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@forklaunch/hyper-express-fork": "^6.17.35",
29
- "@scalar/express-api-reference": "^0.8.19",
29
+ "@scalar/express-api-reference": "^0.8.20",
30
30
  "cors": "^2.8.5",
31
31
  "live-directory": "^3.0.3",
32
32
  "openapi3-ts": "^4.5.0",
33
33
  "qs": "^6.14.0",
34
- "swagger-ui-dist": "^5.29.1",
34
+ "swagger-ui-dist": "^5.29.3",
35
35
  "swagger-ui-express": "^5.0.1",
36
36
  "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
37
- "@forklaunch/common": "0.6.14",
38
- "@forklaunch/core": "0.15.3",
39
- "@forklaunch/validator": "0.10.14"
37
+ "@forklaunch/common": "0.6.15",
38
+ "@forklaunch/core": "0.15.4",
39
+ "@forklaunch/validator": "0.10.15"
40
40
  },
41
41
  "devDependencies": {
42
- "@eslint/js": "^9.36.0",
42
+ "@eslint/js": "^9.37.0",
43
43
  "@types/busboy": "^1.5.4",
44
44
  "@types/cors": "^2.8.19",
45
45
  "@types/jest": "^30.0.0",
46
46
  "@types/qs": "^6.14.0",
47
47
  "@types/swagger-ui-dist": "^3.30.6",
48
48
  "@types/swagger-ui-express": "^4.1.8",
49
- "@typescript/native-preview": "7.0.0-dev.20250930.1",
49
+ "@typescript/native-preview": "7.0.0-dev.20251003.1",
50
50
  "jest": "^30.2.0",
51
51
  "kill-port-process": "^3.2.1",
52
52
  "prettier": "^3.6.2",
@@ -55,7 +55,7 @@
55
55
  "tsup": "^8.5.0",
56
56
  "tsx": "^4.20.6",
57
57
  "typedoc": "^0.28.13",
58
- "typescript": "^5.9.2",
58
+ "typescript": "^5.9.3",
59
59
  "typescript-eslint": "^8.45.0"
60
60
  },
61
61
  "scripts": {