feat(types): export IRequestContext type from @push.rocks/smartserve for consumers to use in route handlers

This commit is contained in:
2025-12-22 15:18:33 +00:00
parent 48995e6dfd
commit fac6384807
3 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-12-22 - 8.1.0 - feat(types)
export IRequestContext type from @push.rocks/smartserve for consumers to use in route handlers
- Adds a type export: IRequestContext from @push.rocks/smartserve
- Type-only change — no runtime or behavioral changes
## 2025-12-20 - 8.0.0 - BREAKING CHANGE(typedserver)
migrate route handlers to use IRequestContext and lazy body parsers