@forklaunch/express 0.9.27 → 0.9.29

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
@@ -2077,7 +2077,14 @@ var Application = class extends import_http3.ForklaunchExpressLikeApplication {
2077
2077
  );
2078
2078
  import_fs.default.writeFileSync(
2079
2079
  process.env.FORKLAUNCH_OPENAPI_OUTPUT,
2080
- JSON.stringify(openApiSpec, null, 2)
2080
+ JSON.stringify(
2081
+ {
2082
+ ...openApiSpec,
2083
+ "": openApiSpec[import_http3.OPENAPI_DEFAULT_VERSION]
2084
+ },
2085
+ null,
2086
+ 2
2087
+ )
2081
2088
  );
2082
2089
  process.exit(0);
2083
2090
  }
package/lib/index.mjs CHANGED
@@ -2050,7 +2050,14 @@ var Application = class extends ForklaunchExpressLikeApplication {
2050
2050
  );
2051
2051
  fs2.writeFileSync(
2052
2052
  process.env.FORKLAUNCH_OPENAPI_OUTPUT,
2053
- JSON.stringify(openApiSpec, null, 2)
2053
+ JSON.stringify(
2054
+ {
2055
+ ...openApiSpec,
2056
+ "": openApiSpec[OPENAPI_DEFAULT_VERSION]
2057
+ },
2058
+ null,
2059
+ 2
2060
+ )
2054
2061
  );
2055
2062
  process.exit(0);
2056
2063
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/express",
3
- "version": "0.9.27",
3
+ "version": "0.9.29",
4
4
  "description": "Forklaunch framework for express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -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.19",
41
- "@forklaunch/validator": "0.10.19",
42
- "@forklaunch/core": "0.15.8"
40
+ "@forklaunch/common": "0.6.20",
41
+ "@forklaunch/validator": "0.10.20",
42
+ "@forklaunch/core": "0.15.10"
43
43
  },
44
44
  "devDependencies": {
45
- "@eslint/js": "^9.37.0",
45
+ "@eslint/js": "^9.38.0",
46
46
  "@types/body-parser": "^1.19.6",
47
47
  "@types/bun": "^1.3.0",
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.20251016.1",
56
+ "@typescript/native-preview": "7.0.0-dev.20251017.1",
57
57
  "jest": "^30.2.0",
58
58
  "kill-port-process": "^3.2.1",
59
59
  "prettier": "^3.6.2",