livedesk 0.1.597 → 0.1.599

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,53 +1,53 @@
1
- {
2
- "name": "@livedesk/client",
3
- "version": "0.1.253",
4
- "description": "VuvoDesk local remote client",
5
- "type": "module",
6
- "bin": {
7
- "client": "bin/livedesk-client.js",
8
- "livedesk-client": "bin/livedesk-client.js",
9
- "livedesk-client-node": "bin/livedesk-client-node.js",
10
- "livedesk-client-fast": "bin/livedesk-client-fast.js"
11
- },
12
- "files": [
13
- "bin/",
14
- "src/",
15
- "tests/",
16
- "README.md",
17
- "THIRD_PARTY_NOTICES.md"
18
- ],
19
- "scripts": {
20
- "check": "node --check bin/client-version.js && node --check bin/livedesk-client.js && node --check bin/livedesk-client-node.js && node --check bin/livedesk-client-update-bootstrap.cjs && node --check bin/livedesk-client-fast.js",
21
- "test:version": "node --test tests/client-version.test.mjs",
22
- "pack:dry": "npm pack --dry-run",
23
- "prepublishOnly": "node ../../scripts/livedesk-release-git-gate.mjs"
24
- },
25
- "keywords": [
26
- "livedesk",
27
- "remote",
28
- "agent",
29
- "local",
30
- "desktop"
31
- ],
32
- "license": "MIT",
33
- "engines": {
34
- "node": ">=20"
35
- },
36
- "dependencies": {
37
- "@ffmpeg-installer/ffmpeg": "^1.1.0",
38
- "ffmpeg-static": "^5.3.0",
39
- "@livedesk/runtime-core": "0.1.6",
40
- "@supabase/supabase-js": "^2.110.0",
41
- "node-screenshots": "^0.2.8",
42
- "ws": "^8.18.3"
43
- },
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"
49
- },
50
- "publishConfig": {
51
- "access": "public"
52
- }
53
- }
1
+ {
2
+ "name": "@livedesk/client",
3
+ "version": "0.1.255",
4
+ "description": "VuvoDesk local remote client",
5
+ "type": "module",
6
+ "bin": {
7
+ "client": "bin/livedesk-client.js",
8
+ "livedesk-client": "bin/livedesk-client.js",
9
+ "livedesk-client-node": "bin/livedesk-client-node.js",
10
+ "livedesk-client-fast": "bin/livedesk-client-fast.js"
11
+ },
12
+ "files": [
13
+ "bin/",
14
+ "src/",
15
+ "tests/",
16
+ "README.md",
17
+ "THIRD_PARTY_NOTICES.md"
18
+ ],
19
+ "scripts": {
20
+ "check": "node --check bin/client-version.js && node --check bin/livedesk-client.js && node --check bin/livedesk-client-node.js && node --check bin/livedesk-client-update-bootstrap.cjs && node --check bin/livedesk-client-fast.js",
21
+ "test:version": "node --test tests/client-version.test.mjs",
22
+ "pack:dry": "npm pack --dry-run",
23
+ "prepublishOnly": "node ../../scripts/livedesk-release-git-gate.mjs"
24
+ },
25
+ "keywords": [
26
+ "livedesk",
27
+ "remote",
28
+ "agent",
29
+ "local",
30
+ "desktop"
31
+ ],
32
+ "license": "MIT",
33
+ "engines": {
34
+ "node": ">=20"
35
+ },
36
+ "dependencies": {
37
+ "@ffmpeg-installer/ffmpeg": "^1.1.0",
38
+ "ffmpeg-static": "^5.3.0",
39
+ "@livedesk/runtime-core": "0.1.6",
40
+ "@supabase/supabase-js": "^2.110.0",
41
+ "node-screenshots": "^0.2.8",
42
+ "ws": "^8.18.3"
43
+ },
44
+ "optionalDependencies": {
45
+ "@livedesk/fast-linux-x64": "0.1.452",
46
+ "@livedesk/fast-osx-arm64": "0.1.452",
47
+ "@livedesk/fast-osx-x64": "0.1.452",
48
+ "@livedesk/fast-win-x64": "0.1.452"
49
+ },
50
+ "publishConfig": {
51
+ "access": "public"
52
+ }
53
+ }
@@ -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,62 +1,62 @@
1
- {
2
- "name": "livedesk",
3
- "version": "0.1.597",
4
- "livedeskClientVersion": "0.1.253",
5
- "buildFlavor": "production",
6
- "description": "VuvoDesk Hub and client launcher",
7
- "type": "module",
8
- "main": "electron/main.mjs",
9
- "bin": {
10
- "livedesk": "bin/livedesk.js"
11
- },
12
- "files": [
13
- "bin/",
14
- "bootstrap/",
15
- "diagnostics/",
16
- "hub/",
17
- "runtime-core/",
18
- "client/",
19
- "electron/",
20
- "scripts/",
21
- "web/",
22
- "README.md"
23
- ],
24
- "scripts": {
25
- "check": "node --check bin/livedesk.js && node --check bootstrap/npm-update-cache.mjs && node --check bootstrap/update-host-client.mjs && node --check bootstrap/update-host.mjs && node --check diagnostics/livedesk-mode3-capture-smoke.mjs && node --check diagnostics/livedesk-mac-physical-gate-core.mjs && node --check diagnostics/livedesk-mac-physical-isolation.mjs && node --check diagnostics/livedesk-transport-physical-core.mjs && node --check diagnostics/livedesk-transport-physical.mjs && node --check scripts/sync-web-dist.js",
26
- "build": "node scripts/sync-web-dist.js",
27
- "prepack": "node scripts/sync-web-dist.js",
28
- "pack:dry": "npm pack --dry-run",
29
- "prepublishOnly": "node ../../scripts/livedesk-release-git-gate.mjs"
30
- },
31
- "keywords": [
32
- "livedesk",
33
- "remote",
34
- "screen-wall",
35
- "hub",
36
- "local"
37
- ],
38
- "license": "MIT",
39
- "engines": {
40
- "node": ">=20"
41
- },
42
- "dependencies": {
43
- "@openai/codex-sdk": "0.145.0",
44
- "@supabase/supabase-js": "^2.110.0",
45
- "cors": "^2.8.5",
46
- "electron-updater": "^6.8.9",
47
- "express": "^4.21.2",
48
- "ffmpeg-static": "^5.3.0",
49
- "node-screenshots": "^0.2.8",
50
- "path-to-regexp": "0.1.13",
51
- "ws": "^8.18.3"
52
- },
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"
58
- },
59
- "publishConfig": {
60
- "access": "public"
61
- }
62
- }
1
+ {
2
+ "name": "livedesk",
3
+ "version": "0.1.599",
4
+ "livedeskClientVersion": "0.1.255",
5
+ "buildFlavor": "production",
6
+ "description": "VuvoDesk Hub and client launcher",
7
+ "type": "module",
8
+ "main": "electron/main.mjs",
9
+ "bin": {
10
+ "livedesk": "bin/livedesk.js"
11
+ },
12
+ "files": [
13
+ "bin/",
14
+ "bootstrap/",
15
+ "diagnostics/",
16
+ "hub/",
17
+ "runtime-core/",
18
+ "client/",
19
+ "electron/",
20
+ "scripts/",
21
+ "web/",
22
+ "README.md"
23
+ ],
24
+ "scripts": {
25
+ "check": "node --check bin/livedesk.js && node --check bootstrap/npm-update-cache.mjs && node --check bootstrap/update-host-client.mjs && node --check bootstrap/update-host.mjs && node --check diagnostics/livedesk-mode3-capture-smoke.mjs && node --check diagnostics/livedesk-mac-physical-gate-core.mjs && node --check diagnostics/livedesk-mac-physical-isolation.mjs && node --check diagnostics/livedesk-transport-physical-core.mjs && node --check diagnostics/livedesk-transport-physical.mjs && node --check scripts/sync-web-dist.js",
26
+ "build": "node scripts/sync-web-dist.js",
27
+ "prepack": "node scripts/sync-web-dist.js",
28
+ "pack:dry": "npm pack --dry-run",
29
+ "prepublishOnly": "node ../../scripts/livedesk-release-git-gate.mjs"
30
+ },
31
+ "keywords": [
32
+ "livedesk",
33
+ "remote",
34
+ "screen-wall",
35
+ "hub",
36
+ "local"
37
+ ],
38
+ "license": "MIT",
39
+ "engines": {
40
+ "node": ">=20"
41
+ },
42
+ "dependencies": {
43
+ "@openai/codex-sdk": "0.145.0",
44
+ "@supabase/supabase-js": "^2.110.0",
45
+ "cors": "^2.8.5",
46
+ "electron-updater": "^6.8.9",
47
+ "express": "^4.21.2",
48
+ "ffmpeg-static": "^5.3.0",
49
+ "node-screenshots": "^0.2.8",
50
+ "path-to-regexp": "0.1.13",
51
+ "ws": "^8.18.3"
52
+ },
53
+ "optionalDependencies": {
54
+ "@livedesk/fast-linux-x64": "0.1.452",
55
+ "@livedesk/fast-osx-arm64": "0.1.452",
56
+ "@livedesk/fast-osx-x64": "0.1.452",
57
+ "@livedesk/fast-win-x64": "0.1.452"
58
+ },
59
+ "publishConfig": {
60
+ "access": "public"
61
+ }
62
+ }
@@ -4,7 +4,7 @@
4
4
  "short_name": "VuvoDesk",
5
5
  "description": "Monitor and control your VuvoDesk computers from your phone.",
6
6
  "lang": "en",
7
- "start_url": "/app?pwa=0.1.596",
7
+ "start_url": "/app?pwa=0.1.599",
8
8
  "scope": "/",
9
9
  "display": "standalone",
10
10
  "orientation": "any",