Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d0814db

Browse files
authored
Bump workerd to 1.20231025.0 and enable coloured logging (#725)
1 parent e92af0d commit d0814db

File tree

4 files changed

+150
-149
lines changed

4 files changed

+150
-149
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@miniflare/root",
3-
"version": "3.20231023.0",
3+
"version": "3.20231025.0",
44
"private": true,
55
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
66
"keywords": [

packages/miniflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "3.20231023.0",
3+
"version": "3.20231025.0",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",
@@ -35,7 +35,7 @@
3535
"source-map-support": "0.5.21",
3636
"stoppable": "^1.1.0",
3737
"undici": "^5.22.1",
38-
"workerd": "1.20231023.0",
38+
"workerd": "1.20231025.0",
3939
"ws": "^8.11.0",
4040
"youch": "^3.2.2",
4141
"zod": "^3.20.6"

0 commit comments

Comments
 (0)