Skip to content

Commit

Permalink
Bump workerd (#4324)
Browse files Browse the repository at this point in the history
* Bump workerd

* Enable `logToTerminal` for service-workers
  • Loading branch information
penalosa committed Nov 6, 2023
1 parent bde0a1b commit 16cc2e9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-days-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"miniflare": minor
---

Update to [latest `workerd@1.20231030.0`](https://github.com/cloudflare/workerd/releases/tag/v1.20231030.0)
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"source-map-support": "0.5.21",
"stoppable": "^1.1.0",
"undici": "^5.22.1",
"workerd": "1.20231025.0",
"workerd": "1.20231030.0",
"ws": "^8.11.0",
"youch": "^3.2.2",
"zod": "^3.20.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/src/dev/local.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function Local(props: LocalProps) {
useInspector({
inspectorUrl,
port: props.inspectorPort,
logToTerminal: false,
logToTerminal: props.bundle?.entry.format === "service-worker",
sourceMapPath: props.sourceMapPath,
name: props.name,
sourceMapMetadata: props.bundle?.sourceMapMetadata,
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

0 comments on commit 16cc2e9

Please sign in to comment.