Skip to content

Commit 6343fb4

Browse files
authored
bump @opennextjs/aws to 3.5.6 (#564)
1 parent 74d1c11 commit 6343fb4

File tree

4 files changed

+42
-368
lines changed

4 files changed

+42
-368
lines changed

Diff for: .changeset/twelve-lizards-prove.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
bump @opennextjs/aws to 3.5.6

Diff for: packages/cloudflare/package.json

+1-1
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.5.5",
56+
"@opennextjs/aws": "3.5.6",
5757
"enquirer": "^2.4.1",
5858
"glob": "catalog:",
5959
"ts-tqdm": "^0.8.6"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import type { CodePatcher } from "@opennextjs/aws/build/patch/codePatcher.js";
1515
import { applyCodePatches } from "@opennextjs/aws/build/patch/codePatcher.js";
1616
import {
1717
patchFetchCacheForISR,
18+
patchFetchCacheSetMissingWaitUntil,
1819
patchUnstableCacheForISR,
19-
} from "@opennextjs/aws/build/patch/patchFetchCacheISR.js";
20-
import { patchFetchCacheSetMissingWaitUntil } from "@opennextjs/aws/build/patch/patchFetchCacheWaitUntil.js";
20+
} from "@opennextjs/aws/build/patch/patches/index.js";
2121
import logger from "@opennextjs/aws/logger.js";
2222
import { minifyAll } from "@opennextjs/aws/minimize-js.js";
2323
import type { ContentUpdater } from "@opennextjs/aws/plugins/content-updater.js";

0 commit comments

Comments
 (0)