Skip to content

Commit 7b06a56

Browse files
feat: update edge functions bootstrap package (#7499)
1 parent d108cf5 commit 7b06a56

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

package-lock.json

Lines changed: 14 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@netlify/config": "24.0.0",
6666
"@netlify/dev-utils": "4.1.1",
6767
"@netlify/edge-bundler": "14.2.2",
68-
"@netlify/edge-functions": "2.16.3",
68+
"@netlify/edge-functions-bootstrap": "^2.14.0",
6969
"@netlify/headers-parser": "9.0.1",
7070
"@netlify/local-functions-proxy": "2.0.3",
7171
"@netlify/redirect-parser": "15.0.2",
@@ -157,6 +157,7 @@
157157
"@bugsnag/js": "8.4.0",
158158
"@eslint/compat": "1.3.1",
159159
"@eslint/js": "9.24.0",
160+
"@netlify/edge-functions": "^2.16.3",
160161
"@netlify/functions": "3.0.4",
161162
"@netlify/types": "2.0.2",
162163
"@sindresorhus/slugify": "2.2.1",

src/lib/edge-functions/bootstrap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { env } from 'process'
22

3-
import { getURL } from '@netlify/edge-functions/version'
3+
import { getURL } from '@netlify/edge-functions-bootstrap/version'
44

55
import { warn } from '../../utils/command-helpers.js'
66

0 commit comments

Comments
 (0)