@cloudflare/voice@0.1.2
cloudflare/agents@cloudflare/voice@0.1.2Apr 15, 2026by github-actions[bot]
AI Summary
This is a patch release that fixes an issue where peer dependency ranges for the `agents` package were being incorrectly overwritten from wide ranges to tight `^0.x.y` versions during the pre-publish script. The fix ensures correct peer dependency ranges are preserved when publishing.
Key Highlights
- Fixed peer dependency ranges being overwritten to tight ^0.x.y during publish
- Wide peer dependency ranges are now correctly preserved
- Contributor @threepointone addressed this issue via PR #1313
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)