···11----
22-"@opennextjs/cloudflare": patch
33----
44-55-Dump ESBuild metadata to `handler.mjs.meta.json`
66-77-The ESBuild metadata are written to a file alongside `handler.mjs`
88-in `.open-next/server-functions/default/...`
-5
.changeset/fresh-walls-hug.md
···11----
22-"@opennextjs/cloudflare": patch
33----
44-55-refactor: Make the list of optional dependencies configurable
-7
.changeset/selfish-pumpkins-sin.md
···11----
22-"@opennextjs/cloudflare": patch
33----
44-55-fix build issues with `@opentelemetry`
66-77-By using the pre-compiled library provided by Next.
···11# @opennextjs/cloudflare
2233+## 0.4.2
44+55+### Patch Changes
66+77+- 1b3a972: Dump ESBuild metadata to `handler.mjs.meta.json`
88+99+ The ESBuild metadata are written to a file alongside `handler.mjs`
1010+ in `.open-next/server-functions/default/...`
1111+1212+- 5c90521: refactor: Make the list of optional dependencies configurable
1313+- 67acb2f: fix build issues with `@opentelemetry`
1414+1515+ By using the pre-compiled library provided by Next.
1616+1717+- 3ed6cd1: fix: syntax error
1818+319## 0.4.1
420521### Patch Changes