Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/wild-pianos-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@opennextjs/cloudflare": patch
---

update @opennextjs/was to 3.6.6

[3.6.6 Release notes](https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.6.6)
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"homepage": "https://github.com/opennextjs/opennextjs-cloudflare",
"dependencies": {
"@dotenvx/dotenvx": "catalog:",
"@opennextjs/aws": "3.6.5",
"@opennextjs/aws": "3.6.6",
"enquirer": "^2.4.1",
"glob": "catalog:",
"ts-tqdm": "^0.8.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ async function generateBundle(
awsPatches.patchNextServer,
awsPatches.patchEnvVars,
awsPatches.patchBackgroundRevalidation,
awsPatches.patchDropBabel,
// Cloudflare specific patches
patchResRevalidate,
patchUseCacheIO,
Expand Down
Loading