Skip to content

Commit 7a2fc7d

Browse files
authored
update @opennextjs/aws to 3.6.6 (#743)
1 parent 158e20b commit 7a2fc7d

File tree

4 files changed

+56
-38
lines changed

4 files changed

+56
-38
lines changed

.changeset/wild-pianos-boil.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
update @opennextjs/aws to 3.6.6
6+
7+
[3.6.6 Release notes](https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.6.6)

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"homepage": "https://github.com/opennextjs/opennextjs-cloudflare",
5454
"dependencies": {
5555
"@dotenvx/dotenvx": "catalog:",
56-
"@opennextjs/aws": "3.6.5",
56+
"@opennextjs/aws": "3.6.6",
5757
"enquirer": "^2.4.1",
5858
"glob": "catalog:",
5959
"ts-tqdm": "^0.8.6"

packages/cloudflare/src/cli/build/open-next/createServerBundle.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ async function generateBundle(
206206
awsPatches.patchNextServer,
207207
awsPatches.patchEnvVars,
208208
awsPatches.patchBackgroundRevalidation,
209-
awsPatches.patchDropBabel,
210209
// Cloudflare specific patches
211210
patchResRevalidate,
212211
patchUseCacheIO,

0 commit comments

Comments
 (0)