Skip to content

Commit 7408e41

Browse files
PeterswisJustinvicb
authored andcommitted
chore: update to latest opennextjs/aws
1 parent 15eb0ee commit 7408e41

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"vitest": "catalog:"
6161
},
6262
"dependencies": {
63-
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@3b372b6",
63+
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@5c0e121",
6464
"ts-morph": "catalog:"
6565
},
6666
"peerDependencies": {

packages/cloudflare/src/cli/templates/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
// The Middleware handler can return either a `Response` or a `Request`:
4040
// - `Response`s should be returned early
4141
// - `Request`s are handled by the Next server
42-
const reqOrResp = await middlewareHandler(request, env);
42+
const reqOrResp = await middlewareHandler(request, env, ctx);
4343

4444
if (reqOrResp instanceof Response) {
4545
return reqOrResp;

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)