Skip to content

Commit fd9408f

Browse files
committed
chore: update to latest opennextjs/aws
1 parent 1ed9ffa commit fd9408f

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
@@ -59,7 +59,7 @@
5959
"vitest": "catalog:"
6060
},
6161
"dependencies": {
62-
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@3b372b6",
62+
"@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@5c0e121",
6363
"ts-morph": "catalog:"
6464
},
6565
"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)