this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#296)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

authored by

workers-frameworks
github-actions[bot]
and committed by
GitHub
ef0b078e 67acb2f9

+17 -26
-8
.changeset/four-crabs-carry.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - Dump ESBuild metadata to `handler.mjs.meta.json` 6 - 7 - The ESBuild metadata are written to a file alongside `handler.mjs` 8 - in `.open-next/server-functions/default/...`
-5
.changeset/fresh-walls-hug.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - refactor: Make the list of optional dependencies configurable
-7
.changeset/selfish-pumpkins-sin.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix build issues with `@opentelemetry` 6 - 7 - By using the pre-compiled library provided by Next.
-5
.changeset/spicy-turkeys-share.md
··· 1 - --- 2 - "@opennextjs/cloudflare": patch 3 - --- 4 - 5 - fix: syntax error
+16
packages/cloudflare/CHANGELOG.md
··· 1 1 # @opennextjs/cloudflare 2 2 3 + ## 0.4.2 4 + 5 + ### Patch Changes 6 + 7 + - 1b3a972: Dump ESBuild metadata to `handler.mjs.meta.json` 8 + 9 + The ESBuild metadata are written to a file alongside `handler.mjs` 10 + in `.open-next/server-functions/default/...` 11 + 12 + - 5c90521: refactor: Make the list of optional dependencies configurable 13 + - 67acb2f: fix build issues with `@opentelemetry` 14 + 15 + By using the pre-compiled library provided by Next. 16 + 17 + - 3ed6cd1: fix: syntax error 18 + 3 19 ## 0.4.1 4 20 5 21 ### Patch Changes
+1 -1
packages/cloudflare/package.json
··· 1 1 { 2 2 "name": "@opennextjs/cloudflare", 3 3 "description": "Cloudflare builder for next apps", 4 - "version": "0.4.1", 4 + "version": "0.4.2", 5 5 "type": "module", 6 6 "scripts": { 7 7 "clean": "rimraf dist",