Skip to content

Commit 1ee505f

Browse files
authored
bump @opennextjs/aws to 3.7.7 (#892)
bump @opennextjs/aws to 3.7.7
1 parent 3294087 commit 1ee505f

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.changeset/evil-ravens-unite.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.7.7
6+
7+
See details at <https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.7.7>

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.7.6",
56+
"@opennextjs/aws": "3.7.7",
5757
"cloudflare": "^4.4.1",
5858
"enquirer": "^2.4.1",
5959
"glob": "catalog:",

packages/cloudflare/src/cli/commands/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ export async function compileConfig(configPath: string | undefined) {
5252
configPath = await createOpenNextConfigIfNotExistent(nextAppDir);
5353
}
5454

55-
// TODO: remove the hack passing the `configPath` as the `baseDir` when https://github.com/opennextjs/opennextjs-aws/pull/972 is merged
56-
const { config, buildDir } = await compileOpenNextConfig(configPath, "", { compileEdge: true });
55+
const { config, buildDir } = await compileOpenNextConfig(configPath, { compileEdge: true });
5756
ensureCloudflareConfig(config);
5857

5958
return { config, buildDir };

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)