Commit e15c845
feat(hono): re-export the Hono type from @objectstack/hono (#1575)
* feat(hono): re-export the `Hono` type from @objectstack/hono
Downstream apps that consume `createHonoApp()` need the `Hono` type only to
annotate the returned app. Re-exporting it here lets them import the type
from `@objectstack/hono` instead of adding their own `hono` dependency —
guaranteeing a single `hono` across the framework boundary (no
duplicate-package type-identity errors, no version-pin/overrides alignment).
`hono` stays a normal runtime dependency of this package, so standalone
`os start` is unaffected; this only adds a type surface.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* chore: add changeset for @objectstack/hono Hono type re-export
---------
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6f8eeea commit e15c845
2 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
| |||
0 commit comments