hono-agents@3.0.10

cloudflare/agentshono-agents@3.0.10Apr 15, 2026by github-actions[bot]

AI Summary

This patch release fixes an issue where peer dependency ranges for the `agents` package were being incorrectly overwritten from wide ranges to tight `^0.x.y` versions by a pre-publish script. The fix ensures correct peer dependency ranges are maintained when publishing.

Key Highlights

  • Fixed peer dependency ranges being overwritten to tight ^0.x.y versions during publish
  • Correct peer dependency ranges are now maintained for the agents package
  • Bug fix submitted by @threepointone

Full Release Notes

### Patch Changes

-   [#1313](https://github.com/cloudflare/agents/pull/1313) [`08da191`](https://github.com/cloudflare/agents/commit/08da191ab66d2df5de7337a295d5f6a081473ff9) Thanks [@threepointone](https://github.com/threepointone)! - Publish with correct peer dependency ranges for `agents` (wide ranges were being overwritten to tight `^0.x.y` by the pre-publish script)