Change8

@cloudflare/config@0.9.0

Breaking Changes
📦 cloudflare-workersView on GitHub →
1 breaking🔧 2 symbols

Summary

Renamed Worker target fields from `workerName` to `worker` in `@cloudflare/config` and Miniflare configuration APIs for consistency across various target types.

⚠️ Breaking Changes

  • The `workerName` field for Worker, Durable Object, Workflow, dispatch namespace, and tail consumer targets has been renamed to `worker`. Update your configuration to use the new field name.

Migration Steps

  1. Rename `workerName` to `worker` in your configuration for Worker, Durable Object, Workflow, dispatch namespace, and tail consumer targets.

Affected Symbols