mirror of
https://github.com/xtr-dev/rondevu-client.git
synced 2025-12-16 05:43:24 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user