@livedesk/client 0.1.210 → 0.1.212
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/bin/livedesk-client.js +2 -2
- package/package.json +22 -22
package/bin/livedesk-client.js
CHANGED
|
@@ -4795,8 +4795,8 @@ export async function runClientRuntime(argv = process.argv.slice(2)) {
|
|
|
4795
4795
|
const parsed = parseLauncherArgs(argv);
|
|
4796
4796
|
if (parsed.retiredModelOptionsDiscarded > 0) {
|
|
4797
4797
|
console.warn(
|
|
4798
|
-
'[LiveDesk Client] Ignored retired Client
|
|
4799
|
-
+ '
|
|
4798
|
+
'[LiveDesk Client] Ignored retired Client options. '
|
|
4799
|
+
+ 'Computer commands are handled by the Hub Codex Agent.'
|
|
4800
4800
|
);
|
|
4801
4801
|
}
|
|
4802
4802
|
if (parsed.updateWaitPid) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livedesk/client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.212",
|
|
4
4
|
"description": "LiveDesk local remote client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"livedesk-client-node": "bin/livedesk-client-node.js",
|
|
10
10
|
"livedesk-client-fast": "bin/livedesk-client-fast.js"
|
|
11
11
|
},
|
|
12
|
-
"files": [
|
|
13
|
-
"bin/",
|
|
14
|
-
"src/",
|
|
15
|
-
"README.md",
|
|
16
|
-
"THIRD_PARTY_NOTICES.md"
|
|
17
|
-
],
|
|
12
|
+
"files": [
|
|
13
|
+
"bin/",
|
|
14
|
+
"src/",
|
|
15
|
+
"README.md",
|
|
16
|
+
"THIRD_PARTY_NOTICES.md"
|
|
17
|
+
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"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-fast.js",
|
|
20
20
|
"test:version": "node --test tests/client-version.test.mjs",
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"engines": {
|
|
32
32
|
"node": ">=20"
|
|
33
33
|
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
36
|
-
"ffmpeg-static": "^5.3.0",
|
|
37
|
-
"@livedesk/runtime-core": "0.1.0",
|
|
38
|
-
"@supabase/supabase-js": "^2.110.0",
|
|
39
|
-
"node-screenshots": "^0.2.8",
|
|
40
|
-
"ws": "^8.18.3"
|
|
41
|
-
},
|
|
42
|
-
"optionalDependencies": {
|
|
43
|
-
"@livedesk/fast-linux-x64": "0.1.
|
|
44
|
-
"@livedesk/fast-osx-arm64": "0.1.
|
|
45
|
-
"@livedesk/fast-osx-x64": "0.1.
|
|
46
|
-
"@livedesk/fast-win-x64": "0.1.
|
|
47
|
-
},
|
|
48
|
-
"publishConfig": {
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
36
|
+
"ffmpeg-static": "^5.3.0",
|
|
37
|
+
"@livedesk/runtime-core": "0.1.0",
|
|
38
|
+
"@supabase/supabase-js": "^2.110.0",
|
|
39
|
+
"node-screenshots": "^0.2.8",
|
|
40
|
+
"ws": "^8.18.3"
|
|
41
|
+
},
|
|
42
|
+
"optionalDependencies": {
|
|
43
|
+
"@livedesk/fast-linux-x64": "0.1.416",
|
|
44
|
+
"@livedesk/fast-osx-arm64": "0.1.416",
|
|
45
|
+
"@livedesk/fast-osx-x64": "0.1.416",
|
|
46
|
+
"@livedesk/fast-win-x64": "0.1.416"
|
|
47
|
+
},
|
|
48
|
+
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
}
|
|
51
51
|
}
|