···11----
22-"@opennextjs/cloudflare": patch
33----
44-55-fallback to the upstream image content-type header
-13
.changeset/social-bushes-laugh.md
···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-```
+16
packages/cloudflare/CHANGELOG.md
···11# @opennextjs/cloudflare
2233+## 1.5.1
44+55+### Patch Changes
66+77+- [#781](https://github.com/opennextjs/opennextjs-cloudflare/pull/781) [`e984e8f`](https://github.com/opennextjs/opennextjs-cloudflare/commit/e984e8f2e2627626377eee131f1b474697ee0d92) Thanks [@vicb](https://github.com/vicb)! - fallback to the upstream image content-type header
88+99+- [#779](https://github.com/opennextjs/opennextjs-cloudflare/pull/779) [`224a2f0`](https://github.com/opennextjs/opennextjs-cloudflare/commit/224a2f05d720c51d507fc152e6fa01c6c26177c8) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Ensure that the `cloudflare` library is available at runtime
1010+1111+ Previously it was only a `devDependency` which meant it was missing in real life installations of the tool.
1212+1313+ The error looked like:
1414+1515+ ```text
1616+ Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cloudflare' imported from @opennextjs/cloudflare/dist/cli/commands/skew-protection.js
1717+ ```
1818+319## 1.5.0
420521### Minor Changes