this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#782)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
41953563 e984e8f2

+17 -19
-5
.changeset/short-knives-camp.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fallback to the upstream image content-type header
-13
.changeset/social-bushes-laugh.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - Ensure that the `cloudflare` library is available at runtime 6 - 7 - Previously it was only a `devDependency` which meant it was missing in real life installations of the tool. 8 - 9 - The error looked like: 10 - 11 - ```text 12 - Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cloudflare' imported from @opennextjs/cloudflare/dist/cli/commands/skew-protection.js 13 - ```
+16
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 1.5.1 4 + 5 + ### Patch Changes 6 + 7 + - [#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 8 + 9 + - [#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 10 + 11 + Previously it was only a `devDependency` which meant it was missing in real life installations of the tool. 12 + 13 + The error looked like: 14 + 15 + ```text 16 + Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'cloudflare' imported from @opennextjs/cloudflare/dist/cli/commands/skew-protection.js 17 + ``` 18 + 3 19 ## 1.5.0 4 20 5 21 ### Minor Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "1.5.0", 4 + "version": "1.5.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",