@livedesk/client 0.1.55 → 0.1.56

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.
@@ -476,8 +476,8 @@ function clampNumber(value, min, max, fallback) {
476
476
  }
477
477
 
478
478
  function createFakeThumbnailFrame(options, payload, frameSeq) {
479
- const width = clampNumber(payload?.maxWidth, 160, 1920, 360);
480
- const height = clampNumber(payload?.maxHeight, 90, 1080, 220);
479
+ const width = clampNumber(payload?.maxWidth, 160, 3840, 360);
480
+ const height = clampNumber(payload?.maxHeight, 90, 2160, 220);
481
481
  const now = new Date().toISOString();
482
482
  const title = String(options.name || os.hostname()).replace(/[<>&"']/g, '_');
483
483
  const svg = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {