Skip to content

Commit 368b4e5

Browse files
authored
chore: update @netlify/functions to latest (#458)
1 parent a5c023f commit 368b4e5

File tree

3 files changed

+11
-50
lines changed

3 files changed

+11
-50
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@netlify/edge-bundler": "^12.0.0",
5555
"@netlify/edge-functions": "^2.6.1",
5656
"@netlify/eslint-config-node": "^7.0.1",
57-
"@netlify/functions": "^2.5.1",
57+
"@netlify/functions": "^2.6.3",
5858
"@netlify/serverless-functions-api": "^1.18.0",
5959
"@netlify/zip-it-and-ship-it": "^9.32.1",
6060
"@opentelemetry/api": "^1.8.0",

src/run/systemlog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { systemLogger as logger, LogLevel } from '@netlify/functions/dist/internal.js'
1+
export { LogLevel, systemLogger as logger } from '@netlify/functions/internal'

0 commit comments

Comments
 (0)