Skip to content

Commit 16cc2e9

Browse files
authored
Bump workerd (#4324)
* Bump workerd * Enable `logToTerminal` for service-workers
1 parent bde0a1b commit 16cc2e9

4 files changed

Lines changed: 26 additions & 21 deletions

File tree

.changeset/green-days-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"miniflare": minor
3+
---
4+
5+
Update to [latest `workerd@1.20231030.0`](https://github.com/cloudflare/workerd/releases/tag/v1.20231030.0)

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"source-map-support": "0.5.21",
4747
"stoppable": "^1.1.0",
4848
"undici": "^5.22.1",
49-
"workerd": "1.20231025.0",
49+
"workerd": "1.20231030.0",
5050
"ws": "^8.11.0",
5151
"youch": "^3.2.2",
5252
"zod": "^3.20.6"

packages/wrangler/src/dev/local.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function Local(props: LocalProps) {
133133
useInspector({
134134
inspectorUrl,
135135
port: props.inspectorPort,
136-
logToTerminal: false,
136+
logToTerminal: props.bundle?.entry.format === "service-worker",
137137
sourceMapPath: props.sourceMapPath,
138138
name: props.name,
139139
sourceMapMetadata: props.bundle?.sourceMapMetadata,

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)