tracker: assist 11.0.4; pass peer creds

This commit is contained in:
nick-delirium 2025-03-28 17:55:26 +01:00
parent 7dec8bb943
commit 0bbde3e75a
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0
5 changed files with 7 additions and 3 deletions

View file

@ -5548,7 +5548,7 @@ __metadata:
languageName: node
linkType: hard
"clsx@npm:^2.0.0, clsx@npm:^2.1.0":
"clsx@npm:^2.0.0, clsx@npm:^2.1.1":
version: 2.1.1
resolution: "clsx@npm:2.1.1"
checksum: 10c1/441be4753d5e5797ebf734b2945129abe0cee8c578733948b71a0ca1b64808378c9ccf7a7a7794c840d21346cbb8314c5769cf68e3bba45a615b5c05f0448f35

View file

@ -1,3 +1,7 @@
## 11.0.4
- pass stun/turn credentials (if present) from ui
## 11.0.3
- fix for remote-contorl clicks on svg elements (+ bubbling)

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "11.0.3",
"version": "11.0.4",
"keywords": [
"WebRTC",
"assistance",

View file

@ -1 +1 @@
export const pkgVersion = "11.0.3";
export const pkgVersion = "11.0.4";