livedesk 0.1.445 → 0.1.446

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -296,6 +296,7 @@ export function createUdpRendezvousServer({
296
296
  if (!hub || !client) return;
297
297
  send({
298
298
  type: 'rendezvous.peer',
299
+ protocol: UDP_P2P_PROTOCOL,
299
300
  roomId,
300
301
  role: 'client',
301
302
  host: client.address,
@@ -303,6 +304,7 @@ export function createUdpRendezvousServer({
303
304
  }, hub.address, hub.port);
304
305
  send({
305
306
  type: 'rendezvous.peer',
307
+ protocol: UDP_P2P_PROTOCOL,
306
308
  roomId,
307
309
  role: 'hub',
308
310
  host: hub.address,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.445",
4
- "livedeskClientVersion": "0.1.200",
3
+ "version": "0.1.446",
4
+ "livedeskClientVersion": "0.1.201",
5
5
  "buildFlavor": "production",
6
6
  "description": "LiveDesk Hub and client launcher",
7
7
  "type": "module",
@@ -50,10 +50,10 @@
50
50
  "ws": "^8.18.3"
51
51
  },
52
52
  "optionalDependencies": {
53
- "@livedesk/fast-linux-x64": "0.1.407",
54
- "@livedesk/fast-osx-arm64": "0.1.407",
55
- "@livedesk/fast-osx-x64": "0.1.407",
56
- "@livedesk/fast-win-x64": "0.1.407"
53
+ "@livedesk/fast-linux-x64": "0.1.409",
54
+ "@livedesk/fast-osx-arm64": "0.1.409",
55
+ "@livedesk/fast-osx-x64": "0.1.409",
56
+ "@livedesk/fast-win-x64": "0.1.409"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"