create-cloudflare@2.62.5
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch updates dependencies for "create-cloudflare" and resolves a bug where compatibility date detection failed during new project creation due to incorrect module resolution paths.
Migration Steps
- No manual migration steps required; the fix involves internal module resolution logic for compatibility date detection.
🐛 Bug Fixes
- Fixed compatibility date detection failing when creating new projects, where `getLocalWorkerdCompatibilityDate()` incorrectly used `module.createRequire()` with a directory path, causing fallback to a hardcoded date (2025-09-27) instead of the current workerd compatibility date.