Skip to content

Commit f4b53b9

Browse files
authored
bump @opennextjs/aws to 3.9.1 (#1014)
1 parent 5f6c0a6 commit f4b53b9

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

.changeset/six-olives-teach.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+
bump `@opennextjs/aws` to 3.9.1
6+
7+
See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.9.1>

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@ast-grep/napi": "0.40.0",
5656
"@dotenvx/dotenvx": "catalog:",
57-
"@opennextjs/aws": "3.9.0",
57+
"@opennextjs/aws": "3.9.1",
5858
"cloudflare": "^4.4.1",
5959
"enquirer": "^2.4.1",
6060
"glob": "catalog:",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function compileDurableObjects(buildOpts: BuildOptions) {
1515
const buildOutputDotNextDir = path.join(buildOpts.appBuildOutputPath, ".next");
1616

1717
const prerenderManifest = loadPrerenderManifest(buildOutputDotNextDir);
18-
const previewModeId = prerenderManifest.preview.previewModeId;
18+
const previewModeId = prerenderManifest?.preview?.previewModeId;
1919
const BUILD_ID = loadBuildId(buildOutputDotNextDir);
2020

2121
return esbuildSync(

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)