livedesk 0.1.69 → 0.1.70

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/README.md CHANGED
@@ -19,3 +19,5 @@ npx -y livedesk client 3
19
19
  ```
20
20
 
21
21
  The client signs in with Google, discovers the active Hub, and connects to the wall.
22
+ On Windows, enable **Start with Windows** on the connection page to reconnect
23
+ automatically after reboot.
package/bin/livedesk.js CHANGED
@@ -57,6 +57,7 @@ Usage:
57
57
  Default flow:
58
58
  Opens a LiveDesk connection page with Google sign-in or a 6-digit PIN.
59
59
  Omit the number for first-available placement, or pass 1-999 to pin a slot.
60
+ On Windows, enable auto-start from the connection page checkbox.
60
61
 
61
62
  Common options:
62
63
  --slot <number> Screen wall slot number for this computer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "description": "LiveDesk Hub and client launcher",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "node": ">=20"
31
31
  },
32
32
  "dependencies": {
33
- "@livedesk/client": "0.1.52",
33
+ "@livedesk/client": "0.1.53",
34
34
  "cors": "^2.8.5",
35
35
  "express": "^4.21.2",
36
36
  "ws": "^8.18.3"