Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
dee6a4e
feat: add support for edge functions
eduardoboucas May 28, 2025
f355662
chore: update lock file
eduardoboucas May 28, 2025
d44fc4a
chore: remove unused types
eduardoboucas May 28, 2025
36e4a6f
chore: remove unused file
eduardoboucas May 28, 2025
e13c397
feat: more things
eduardoboucas May 29, 2025
ec76a9c
chore: remove `.only`
eduardoboucas May 29, 2025
b9bd3c7
refactor: rename prop
eduardoboucas May 29, 2025
f71e5dc
Merge branch 'main' into feat/edge-functions
eduardoboucas May 29, 2025
16c1775
refactor: handle merge
eduardoboucas May 29, 2025
e3b7ad2
fix: use `serverAddress` prop
eduardoboucas May 29, 2025
37b0c7d
chore: update Deno version in CI
eduardoboucas May 29, 2025
c99bc2e
fix: add dep
eduardoboucas May 29, 2025
658669d
refactor: update bootstrap URL
eduardoboucas May 29, 2025
4ce2b23
feat: add dynamic bootstrap URL
eduardoboucas May 29, 2025
733dc2d
refactor: fix lint issues
eduardoboucas May 29, 2025
a9a1e8f
feat: add quiet flag
eduardoboucas May 29, 2025
f29ebac
chore: update Node version
eduardoboucas May 29, 2025
1abb43c
chore: fix packages
eduardoboucas May 29, 2025
e23b92c
feat: use workers
eduardoboucas May 30, 2025
76aba44
fix: add missing site metadata
eduardoboucas May 30, 2025
803683c
Merge branch 'main' into feat/edge-functions
eduardoboucas May 30, 2025
0d019a6
chore: fix test
eduardoboucas May 30, 2025
15453ed
Apply suggestions from code review
eduardoboucas May 30, 2025
96857af
chore: fix formatting
eduardoboucas May 30, 2025
c45133d
fix: fix tests
eduardoboucas May 30, 2025
df1dd89
chore: remove unused file
eduardoboucas May 30, 2025
e17cf75
chore: add comment
eduardoboucas May 30, 2025
2e788ec
refactor: conditionally start HTTP server
eduardoboucas May 30, 2025
2130ba8
refactor: rename variables
eduardoboucas May 30, 2025
896dadf
Update packages/edge-functions/dev/node/main.test.ts
eduardoboucas May 30, 2025
d5a4efc
Merge branch 'main' into feat/edge-functions
eduardoboucas May 30, 2025
ce68363
fix(deps): update lockfile
serhalp May 30, 2025
9695a25
build: improve eslint config
serhalp May 30, 2025
c4debdc
refactor: fix lint errors
eduardoboucas May 30, 2025
db092db
build: add new suppressions
serhalp May 30, 2025
5ebbe2b
chore(deps): bump @netlify/types in packages/edge-functions
serhalp May 30, 2025
b137e73
ci: add missing build step to lint job
serhalp May 30, 2025
f7a4a58
chore: update lockfile
serhalp May 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
if: ${{ steps.release.outputs['packages/cache--release_created'] }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm publish packages/edge-functions/ --provenance --access=public
if: ${{ steps.release.outputs['packages/edge-functions--release_created'] }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: npm publish packages/functions/ --provenance --access=public
if: ${{ steps.release.outputs['packages/functions--release_created'] }}
env:
Expand Down
Loading
Loading