Skip to content

Commit 50a14b9

Browse files
chore(Echo): Bump miniflare from 4.20250705.0 to 4.20250709.0
This commit updates the `miniflare` dev dependency in the `Echo` task scheduler repository to align with the latest upstream release. This follows recent updates to related dependencies (`@cloudflare/workers-types` and `wrangler`) across the Land ecosystem, ensuring consistency in the toolchain used for testing distributed task execution scenarios via Cloudflare Workers integration. While `Echo` primarily handles internal task scheduling through its work-stealing queue architecture, this update maintains compatibility with modern Cloudflare Workers APIs and TypeScript definitions used during development. The change is part of routine maintenance to keep the Land monorepo's testing infrastructure aligned with upstream tooling, with no breaking changes expected as the new version preserves backward compatibility.
1 parent 9522262 commit 50a14b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@cloudflare/workers-types": "4.20250710.0",
3232
"@playform/build": "0.2.5",
3333
"@types/dotenv": "8.2.3",
34-
"miniflare": "4.20250705.0",
34+
"miniflare": "4.20250709.0",
3535
"wrangler": "4.24.0"
3636
},
3737
"publishConfig": {

0 commit comments

Comments
 (0)