Skip to content

Commit d09a298

Browse files
authored
chore: update edge functions implementation (#1380)
* chore: update edge function demos * fix: run middleware on `/_next/` data * ci: build demo when plugin changes * fix: don't run for static assets * fix: correct and and name * chore: update canary * fix: update handling of edge runtime
1 parent 3611584 commit d09a298

File tree

6 files changed

+366
-307
lines changed

6 files changed

+366
-307
lines changed

demos/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ntl": "ntl-internal"
1010
},
1111
"dependencies": {
12-
"next": "^12.1.7-canary.33",
12+
"next": "^12.1.7-canary.44",
1313
"react": "18.0.0",
1414
"react-dom": "18.0.0"
1515
},

demos/server-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"private": true,
1212
"dependencies": {
1313
"ms": "2.1.3",
14-
"next": "^12.1.7-canary.1",
14+
"next": "^12.1.7-canary.44",
1515
"react": "^18.0.0",
1616
"react-dom": "^18.0.0"
1717
},

0 commit comments

Comments
 (0)