create-cloudflare@2.70.8
📦 cloudflare-workersView on GitHub →
🐛 2 fixes🔧 4 symbols
Summary
This patch release primarily updates dependencies within create-cloudflare and fixes an issue where Qwik project scaffolding failed with newer versions of @cloudflare/workers-types. It also modernizes path resolution by replacing a CJS dependency with a pure-ESM implementation.
🐛 Bug Fixes
- Fixed scaffolding of Qwik projects when @cloudflare/workers-types v5 is installed by falling back to adding the bare @cloudflare/workers-types entrypoint in tsconfig.json.
- Replaced the CommonJS xdg-app-paths dependency with a vendored pure-ESM implementation in @cloudflare/workers-utils to resolve "Dynamic require of 'path' is not supported" errors during ESM bundling.