v0.18.10 - Revert to callback-based API (pre-v0.18.8)

Remove EventEmitter-based durable connections introduced in v0.18.8/v0.18.9:
- Remove OffererConnection/AnswererConnection classes
- Remove auto-reconnect and message buffering
- Restore callback-based API with offerFactory and onConnection
- Update package description to reflect simpler API

This version returns to the stable v0.18.7 API while keeping all bug fixes.
This commit is contained in:
2025-12-14 22:41:16 +01:00
parent 9a4fbb63f8
commit aef61ab67f

View File

@@ -1,7 +1,7 @@
{ {
"name": "@xtr-dev/rondevu-client", "name": "@xtr-dev/rondevu-client",
"version": "0.18.7", "version": "0.18.10",
"description": "TypeScript client for Rondevu with durable WebRTC connections, automatic reconnection, and message queuing", "description": "TypeScript client for Rondevu WebRTC signaling with username-based discovery",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",