livedesk 0.1.597 → 0.1.598

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.253",
3
+ "version": "0.1.254",
4
4
  "description": "VuvoDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {
@@ -42,10 +42,10 @@
42
42
  "ws": "^8.18.3"
43
43
  },
44
44
  "optionalDependencies": {
45
- "@livedesk/fast-linux-x64": "0.1.449",
46
- "@livedesk/fast-osx-arm64": "0.1.449",
47
- "@livedesk/fast-osx-x64": "0.1.449",
48
- "@livedesk/fast-win-x64": "0.1.449"
45
+ "@livedesk/fast-linux-x64": "0.1.450",
46
+ "@livedesk/fast-osx-arm64": "0.1.450",
47
+ "@livedesk/fast-osx-x64": "0.1.450",
48
+ "@livedesk/fast-win-x64": "0.1.450"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -9057,9 +9057,9 @@ export function createRemoteHub(options = {}) {
9057
9057
  return { ok: false, error: 'missing-input-type' };
9058
9058
  }
9059
9059
 
9060
- // A reset only releases native key state. The current browser input
9061
- // owner must be able to send it even when its former Control binding
9062
- // has just become stale during a monitor/capture-generation switch.
9060
+ // A reset releases native mouse-button and keyboard state. The
9061
+ // current browser input owner must be able to send it even when its
9062
+ // former Control binding has just become stale during a monitor/capture-generation switch.
9063
9063
  const currentInputOwner = safeString(device.inputOwnerConnectionId, 128);
9064
9064
  const isCurrentOwnerKeyboardReset = normalized.type.toLowerCase() === 'keyboard.reset'
9065
9065
  && normalized.hubConnectionId
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.597",
4
- "livedeskClientVersion": "0.1.253",
3
+ "version": "0.1.598",
4
+ "livedeskClientVersion": "0.1.254",
5
5
  "buildFlavor": "production",
6
6
  "description": "VuvoDesk Hub and client launcher",
7
7
  "type": "module",
@@ -51,10 +51,10 @@
51
51
  "ws": "^8.18.3"
52
52
  },
53
53
  "optionalDependencies": {
54
- "@livedesk/fast-linux-x64": "0.1.449",
55
- "@livedesk/fast-osx-arm64": "0.1.449",
56
- "@livedesk/fast-osx-x64": "0.1.449",
57
- "@livedesk/fast-win-x64": "0.1.449"
54
+ "@livedesk/fast-linux-x64": "0.1.450",
55
+ "@livedesk/fast-osx-arm64": "0.1.450",
56
+ "@livedesk/fast-osx-x64": "0.1.450",
57
+ "@livedesk/fast-win-x64": "0.1.450"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"