···11+---
22+"@opennextjs/cloudflare": patch
33+---
44+55+Ensure that the `cloudflare` library is available at runtime
66+77+Previously it was only a `devDependency` which meant it was missing in real life installations of the tool.
88+99+The error looked like:
1010+1111+```text
1212+Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cloudflare' imported from @opennextjs/cloudflare/dist/cli/commands/skew-protection.js
1313+```