From 9b879522da578357f28eef3178e081a08476e4e1 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Dec 2025 15:19:49 +0100 Subject: [PATCH] v0.17.1 - Fix ICE candidate handling for Node.js compatibility --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 486b84a..08ed62f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xtr-dev/rondevu-client", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@xtr-dev/rondevu-client", - "version": "0.17.0", + "version": "0.17.1", "license": "MIT", "dependencies": { "@noble/ed25519": "^3.0.0", diff --git a/package.json b/package.json index 1c58d8a..806b657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xtr-dev/rondevu-client", - "version": "0.17.0", + "version": "0.17.1", "description": "TypeScript client for Rondevu with durable WebRTC connections, automatic reconnection, and message queuing", "type": "module", "main": "dist/index.js",