@forklaunch/express 0.5.20 → 0.5.21

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.d.mts CHANGED
@@ -2034,4 +2034,4 @@ declare const handlers: {
2034
2034
  unsubscribe: typeof unsubscribe;
2035
2035
  };
2036
2036
 
2037
- export { Application, Router, forklaunchExpress, forklaunchRouter, handlers };
2037
+ export { Application, type ExpressOptions, Router, forklaunchExpress, forklaunchRouter, handlers };
package/lib/index.d.ts CHANGED
@@ -2034,4 +2034,4 @@ declare const handlers: {
2034
2034
  unsubscribe: typeof unsubscribe;
2035
2035
  };
2036
2036
 
2037
- export { Application, Router, forklaunchExpress, forklaunchRouter, handlers };
2037
+ export { Application, type ExpressOptions, Router, forklaunchExpress, forklaunchRouter, handlers };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/express",
3
- "version": "0.5.20",
3
+ "version": "0.5.21",
4
4
  "description": "Forklaunch framework for express.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {