# @platform-modules/realtime

## 0.1.0

### Minor Changes

- fd62ea1: Add the framework-neutral shared realtime browser client, make the React package a binding over that client, and add typed config, structured logger, transport-neutral error reporter, and atomic-store idempotency utility capabilities.

### Patch Changes

- 801cad3: Preserve adopter compatibility while validating the modernization against newer peer majors: Google GenAI 1/2, Cloudflare Workers types 4/5, ioredis 5/6, Postmark 4/5, and web-vitals 4-6. The implementation remains compatible with both the previous supported peer line and the newly tested line instead of forcing an unnecessary breaking peer floor.
- 54ab9a4: Align realtime send types with the DOM WebSocket contract under TypeScript 6 by excluding SharedArrayBuffer-backed payloads that browsers do not accept.

## 0.0.1

### Patch Changes

- d72b1ba: Initial publish — first versioned release.
