@forklaunch/hyper-express 1.2.16 → 1.2.18
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 +1 -0
- package/lib/index.mjs +1 -0
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -471,6 +471,7 @@ var Application = class extends import_http13.ForklaunchExpressLikeApplication {
|
|
|
471
471
|
this.openapiConfiguration = configurationOptions?.openapi;
|
|
472
472
|
}
|
|
473
473
|
async listen(arg0, arg1, arg2) {
|
|
474
|
+
this.validateAllRoutes();
|
|
474
475
|
if (process.env.FORKLAUNCH_MODE === "openapi") {
|
|
475
476
|
const openApiSpec = (0, import_http13.generateOpenApiSpecs)(
|
|
476
477
|
this.schemaValidator,
|
package/lib/index.mjs
CHANGED
|
@@ -468,6 +468,7 @@ var Application = class extends ForklaunchExpressLikeApplication {
|
|
|
468
468
|
this.openapiConfiguration = configurationOptions?.openapi;
|
|
469
469
|
}
|
|
470
470
|
async listen(arg0, arg1, arg2) {
|
|
471
|
+
this.validateAllRoutes();
|
|
471
472
|
if (process.env.FORKLAUNCH_MODE === "openapi") {
|
|
472
473
|
const openApiSpec = generateOpenApiSpecs(
|
|
473
474
|
this.schemaValidator,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/hyper-express",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.18",
|
|
4
4
|
"description": "Forklaunch framework for hyper-express.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"swagger-ui-dist": "^5.32.1",
|
|
35
35
|
"swagger-ui-express": "^5.0.1",
|
|
36
36
|
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
|
|
37
|
-
"@forklaunch/common": "1.2.
|
|
38
|
-
"@forklaunch/
|
|
39
|
-
"@forklaunch/
|
|
40
|
-
"@forklaunch/ws": "1.2.
|
|
37
|
+
"@forklaunch/common": "1.2.10",
|
|
38
|
+
"@forklaunch/validator": "1.2.10",
|
|
39
|
+
"@forklaunch/core": "1.3.8",
|
|
40
|
+
"@forklaunch/ws": "1.2.18"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@eslint/js": "^10.0.1",
|