@livedesk/client 0.1.26 → 0.1.27

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
@@ -57,7 +57,7 @@ npx @livedesk/client --logout
57
57
  Frame pipeline roadmap:
58
58
 
59
59
  - Mode 1: `mode1-jpeg` - current test path using screen capture, resize, and JPEG binary frames.
60
- - Mode 2: `mode2-lz4` - planned raw/tile delta frames compressed with LZ4.
60
+ - Mode 2: `mode2-lz4` - Windows Fast path using raw BGRA frames compressed as an LZ4 block.
61
61
  - Mode 3: `mode3-h264-hw` - planned GPU capture to hardware H.264 encoding.
62
62
 
63
63
  Legacy mode names such as `remote-fast` and `remote-quality` are treated as
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {