@cloudflare/deploy-helpers@0.2.1
📦 cloudflare-workersView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This patch updates several dependencies and introduces support for configuring Miniflare plugins directly on typed service bindings during local development via `wrangler dev`.
Migration Steps
- Users configuring service bindings for local development via Miniflare plugins should now use the `dev: { plugin, options? }` shape directly on typed service bindings instead of relying on `unsafe.bindings`.
✨ New Features
- Added support for `dev.plugin` configuration on typed services bindings during `wrangler dev`.
- Introduced `skipLastDeployedFromApiCheck` option to override the deploy source check.
🐛 Bug Fixes
- Validation now rejects malformed `dev` shapes for service bindings.