@forklaunch/express 1.2.27 → 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 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
@@ -2270,6 +2270,7 @@ var Router = class _Router extends ForklaunchExpressLikeRouter {
2270
2270
  this.basePath = basePath;
2271
2271
  this.configOptions = options2;
2272
2272
  }
2273
+ basePath;
2273
2274
  // implements ForklaunchRouter<SV>
2274
2275
  configOptions;
2275
2276
  route(path3) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/express",
3
- "version": "1.2.27",
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/common": "1.2.14",
41
- "@forklaunch/core": "1.3.17",
42
- "@forklaunch/validator": "1.2.14"
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",