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.
- package/client/package.json +53 -53
- package/hub/src/remote-hub.js +3 -3
- package/package.json +62 -62
- package/web/dist/app.webmanifest +1 -1
- package/web/dist/assets/{LiveDeskApp-B6H8fgW-.js → LiveDeskApp-DzVKJ0V2.js} +17 -17
- package/web/dist/assets/{icons-tFaWqIIe.js → icons-JxbtiHLQ.js} +1 -1
- package/web/dist/assets/{index-D4qodihk.js → index-D5E2JDcg.js} +4 -4
- package/web/dist/assets/{react-BQos8uGS.js → react-hDor0Pi9.js} +1 -1
- package/web/dist/assets/supabase-C0Z0FS3K.js +29 -0
- package/web/dist/index.html +3 -3
- package/web/dist/livedesk-build-evidence.json +23 -23
- package/web/dist/sw.js +1 -1
- package/web/dist/assets/supabase-C7qjtLN3.js +0 -29
package/client/package.json
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@livedesk/client",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
46
|
-
"@livedesk/fast-osx-arm64": "0.1.
|
|
47
|
-
"@livedesk/fast-osx-x64": "0.1.
|
|
48
|
-
"@livedesk/fast-win-x64": "0.1.
|
|
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
|
+
}
|
package/hub/src/remote-hub.js
CHANGED
|
@@ -9057,9 +9057,9 @@ export function createRemoteHub(options = {}) {
|
|
|
9057
9057
|
return { ok: false, error: 'missing-input-type' };
|
|
9058
9058
|
}
|
|
9059
9059
|
|
|
9060
|
-
// A reset
|
|
9061
|
-
// owner must be able to send it even when its
|
|
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.
|
|
4
|
-
"livedeskClientVersion": "0.1.
|
|
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.
|
|
55
|
-
"@livedesk/fast-osx-arm64": "0.1.
|
|
56
|
-
"@livedesk/fast-osx-x64": "0.1.
|
|
57
|
-
"@livedesk/fast-win-x64": "0.1.
|
|
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
|
+
}
|
package/web/dist/app.webmanifest
CHANGED