From aef61ab67ff980d318a218ddd0c3d17e874c9f2a Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sun, 14 Dec 2025 22:41:16 +0100 Subject: [PATCH] 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. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fdf8360..0cd7fcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@xtr-dev/rondevu-client", - "version": "0.18.7", - "description": "TypeScript client for Rondevu with durable WebRTC connections, automatic reconnection, and message queuing", + "version": "0.18.10", + "description": "TypeScript client for Rondevu WebRTC signaling with username-based discovery", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",