livedesk 0.1.178 → 0.1.180

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.
@@ -594,6 +594,7 @@ function normalizeRemoteInputEvent(value = {}) {
594
594
  metaKey: input.metaKey === true || input.MetaKey === true || input.commandKey === true || input.CommandKey === true,
595
595
  controlLeaseId: safeString(input.controlLeaseId || input.ControlLeaseId, 128),
596
596
  inputSeq: Number.isSafeInteger(inputSeq) && inputSeq > 0 ? inputSeq : 0,
597
+ requestAck: input.requestAck !== false && input.RequestAck !== false,
597
598
  issuedAtEpochMs: Number.isFinite(issuedAtEpochMs) ? issuedAtEpochMs : 0,
598
599
  hubReceivedAtEpochMs: Number.isFinite(hubReceivedAtEpochMs) ? hubReceivedAtEpochMs : 0,
599
600
  issuedAt: safeString(input.issuedAt || input.IssuedAt, 80)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.178",
3
+ "version": "0.1.180",
4
4
  "description": "LiveDesk Hub and client launcher",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
34
- "@livedesk/client": "0.1.114",
34
+ "@livedesk/client": "0.1.116",
35
35
  "cors": "^2.8.5",
36
36
  "express": "^4.21.2",
37
37
  "ffmpeg-static": "^5.3.0",