Skip to content

Commit

Permalink
fix: bundle @netlify/blobs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Oct 13, 2023
1 parent 3a6d6b1 commit ab8347e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"manifest.yml"
],
"dependencies": {
"@netlify/blobs": "^2.1.1",
"@netlify/blobs": "^2.2.0",
"@netlify/esbuild": "0.14.39",
"@netlify/functions": "^1.6.0",
"@netlify/ipx": "^1.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/src/helpers/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ export const getCommonDependencies = async (publish: string) => {

// using package.json because otherwise, we'd find some /dist/... path
traceNPMPackage('@netlify/functions/package.json', publish),
traceNPMPackage('is-promise', publish),
traceNPMPackage('@netlify/blobs/package.json', publish),

traceNPMPackage('@netlify/blobs', publish),
traceNPMPackage('is-promise', publish),
])

return deps.flat(1)
Expand Down

0 comments on commit ab8347e

Please sign in to comment.