SIGN IN SIGN UP

chore: allow @stream-io/openai-realtime-api ~0.4.0 as peer dependency (#314)

## Summary

Widens the `@stream-io/openai-realtime-api` peer dependency range to
also allow `~0.4.0`.

```diff
- "@stream-io/openai-realtime-api": "~0.1.3 || ~0.2.0 || ~0.3.0 || ~0.3.3"
+ "@stream-io/openai-realtime-api": "~0.1.3 || ~0.2.0 || ~0.3.0 || ~0.4.0"
```

This lets consumers on the latest `0.4.x` release of
`@stream-io/openai-realtime-api` install `@stream-io/node-sdk` without a
peer-dependency conflict.

## Notes
- Peer-dependency range change only; no runtime/source code is affected.
O
Oliver Lazoroski committed
aa2aba2cc8aba5b3df4617ce87f182aed4537f78
Parent: 6cf923a
Committed by GitHub <noreply@github.com> on 6/29/2026, 8:31:44 AM