v0.18.11 - Restore EventEmitter-based durable connections

- Revert the v0.18.10 revert, going back to EventEmitter API
- Durable WebRTC connections with auto-reconnect and message buffering
- AnswererConnection and OffererConnection classes
- Rich event system with 20+ events
- Updated README with v0.18.11 references and changelog
This commit is contained in:
2025-12-16 21:30:59 +01:00
parent cb0bbe342c
commit 7c903f7e23
2 changed files with 20 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@xtr-dev/rondevu-client",
"version": "0.18.9",
"version": "0.18.11",
"description": "TypeScript client for Rondevu with durable WebRTC connections, automatic reconnection, and message queuing",
"type": "module",
"main": "dist/index.js",