Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
feat: add private support for v2 API (#1395)
Browse files Browse the repository at this point in the history
* feat: add support for v2 API

* chore: bump @netlify/serverless-functions-api

* chore: conditionally run test
  • Loading branch information
eduardoboucas authored Apr 24, 2023
1 parent dddb188 commit 93d203c
Show file tree
Hide file tree
Showing 12 changed files with 528 additions and 9 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'import/no-namespace': 'off',
// https://github.com/typescript-eslint/typescript-eslint/issues/2483
'max-lines': 'off',
'max-statements': 'off',
'no-shadow': 'off',
'@typescript-eslint/no-shadow': 'error',
},
Expand Down
Loading

1 comment on commit 93d203c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

  • largeDepsEsbuild: 2.2s
  • largeDepsNft: 8.5s
  • largeDepsZisi: 16.2s

Please sign in to comment.