@forklaunch/express 1.2.26 → 1.2.28
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 +4 -4
package/lib/index.js
CHANGED
|
@@ -2292,6 +2292,7 @@ var Router = class _Router extends import_http4.ForklaunchExpressLikeRouter {
|
|
|
2292
2292
|
this.basePath = basePath;
|
|
2293
2293
|
this.configOptions = options2;
|
|
2294
2294
|
}
|
|
2295
|
+
basePath;
|
|
2295
2296
|
// implements ForklaunchRouter<SV>
|
|
2296
2297
|
configOptions;
|
|
2297
2298
|
route(path3) {
|
package/lib/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/express",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
4
4
|
"description": "Forklaunch framework for express.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"qs": "^6.15.0",
|
|
38
38
|
"range-parser": "^1.2.1",
|
|
39
39
|
"swagger-ui-express": "^5.0.1",
|
|
40
|
-
"@forklaunch/core": "1.
|
|
41
|
-
"@forklaunch/validator": "1.2.
|
|
42
|
-
"@forklaunch/common": "1.2.
|
|
40
|
+
"@forklaunch/core": "1.4.0",
|
|
41
|
+
"@forklaunch/validator": "1.2.14",
|
|
42
|
+
"@forklaunch/common": "1.2.14"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@eslint/js": "^10.0.1",
|