Skip to content

Commit 5dfbd07

Browse files
committed
fix: add missing @netlify/edge-functions-bootstrap dependency
This was moved to a dev dep in efb5a3f, but is still relied on at runtime.
1 parent fa87407 commit 5dfbd07

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,16 @@
5858
},
5959
"dependencies": {
6060
"@fastify/static": "7.0.4",
61+
"@netlify/ai": "0.2.1",
6162
"@netlify/api": "14.0.4",
6263
"@netlify/blobs": "10.0.10",
6364
"@netlify/build": "35.1.6",
6465
"@netlify/build-info": "10.0.7",
65-
"@netlify/ai": "0.2.1",
6666
"@netlify/config": "24.0.3",
6767
"@netlify/dev-utils": "4.1.3",
6868
"@netlify/edge-bundler": "14.5.4",
6969
"@netlify/edge-functions": "2.17.4",
70+
"@netlify/edge-functions-bootstrap": "2.14.0",
7071
"@netlify/headers-parser": "9.0.2",
7172
"@netlify/local-functions-proxy": "2.0.3",
7273
"@netlify/redirect-parser": "15.0.3",
@@ -158,7 +159,6 @@
158159
"@bugsnag/js": "8.4.0",
159160
"@eslint/compat": "1.3.2",
160161
"@eslint/js": "9.24.0",
161-
"@netlify/edge-functions-bootstrap": "2.14.0",
162162
"@netlify/functions": "3.0.4",
163163
"@netlify/types": "2.0.3",
164164
"@sindresorhus/slugify": "2.2.1",

0 commit comments

Comments
 (0)