@forklaunch/hyper-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
@@ -723,6 +723,7 @@ var Router = class _Router extends import_http14.ForklaunchExpressLikeRouter {
723
723
  this.configOptions = options2;
724
724
  this.internal.use(polyfillGetHeaders);
725
725
  }
726
+ basePath;
726
727
  configOptions;
727
728
  route(path2) {
728
729
  this.internal.route(path2);
package/lib/index.mjs CHANGED
@@ -724,6 +724,7 @@ var Router = class _Router extends ForklaunchExpressLikeRouter {
724
724
  this.configOptions = options2;
725
725
  this.internal.use(polyfillGetHeaders);
726
726
  }
727
+ basePath;
727
728
  configOptions;
728
729
  route(path2) {
729
730
  this.internal.route(path2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/hyper-express",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "description": "Forklaunch framework for hyper-express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -36,8 +36,8 @@
36
36
  "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.52.0",
37
37
  "@forklaunch/common": "1.2.14",
38
38
  "@forklaunch/validator": "1.2.14",
39
- "@forklaunch/core": "1.3.17",
40
- "@forklaunch/ws": "1.2.27"
39
+ "@forklaunch/core": "1.4.0",
40
+ "@forklaunch/ws": "1.2.28"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@eslint/js": "^10.0.1",