@cloudflare/workers-utils@0.8.1
📦 cloudflare-workersView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This patch release fixes an issue where project creation failed to detect the correct local workerd compatibility date due to incorrect module resolution paths. It also enhances Wrangler configuration validation for environments.
Migration Steps
- No specific migration steps required; the fix involves internal module resolution logic.
🐛 Bug Fixes
- Fixed compatibility date detection failing when creating new projects because module resolution was incorrectly using directory paths with module.createRequire().
- Validated environments for unexpected fields in Wrangler config, which previously only applied to the top-level environment.