@just-every/design 0.1.45 → 0.1.46

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.
@@ -48,7 +48,7 @@ function resolveHeadlessBrowserBinary() {
48
48
  }
49
49
  return null;
50
50
  }
51
- const FAKE_FOLD_HEIGHT = 1100;
51
+ const FAKE_FOLD_HEIGHT = 1600;
52
52
  const FAKE_FOLD_MIN_HEIGHT = 1000;
53
53
  const FAKE_FOLD_MIN_ASPECT = 1.2;
54
54
  function resolveFakeFoldViewport(viewport) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/design",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "type": "module",
5
5
  "description": "MCP stdio server for design.justevery.com (Design App API)",
6
6
  "main": "dist/index.js",