@forklaunch/express 0.9.21 → 0.9.23

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
@@ -2083,7 +2083,7 @@ var Application = class extends import_http3.ForklaunchExpressLikeApplication {
2083
2083
  zodSchemaValidator,
2084
2084
  protocol,
2085
2085
  host,
2086
- finalMcpPort,
2086
+ port,
2087
2087
  version ?? "1.0.0",
2088
2088
  this,
2089
2089
  this.mcpConfiguration,
package/lib/index.mjs CHANGED
@@ -2056,7 +2056,7 @@ var Application = class extends ForklaunchExpressLikeApplication {
2056
2056
  zodSchemaValidator,
2057
2057
  protocol,
2058
2058
  host,
2059
- finalMcpPort,
2059
+ port,
2060
2060
  version ?? "1.0.0",
2061
2061
  this,
2062
2062
  this.mcpConfiguration,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/express",
3
- "version": "0.9.21",
3
+ "version": "0.9.23",
4
4
  "description": "Forklaunch framework for express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@forklaunch/fastmcp-fork": "^1.0.5",
29
- "@modelcontextprotocol/sdk": "^1.18.2",
30
- "@scalar/express-api-reference": "^0.8.19",
29
+ "@modelcontextprotocol/sdk": "^1.19.1",
30
+ "@scalar/express-api-reference": "^0.8.20",
31
31
  "@types/multer": "^2.0.0",
32
32
  "body-parser": "^2.2.0",
33
33
  "busboy": "^1.6.0",
@@ -37,12 +37,12 @@
37
37
  "qs": "^6.14.0",
38
38
  "range-parser": "^1.2.1",
39
39
  "swagger-ui-express": "^5.0.1",
40
- "@forklaunch/common": "0.6.14",
41
- "@forklaunch/validator": "0.10.14",
42
- "@forklaunch/core": "0.15.3"
40
+ "@forklaunch/common": "0.6.16",
41
+ "@forklaunch/core": "0.15.5",
42
+ "@forklaunch/validator": "0.10.16"
43
43
  },
44
44
  "devDependencies": {
45
- "@eslint/js": "^9.36.0",
45
+ "@eslint/js": "^9.37.0",
46
46
  "@types/body-parser": "^1.19.6",
47
47
  "@types/bun": "^1.2.23",
48
48
  "@types/busboy": "^1.5.4",
@@ -53,7 +53,7 @@
53
53
  "@types/qs": "^6.14.0",
54
54
  "@types/range-parser": "^1.2.7",
55
55
  "@types/swagger-ui-express": "^4.1.8",
56
- "@typescript/native-preview": "7.0.0-dev.20250930.1",
56
+ "@typescript/native-preview": "7.0.0-dev.20251003.1",
57
57
  "jest": "^30.2.0",
58
58
  "kill-port-process": "^3.2.1",
59
59
  "prettier": "^3.6.2",
@@ -61,7 +61,7 @@
61
61
  "ts-node": "^10.9.2",
62
62
  "tsup": "^8.5.0",
63
63
  "typedoc": "^0.28.13",
64
- "typescript": "^5.9.2",
64
+ "typescript": "^5.9.3",
65
65
  "typescript-eslint": "^8.45.0"
66
66
  },
67
67
  "scripts": {