Skip to content

Commit a6a91d2

Browse files
chore: Bump Cloudflare Workers types and align formatting in docs
Updated `@cloudflare/workers-types` dependency from `4.20260526.1` to `4.20260529.1` in `package.json` to pull in the latest Cloudflare Workers type definitions. Applied consistent soft-wrap formatting to documentation in `Documentation/GitHub/Architecture.md` and `README.md` where long lines describing the transport layer implementations (`gRPCTransport`, `IPCTransport`, `WASMTransport`, `MistTransport`) were exceeding reasonable line lengths. The content remains unchanged — only whitespace adjustments for improved readability. No functional changes to code or configuration beyond the dependency version bump.
1 parent 9976f40 commit a6a91d2

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

Documentation/GitHub/Architecture.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@ pub trait TransportStrategy: Send + Sync {
282282
}
283283
```
284284

285-
`Common` defines the trait surface and `TransportConfig`; concrete transports (`gRPCTransport`, `IPCTransport`, `WASMTransport`, `MistTransport`) live in `Grove`.
285+
`Common` defines the trait surface and `TransportConfig`; concrete transports
286+
(`gRPCTransport`, `IPCTransport`, `WASMTransport`, `MistTransport`) live in
287+
`Grove`.
286288

287289
---
288290

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ The DTO library provides all data structures used for IPC communication with
7272
across every service domain, making error handling consistent and predictable.
7373

7474
The `Transport` layer offers transport-agnostic communication through a unified
75-
`TransportStrategy` trait. Concrete implementations (`gRPCTransport`, `IPCTransport`,
76-
`WASMTransport`, `MistTransport`) live in `Grove`. The `Telemetry` module provides a dual-pipe (`PostHog` + `OTLP`) emit
77-
surface shared across all `Rust` sidecars.
75+
`TransportStrategy` trait. Concrete implementations (`gRPCTransport`,
76+
`IPCTransport`, `WASMTransport`, `MistTransport`) live in `Grove`. The
77+
`Telemetry` module provides a dual-pipe (`PostHog` + `OTLP`) emit surface shared
78+
across all `Rust` sidecars.
7879

7980
---
8081

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "Build 'Source/**/*.ts'"
2323
},
2424
"devDependencies": {
25-
"@cloudflare/workers-types": "4.20260526.1",
25+
"@cloudflare/workers-types": "4.20260529.1",
2626
"@playform/build": "0.3.2"
2727
},
2828
"publishConfig": {

0 commit comments

Comments
 (0)