Skip to content

Commit 39715f2

Browse files
authored
fix(server-core): publish swagger schema factory (#1229)
1 parent f658e9f commit 39715f2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.changeset/silver-rules-report.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@voltagent/server-core": patch
3+
---
4+
5+
fix(server-core): publish schema factory required by server-hono
6+
7+
Publishes the `createServerCoreSchemas` export used by `@voltagent/server-hono` to build Swagger
8+
schemas with the active Zod instance. This keeps `server-hono` releases from resolving against a
9+
`server-core` package that does not provide the required runtime export.

0 commit comments

Comments
 (0)