Skip to content

Commit 799b671

Browse files
chore(deps-dev): Bump @cloudflare/workers-types from 4.20250709.0 to 4.20250710.0
This commit updates the `@cloudflare/workers-types` development dependency in the `Common` crate's package.json. The update ensures compatibility with the latest TypeScript definitions and bug fixes from Cloudflare's Workers SDK, which is critical for maintaining type safety in our Service Worker (`Worker`) and Tauri command interfaces. The change aligns with Land's strict dependency management practices, ensuring the `Common` crate's development tooling remains synchronized with upstream improvements while avoiding potential version conflicts during the `Wind` frontend service's Tauri command generation process.
1 parent 88a5cde commit 799b671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {},
2525
"devDependencies": {
26-
"@cloudflare/workers-types": "4.20250709.0",
26+
"@cloudflare/workers-types": "4.20250710.0",
2727
"@playform/build": "0.2.5"
2828
},
2929
"publishConfig": {

0 commit comments

Comments
 (0)